pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2007-05-04
2007-05-04 20:59:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a884dfc450e2d45b2791ec72254df02ed1ed9709 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for [bug
4362 (#4362)
].
Rev: src/testsuite.in:1.779
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
778
2007/05/
03
16
:
34
:
26
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
779
2007/05/
04
20
:
59
:
28
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
779:
return lambda(object (([mixed]a)->syntax_error) { return 0; }(0); ]])
+
test_compile_error( [[
+
// [bug 4362] This triggs a segfault on some versions of Pike 7.7.
+
mixed x = all_constants()[undefined_identifier];
+
]])
+
cond( [[ master()->resolv("Pike")->Security ]],[[ test_any( [[ // bug [2830] ------------------------------------------------------------