pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-25
2003-02-25 15:52:45 by Marcus Comstedt <marcus@mc.pp.se>
2cfe314f5acc060cc307d66fd3795b9278b310c4 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.4
Added a test that gives segfault in 7.4.
Rev: src/testsuite.in:1.582
1:
-
test_true([["$Id: testsuite.in,v 1.
581
2003/02/
24
21
:
53
:
30
mast
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
582
2003/02/
25
15
:
52
:
45
marcus
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
126:
return 0; ]], 0)
+
test_compile_any([[
+
void foo()
+
{
+
Stdio.File bar(int x, int y)
+
{
+
return 0;
+
};
+
}
+
]])
-
+
dnl FIXME: Add test that local and local:: in combination dnl with recursion works correctly.