X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fdiffgdb;h=a0c4789b2518b24461815e54803e7ad48ad93b96;hp=ae6d4264bd0d84ab0248200cd6a61b321c660278;hb=257109ce5b17e8bf1e9990564d3eef7722746c0b;hpb=c71679fa49faf43c9a89597a090ddf8f54b67669 diff --git a/bin/diffgdb b/bin/diffgdb index ae6d426..a0c4789 100755 --- a/bin/diffgdb +++ b/bin/diffgdb @@ -75,6 +75,7 @@ qr{^.FAIL: gdb.threads/watchthreads-reorder.exp: reorder[01]: (?:continue [ab]|r qr{^.FAIL: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn \(none 0x[0-9a-f]+\)\n$}o, qr{^.(?:KFAIL|FAIL): gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler(?: \(corrupt pc\) \(PRMS: gdb/1702\))?\n$}o, qr{^.(?:KFAIL|FAIL): gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler(?: \(corrupt pc\) \(PRMS: gdb/1702\))?\n$}o, +qr{^.FAIL: \S+\.exp: valgrind check \d+\n$}o, ); my $ignore=shift @ignore; $ignore=qr/$ignore|$_/ for @ignore;