From c71679fa49faf43c9a89597a090ddf8f54b67669 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Mon, 23 Aug 2010 19:54:58 +0000 Subject: [PATCH] some new ignores --- bin/diffgdb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/diffgdb b/bin/diffgdb index 6d4e70b..ae6d426 100755 --- a/bin/diffgdb +++ b/bin/diffgdb @@ -70,6 +70,11 @@ qr{^.(?:PASS|FAIL): gdb.server/file-transfer.exp: verified deleted binary file\n qr{^.(?:PASS|FAIL): gdb.server/file-transfer.exp: deleted binary file\n$}o, qr{^.(?:PASS|FAIL): gdb.threads/attachstop-mt.exp: attach1, post-gdb sanity check of the sleeping state - Red Hat BZ 197584\n$}o, qr{^."uplevel #0 source .*gdb/testsuite/gdb.threads/watchthreads-thr(?:eaded\.exp|.*\.\.\.)"\n$}o, +qr{^.(?:PASS|FAIL): gdb.cp/ref-types.exp: print value of rL\n$}o, +qr{^.FAIL: gdb.threads/watchthreads-reorder.exp: reorder[01]: (?:continue [ab]|rwatch unused1_rwatch)(?: \((?:timeout|the program exited|the program is no longer running)\))?\n$}o, +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, ); my $ignore=shift @ignore; $ignore=qr/$ignore|$_/ for @ignore; -- 1.8.3.1