Branch: Tag:

2012-02-17

2012-02-17 15:18:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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,