Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza, add note doubting the correctness of the tests.
  • Loading branch information
colomon committed Jun 27, 2012
1 parent 3bddd1b commit 677362a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions S03-operators/minmax.t
Expand Up @@ -69,10 +69,15 @@ This test min/max functions in their operator form. To see them tested in their
# RT #61836
# RT #77868
{
# I am very suspicious of the following tests. As I understand it, cmp can compare
# Reals, and cmp can compare two objects of the same type. Otherwise it is only
# required to be consistent, not to have a particular result. --colomon

#?niecza todo
is 2 min Any, 2, '2 min Any';
#?niecza todo
is Any min 2, 2, 'Any min 2';
is 2 max Any, 2, '2 max Any';
#?niecza todo
is Any max 2, 2, 'Any max 2';
}

0 comments on commit 677362a

Please sign in to comment.