mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
disable the tests that still fail on SMP
Original commit message from CVS: disable the tests that still fail on SMP
This commit is contained in:
parent
d5a0a1737e
commit
bb22738d21
2 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue