From: jkratoch <> Date: Sat, 6 Mar 2010 23:37:44 +0000 (+0000) Subject: +Support -KPASS. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=b85f30db55d5e0d0d88c29fc189652aa8fe92e09 +Support -KPASS. --- diff --git a/bin/diffgdbfilt b/bin/diffgdbfilt index 05edbf8..36194ce 100755 --- a/bin/diffgdbfilt +++ b/bin/diffgdbfilt @@ -34,6 +34,7 @@ while (<>) { next if /^[+]PASS: /; next if /^[+]KPASS: /; next if /^-PASS: /; + next if /^-KPASS: /; next if /^-FAIL: /; next if /^-KFAIL: /; next if /^-XFAIL: /;