pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-14
2000-12-14 07:38:31 by Martin Stjernholm <mast@lysator.liu.se>
f06dc331e8074b92d26855cc3b8aaf6677f7c5de (
11
lines) (+
9
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for [bug
904 (#904)
].
Rev: src/testsuite.in:1.354
1:
-
test_true([["$Id: testsuite.in,v 1.
353
2000/12/
13
15
:
15
:
22
noring
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
354
2000/12/
14
07
:
38
:
31
mast
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
1994:
}]], 1) test_any([[{
+
object o = class {}();
+
mapping m = ([o: ({17})]);
+
gc(); destruct (o); return gc() > 0;
+
}]], 1)
+
+
test_any([[{
class Dead {object o;}; object o = Dead(); o->o = Dead(); o->o->o = o; gc(); o = 0; return gc() > 0;