pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-16
2003-01-16 16:38:37 by Martin Nilsson <mani@lysator.liu.se>
7143627b1c6f14f7cad9451fbffbc59fc1a3e3ff (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
I guess MEMCMP isn't as predicatble as I thought.
Rev: src/testsuite.in:1.590
1:
-
test_true([["$Id: testsuite.in,v 1.
589
2003/01/16
15
:38:
01
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
590
2003/01/16
16
:38:
37
nilsson
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
8824:
test_equal(sort(({4,3,2,1})),({1,2,3,4})) test_equal([[lambda() {array(int) a=({1,2,3,4}); sort(({4,3,2,1}),a); return a; }()]],[[({4,3,2,1})]] ) test_equal([[lambda() {array(int) a=({1,2,3,4}), b=a+({}); sort(({4,3,2,1}),a,b); return b; }()]],[[({4,3,2,1})]] )
-
test_equal([[sort("a,A,å,Å,ä,*A,[A"/",")]],[["*A,A,[A,a,Å,ä,å"/","]])
+
dnl
test_equal([[sort("a,A,å,Å,ä,*A,[A"/",")]],[["*A,A,[A,a,Å,ä,å"/","]])
test_equal(sort(({})),({})) test_equal(sort(({1.0,2.0,4.0,3.0})),({1.0,2.0,3.0,4.0})) dnl missing tests for objects, arrays, multisets and mappings