pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-07
1996-12-07 23:41:06 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0a250ee7f7ca09575e900737a629e9aea9ca716a (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
oops, typo fixed
Rev: src/testsuite.in:1.15
4:
test_any(object o=this_object(); while(o=_next(o))); test_any(object o=this_object(); while(o=_prev(o)));
-
test_true([["$Id: testsuite.in,v 1.
14
1996/12/07 23:
32:
41 hubbe Exp $"]])
+
test_true([["$Id: testsuite.in,v 1.
15
1996/12/07 23:
41
:
06
hubbe Exp $"]])
test_any([[object(File) o=File(); return objectp(o);]],1) test_any([[object o=Regexp("foo"); return objectp(o);]],1) test_any([[object o=Regexp("foo"); return object_program(o);]],Regexp)
80:
// /precompiled/mutex test_true(Mutex())
-
test_do(add_
constat
("_tmp_mutex",Mutex()))
+
test_do(add_
constant
("_tmp_mutex",Mutex()))
test_true(_tmp_mutex->lock()) test_true(_tmp_mutex->lock()) test_true(_tmp_mutex->trylock()) test_true(_tmp_mutex->trylock())
-
+
test_do(add_constant("_tmp_mutex"))
// /precompiled/condition test_true(Condition())