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