ignore+=valgrind check
authorjkratoch <>
Fri, 17 Sep 2010 07:34:06 +0000 (07:34 +0000)
committerjkratoch <>
Fri, 17 Sep 2010 07:34:06 +0000 (07:34 +0000)
bin/diffgdb

index ae6d426..a0c4789 100755 (executable)
@@ -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;