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
This commit is contained in:
Thomas Vander Stichele 2005-03-25 13:02:19 +00:00
parent 5f354c5bd4
commit 3b9eb810d0
3 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2005-03-25 Thomas Vander Stichele <thomas at apestaart dot org>
* 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 <rbultje@ronald.bitfreak.net>
* docs/manual/basics-bins.xml:

View file

@ -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)

View file

@ -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)