pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-25
2002-11-25 12:09:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
96a7d894b5a731214f3ab05004585a275149a249 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Keep the watchdog alert in the lex.current_file == NULL test.
Rev: src/testsuite.in:1.567
1:
-
test_true([["$Id: testsuite.in,v 1.
566
2002/11/
22
16
:
41
:
08
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
567
2002/11/
25
12
:
09
:
30
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7873:
int i; for(i = 0; i < 1000; i++) { compile_string(file);
+
if (!(i%10))
+
__signal_watchdog();
} } )->wait();