X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fdiffgdb;h=a0c4789b2518b24461815e54803e7ad48ad93b96;hb=b26b3e459df61e5eff2c9818b7e13b7cbdecbefd;hp=ae6d4264bd0d84ab0248200cd6a61b321c660278;hpb=c71679fa49faf43c9a89597a090ddf8f54b67669;p=nethome.git 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;