pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
759
2005
/
12
/
06
14
:
08
:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
760
2006
/
01
/
27
20
:
43
:
12
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) test_compile_any([[#pike 7.4]]) test_compile_any([[#pike 7.0]]) test_compile_any([[#pike 0.6]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
pike.git/src/testsuite.in:9353:
]], $2) ]]) test_hash_7_0("foo",27734) test_hash_7_0([["foo",10]],4) test_hash_7_0("bar",26689) test_hash_7_0([["bar",10]],9) test_hash_7_0("b\666arqwerty1234", 2142487018, 1858424874) test_hash_7_0("",0) test_eval_error( return hash_7_0("foo",0) )
+
// Versioned scope.
+
test_eq(7.0::hash, hash_7_0)
+
test_eq(7.4::hash, hash_7_4)
+
// - indices test_equal(indices("foo"),({0,1,2})) test_equal(indices(({'f','o','o'})),({0,1,2})) test_equal(Array.sort_array(indices(([7:3,8:9,99:12]))),({7,8,99})) test_equal(Array.sort_array(indices((<7,8,99>))),({7,8,99})) test_equal(mkmultiset(indices(class{constant a="a"; constant b="b";}())), (<"a","b">)) // - initgroups // - innetgrp