pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-08-26
2009-08-26 12:26:33 by Martin Stjernholm <mast@lysator.liu.se>
ac8b52a5f236b7b0899576d327d3e196619a922c (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Test for stack bug in f_copy_value.
Rev: src/testsuite.in:1.881
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
880
2009/08/
18
19
:
44
:
34
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
881
2009/08/
26
12
:
26
:
33
mast
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
10250:
return a[0] == a[1]; ]], 1)
+
test_any([[
+
class X {int __hash() {return 17;}};
+
mixed c = copy_value (X());
+
return objectp (c) && object_program (c) == X;
+
]], 1)
+
// - cos // Tested in _math