pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-12-15
2008-12-15 21:43:54 by Martin Stjernholm <mast@lysator.liu.se>
402b14eea4f139456644073fd52c870a95b834b8 (
11
lines) (+
8
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled the temporary extra debug again.
Rev: src/testsuite.in:1.862
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
861
2008/12/
14
22
:
50
:
25
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
862
2008/12/
15
21
:
43
:
54
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);
+
// These watchdog calls shouldn't be necessary - the timeframe
+
// is at least 20 minutes between two calls, so doing these can
+
// extend the test time to up to 20000 minutes before the
+
// watchdog kicks in.. /mast
//if (!(i%10)) // __signal_watchdog();
-
if (!(i % 100))
-
write ("%s: %O at %d\n", ctime (time())[..<1], this_thread(), i);
+
//
if (!(i % 100))
+
//
write ("%s: %O at %d\n", ctime (time())[..<1], this_thread(), i);
} } )->wait();