pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
-
test_true([["$Id: testsuite.in,v 1.
597
2004/04/
21
17
:
54
:
25
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
598
2004/04/
23
19
:
31
:
52
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) ]]); test_eq(1e1,10.0); test_eq(1E1,10.0);
pike.git/src/testsuite.in:2125:
]],[[ ({D, ({C, ({B, ({A})})})}) ]]) test_any([[ class A {}; class B { inherit A; }; class C { inherit B; }; class D { inherit C; }; return sizeof( Program.all_inherits(D) - ({A,B,C}) ); ]],0)
-
test_any_equal([[
-
class A {
-
class C {}
-
};
-
class B {
-
class C {}
-
};
-
return ({A <= B, A >= B});
-
]], ({1, 1}))
-
+
test_tests([[ int errors; int tests; #define indent(X) (X) #define FMT "%d:%d " int maxdepth; int quiet;