X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fdiffgdb;fp=bin%2Fdiffgdb;h=fdce709bd4b4162ebe34b8c144e0f611fea86560;hp=b44c2c09d7ed3ab19bb584aaebf24939a090a9eb;hb=7a08c1dfdbf249131513fb2b77baefbdb209a4bc;hpb=e0f54b4c0e257360604f16e326abd3b1779a3670 diff --git a/bin/diffgdb b/bin/diffgdb index b44c2c0..fdce709 100755 --- a/bin/diffgdb +++ b/bin/diffgdb @@ -56,6 +56,7 @@ qr{^.KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithre qr{^.FAIL: gdb.base/info-os.exp: .*\n$}o, qr{^.FAIL: gdb.threads/multiple-step-overs.exp: .*\n$}o, qr{^.FAIL: gdb.base/random-signal.exp: stop with control-c \Q(timeout)\E\n$}o, +qr{^.(?:XFAIL|PASS): gdb.threads/attach-many-short-lived-threads.exp: iter \d+: attach(?: \(EPERM\))?\n$}o, ); my $ignore=shift @ignore; $ignore=qr/$ignore|$_/ for @ignore;