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.
708
2004/03/
12
18:
29
:
29
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
709
2004/03/
18
14
:
53
:
18
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:633:
return 1; ]], 1); test_compile_error( [[ // This triggs a compiler bug on old Pike 7.3. non_existant(17) { return 0; } ]])
+
test_compile_error( [[
+
// This triggs a compiler bug on old Pike 7.5.
+
return lambda(object (([mixed]a)->syntax_error) { return 0; }(0);
+
]])
+
test_any( [[ // bug [2861] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2861 return mktime(0,0,0,1,0,70,0,0); ]], 0) test_any( [[ // bug [3270] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=3270 // Tue, 15 Oct 2002 09:38:32 GMT