pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-11-09
2009-11-09 23:00:11 by Martin Stjernholm <mast@lysator.liu.se>
bbc79f675503a5f84695fdcf0ef71ccd9401ab22 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test case for [bug
5086 (#5086)
].
Rev: src/testsuite.in:1.884
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
883
2009/
09
/
29
11
:
10
:
40
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
884
2009/
11/
09
23
:
00
:
11
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
1066:
mixed a() {return map (x, lower_case);} ]])
+
test_compile_any([[
+
class X {
+
X bar();
+
}
+
class Y {
+
constant X = global::X;
+
X foo();
+
}
+
]])
+
cond( [[ master()->resolv("Pike")->Security ]],[[ test_any( [[ // bug [2830] ------------------------------------------------------------