mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
mcsigpass and mcsignopass tests fails due to the slightly different gdb output. Filter the tests output to make it the same for different gdb version. Change mcsigpass and mcsignopass .exp to fit filtered .out. More generic regexp by Stefan Maksimovic <stefan.maksimovic@rt-rk.com>. https://bugs.kde.org/show_bug.cgi?id=406355
15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
test1 () at faultstatus.c:116
|
|
116 *BADADDR = 'x';
|
|
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
test2 () at faultstatus.c:121
|
|
121 mapping[0] = 'x';
|
|
Continuing.
|
|
Program received signal SIGBUS, Bus error.
|
|
test3 () at faultstatus.c:126
|
|
126 mapping[FILESIZE+10];
|
|
Continuing.
|
|
Program received signal SIGFPE, Arithmetic exception.
|