mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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:
parent
23ad5f6b1a
commit
0676d630e7
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue