pike.git
/
src
/
testsuite.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/testsuite.in:1:
-
test_true([["$Id: testsuite.in,v 1.
646
2003/05/27 16:
12
:
42
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
647
2003/05/27 16:
17
:
34
grubba 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:9658:
proc->kill(signum("KILL")); return sprintf("Unexpected signal:%d in state %d.", sig, state); } } if (code != -1) { proc->kill(signum("KILL")); return sprintf("Bad termination returncode from wait():%d (expected -1)", code); }
-
sig = proc->last_signal();
+
int
sig = proc->last_signal();
if (sig != signum("KILL")) { proc->kill(signum("KILL")); return sprintf("Unexpected termination signal:%d (expected %d)", sig, signum("KILL")); } // Test ok. return 0; ]], 0) ]]) test_do([[