From: jkratoch <> Date: Fri, 29 Jan 2010 14:54:06 +0000 (+0000) Subject: +more ignores X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ec2b1859b4f56c1daa2ac02d7a31d1cc8c3dad38 +more ignores --- diff --git a/bin/diffgdb b/bin/diffgdb index c6b89e1..260cbce 100755 --- a/bin/diffgdb +++ b/bin/diffgdb @@ -37,6 +37,7 @@ exec diff \ -I '^ld/ld-new [0-9.]*$' \ -I '^\(PASS\|FAIL\): gdb.mi/mi-break.exp: test hitting breakpoint with commands$' \ -I '^\(PASS\|FAIL\): gdb.threads/attach-stopped.exp: threaded: attach2, exit leaves process sleeping$' \ + -I '^\(PASS\|FAIL\): gdb.threads/attachstop-mt.exp: attach3, exit leaves process stopped$' \ -I '^\(PASS\|FAIL\): gdb.threads/attachstop-mt.exp: attach4 stop by interrupt\(\| (timeout)\)$' \ -I '^\(PASS\|FAIL\): gdb.threads/attachstop-mt.exp: attach4, exit leaves process sleeping$' \ -I '^\(PASS\|FAIL\): gdb.threads/manythreads.exp: info threads$' \