pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-07
2008-05-07 15:04:15 by Martin Stjernholm <mast@lysator.liu.se>
372e47bbe89e8adf479b39887384ea0be6a334e9 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Test a type comparison problem that only is visible in compat mode.
Rev: src/testsuite.in:1.808
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
807
2008/05/07
12
:
31
:
32
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
808
2008/05/07
15
:
04
:
15
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
791:
mixed x = all_constants()[undefined_identifier]; ]])
+
test_compile_any([[
+
#pike 7.4
+
#pragma strict_types
+
string x (string s) {return s;}
+
void y (void|string s) {x (s);}
+
]])
+
cond( [[ master()->resolv("Pike")->Security ]],[[ test_any( [[ // bug [2830] ------------------------------------------------------------