From 3b9eb810d09d3ad46f8cc9428aa0b520b7dddfcc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 25 Mar 2005 13:02:19 +0000 Subject: [PATCH] testsuite/threads/Makefile.am: ignore signal2 since while it's a genuine bug it manages not to die half the time Original commit message from CVS: * testsuite/threads/Makefile.am: ignore signal2 since while it's a genuine bug it manages not to die half the time --- ChangeLog | 6 ++++++ tests/old/testsuite/threads/Makefile.am | 6 ++++-- testsuite/threads/Makefile.am | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index eeb70835f4..a1046833e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-25 Thomas Vander Stichele + + * testsuite/threads/Makefile.am: + ignore signal2 since while it's a genuine bug it manages not to die + half the time + 2005-03-23 Ronald S. Bultje * docs/manual/basics-bins.xml: diff --git a/tests/old/testsuite/threads/Makefile.am b/tests/old/testsuite/threads/Makefile.am index 0ca822d921..4039237bec 100644 --- a/tests/old/testsuite/threads/Makefile.am +++ b/tests/old/testsuite/threads/Makefile.am @@ -1,11 +1,13 @@ include ../Rules tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf signal1 159852 threadg threadi-123775 -tests_fail = 159566 signal2 signal3 +tests_fail = 159566 signal3 # threadh -tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2 +# signal2 shows a genuine bug but is erratic in that it manages to survive +# half of the time; so we ignore it +tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2 signal2 thread1_SOURCES = thread.c thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS) diff --git a/testsuite/threads/Makefile.am b/testsuite/threads/Makefile.am index 0ca822d921..4039237bec 100644 --- a/testsuite/threads/Makefile.am +++ b/testsuite/threads/Makefile.am @@ -1,11 +1,13 @@ include ../Rules tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf signal1 159852 threadg threadi-123775 -tests_fail = 159566 signal2 signal3 +tests_fail = 159566 signal3 # threadh -tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2 +# signal2 shows a genuine bug but is erratic in that it manages to survive +# half of the time; so we ignore it +tests_ignore = queue threadb threadc threadd staticrec threadi-nfy1 threadi-nfy2 signal2 thread1_SOURCES = thread.c thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)