mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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
|
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 =
|
tests_fail =
|
||||||
# threadh
|
# threadh
|
||||||
|
|
||||||
tests_ignore = queue threadc
|
tests_ignore = queue threadb threadc threadd staticrec threadg
|
||||||
# staticrec
|
|
||||||
|
|
||||||
thread1_SOURCES = thread.c
|
thread1_SOURCES = thread.c
|
||||||
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
include ../Rules
|
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 =
|
tests_fail =
|
||||||
# threadh
|
# threadh
|
||||||
|
|
||||||
tests_ignore = queue threadc
|
tests_ignore = queue threadb threadc threadd staticrec threadg
|
||||||
# staticrec
|
|
||||||
|
|
||||||
thread1_SOURCES = thread.c
|
thread1_SOURCES = thread.c
|
||||||
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue