disable the tests that still fail on SMP
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 9 Sep 2004 19:09:49 +0000 (19:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 9 Sep 2004 19:09:49 +0000 (19:09 +0000)
Original commit message from CVS:
disable the tests that still fail on SMP

tests/old/testsuite/threads/Makefile.am
testsuite/threads/Makefile.am

index 7230847d039d70fbed44496fae56ca210b20772b..741bda11ce842504c3c58f2dfc9c47cff0ad6f9e 100644 (file)
@@ -1,11 +1,10 @@
 include ../Rules
 
-tests_pass = thread1 thread2 thread3 thread4 thread5 threadb threadd threade threadf threadg
+tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf
 tests_fail = 
 # threadh
 
-tests_ignore = queue threadc
-# staticrec
+tests_ignore = queue threadb threadc threadd staticrec threadg
 
 thread1_SOURCES = thread.c
 thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
index 7230847d039d70fbed44496fae56ca210b20772b..741bda11ce842504c3c58f2dfc9c47cff0ad6f9e 100644 (file)
@@ -1,11 +1,10 @@
 include ../Rules
 
-tests_pass = thread1 thread2 thread3 thread4 thread5 threadb threadd threade threadf threadg
+tests_pass = thread1 thread2 thread3 thread4 thread5 threade threadf
 tests_fail = 
 # threadh
 
-tests_ignore = queue threadc
-# staticrec
+tests_ignore = queue threadb threadc threadd staticrec threadg
 
 thread1_SOURCES = thread.c
 thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)