projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3537ad8
)
tests: use tcase_skip_broken_test() to skip broken multiqueue test
author
Tim-Philipp Müller
<tim@centricular.net>
Wed, 2 Oct 2013 11:30:54 +0000
(12:30 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Wed, 2 Oct 2013 11:30:54 +0000
(12:30 +0100)
So that we get a warning in the output that reminds us that
something needs to be fixed.
tests/check/elements/multiqueue.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/multiqueue.c
b/tests/check/elements/multiqueue.c
index 2ec920f361d2b78cffa33a09f73a2a528345ef04..94248b54dbfe13c0cd580bb047959adba55bbc2b 100644
(file)
--- a/
tests/check/elements/multiqueue.c
+++ b/
tests/check/elements/multiqueue.c
@@
-741,8
+741,7
@@
multiqueue_suite (void)
/* Disabled, The test (and not multiqueue itself) is racy.
* See https://bugzilla.gnome.org/show_bug.cgi?id=708661 */
- if (0)
- tcase_add_test (tc_chain, test_output_order);
+ tcase_skip_broken_test (tc_chain, test_output_order);
tcase_add_test (tc_chain, test_sparse_stream);
return s;