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