diff --git a/tests/old/testsuite/threads/Makefile.am b/tests/old/testsuite/threads/Makefile.am index 7230847d03..741bda11ce 100644 --- a/tests/old/testsuite/threads/Makefile.am +++ b/tests/old/testsuite/threads/Makefile.am @@ -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) diff --git a/testsuite/threads/Makefile.am b/testsuite/threads/Makefile.am index 7230847d03..741bda11ce 100644 --- a/testsuite/threads/Makefile.am +++ b/testsuite/threads/Makefile.am @@ -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)