threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out bec...

Original commit message from CVS:
threadb and threadc are unexpectedly passing on my system (glibc2.3.1 and linux-2.6.0-test9). Commenting them out because they are expectedly failing on other systems.
This commit is contained in:
Iain Holmes 2003-11-05 12:45:18 +00:00
parent 23ad5f6b1a
commit 0676d630e7
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
include ../Rules
tests_pass = thread1 thread2 thread3 thread4 threadf
tests_fail = thread5 threadb threadc threadd threade queue
tests_fail = thread5 threadd threade queue
# tests which unexpectedly pass: threadb threadc
queue_SOURCES = queue.c
queue_CFLAGS = $(AM_CFLAGS)

View file

@ -1,8 +1,8 @@
include ../Rules
tests_pass = thread1 thread2 thread3 thread4 threadf
tests_fail = thread5 threadb threadc threadd threade queue
tests_fail = thread5 threadd threade queue
# tests which unexpectedly pass: threadb threadc
queue_SOURCES = queue.c
queue_CFLAGS = $(AM_CFLAGS)