From: jkratoch <> Date: Fri, 17 Sep 2010 07:34:06 +0000 (+0000) Subject: ignore+=valgrind check X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=f144686ae628c3e5eeff4ea92e259d76477b571d ignore+=valgrind check --- 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;