From 7a08c1dfdbf249131513fb2b77baefbdb209a4bc Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 29 Apr 2020 14:48:45 +0200 Subject: [PATCH] bin/diffgdb: +1 ignore pattern --- bin/diffgdb | 1 + 1 file changed, 1 insertion(+) 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; -- 1.8.3.1