pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-12-14
2008-12-14 22:50:25 by Martin Stjernholm <mast@lysator.liu.se>
349ec015b815a962628982d9e01d4467d1f5fd0d (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Temporary extra debug in a test that cause extreme slowness on windows.
Rev: src/testsuite.in:1.861
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]])
10012:
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();