pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-18
2004-03-18 14:53:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3c995d187ab4dd9b25783fcbf719a2e910e86532 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for compiler bug.
Rev: src/testsuite.in:1.709
1:
-
test_true([["$Id: testsuite.in,v 1.
708
2004/03/
12
18:
29
:
29
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
709
2004/03/
18
14
:
53
:
18
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
640:
} ]])
+
test_compile_error( [[
+
// This triggs a compiler bug on old Pike 7.5.
+
return lambda(object (([mixed]a)->syntax_error) { return 0; }(0);
+
]])
+
test_any( [[ // bug [2861] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2861