pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-06-15
2003-06-15 21:28:20 by Martin Stjernholm <mast@lysator.liu.se>
20cfc98e4f8bb97163e5f40e5ecbce4f8553c11f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Perhaps fix false watchdog alarms?
Rev: src/testsuite.in:1.659
1:
-
test_true([["$Id: testsuite.in,v 1.
658
2003/06/
06
21:
01
:
30
marcus
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
659
2003/06/
15
21:
28
:
20
mast
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9612:
object o=Process.create_process(({"/bin/sleep","99999"})); kill( o->pid(), 9 ); o->wait();
-
}
+
__signal_watchdog();
-
+
}
// werror("%d",t); } return -1;