pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-19
1999-03-19 11:43:35 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
97431e02090778e2df76254aaada0c511833f35a (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
added a test for object exceptions
Rev: src/testsuite.in:1.160
1:
-
stest_true([["$Id: testsuite.in,v 1.
159
1999/03/
15
01
:
29
:35
grubba
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
160
1999/03/
19
11
:
43
:35
hubbe
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
25:
test_true([[stringp(#string "Makefile")]]) test_any([[class Bar { array(int) foo = ({}); }; class Foo { inherit Bar; array(int) foo = ({1}); }; return sizeof(Foo()->foo);]],1)
+
test_eval_error([[mixed x; return mkmapping(x,x)]])
+
test_any([[return class Z { string bonk() { return "oiff"; }