mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
don't put in a test that fails on all platforms
Original commit message from CVS: don't put in a test that fails on all platforms
This commit is contained in:
parent
dde5c1e9d2
commit
6e01a39feb
2 changed files with 14 additions and 10 deletions
|
@ -1,10 +1,12 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink \
|
||||
useless_iteration
|
||||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink
|
||||
|
||||
# don't enable this one unless it actually works.
|
||||
# useless_iteration
|
||||
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink \
|
||||
useless_iteration
|
||||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink
|
||||
|
||||
# don't enable this one unless it actually works.
|
||||
# useless_iteration
|
||||
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
|
Loading…
Reference in a new issue