pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2012-02-17
2012-02-17 15:18:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f5005cbf9a9c0f7a1303785409f33e058bdf5ac7 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Testsuite: Fixed some Backtrace_Tester-related typos.
964:
// These backtraces have caused SEGV's due to function pointers // out of bounds. cf [bug 6156]. return sizeof(describe_backtrace(catch {
-
Builtin.__Backtrace_
Test
__();
+
Builtin.__Backtrace_
Tester
__();
})) > 0; ]], 1)
972:
// Test that backtraces with event handlers are rendered correctly. // These backtraces have caused SEGV's due to function pointers // out of bounds. cf [bug 6156].
-
return catch { Builtin.__Backtrace_
Test
__(); }[
2
][-1][2];
-
]],
"
__
EVENT
_
HANDLER
__
"
)
+
return catch { Builtin.__Backtrace_
Tester
__(); }[
1
][-1][2];
+
]],
Builtin.
__
Backtrace
_
Tester
__)
test_any([[ // Test multiple inherit of same symbol,