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.
860
2008/12/
13
07
:
19
:
05
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
861
2008/12/
14
22
:
50
:
25
mast
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:10005:
a->wait(); return 0; } "; allocate(10, thread_create)(lambda() { int i; for(i = 0; i < 1000; i++) { compile_string(file);
-
if (!(i%10))
-
__signal_watchdog();
+
//
if (!(i%10))
+
//
__signal_watchdog();
+
if (!(i % 100))
+
write ("%s: %O at %d\n", ctime (time())[..<1], this_thread(), i);
} } )->wait(); return 0; ]], 0) ]]) // - copy_value test_eq(copy_value(1),1) test_eq(copy_value(""),"")