pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-09
2002-04-09 19:47:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c22d2772835c86f7899555bad7a3f839fe01b73a (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test of implicit lambda bug.
Rev: src/testsuite.in:1.492
1:
-
test_true([["$Id: testsuite.in,v 1.
491
2002/
03
/
21
14
:
48:
47 grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
492
2002/
04
/
09
19
:
47
:
23
grubba Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
446:
return 1; ]], 1);
+
test_compile_error( [[
+
// This triggs a compiler bug on old Pike 7.3.
+
non_existant(17) {
+
return 0;
+
}
+
]])
+
test_any( [[ // bug [2861] ------------------------------------------------------------ // http://community/crunch/show_bug.cgi?id=2861