pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-08
2004-03-08 10:49:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
62593ee6aec7706881be1f70abaf30f3d2a68d29 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/testsuite.in:1.705
1:
-
test_true([["$Id: testsuite.in,v 1.
704
2004/03/08
09
:
30
:
46
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
705
2004/03/08
10
:
49
:
06
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
10638:
test_do(remove_call_out(call_out_info()[-1][2])) test_do(add_constant("call_out_cb")) test_do(_do_call_outs())
-
test_any([
+
test_any([
[
object pid = Process.create_process(RUNPIKE_ARRAY + ({ "SRCDIR/test_co.pike" })); int i;
10652:
return "Killed"; } return pid->wait();
-
], 0)
+
]
]
, 0)
test_do_([[ catch { _do_call_outs(); }]]) // - varargs