mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
disable pad and element_pad test until vmsize () works reliably
Original commit message from CVS: disable pad and element_pad test until vmsize () works reliably
This commit is contained in:
parent
d46ea6f2d6
commit
8bdbb4a088
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = sched element_pad
|
||||
tests_pass = bin element mainloop
|
||||
# pad
|
||||
tests_fail = sched
|
||||
# element_pad
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = sched element_pad
|
||||
tests_pass = bin element mainloop
|
||||
# pad
|
||||
tests_fail = sched
|
||||
# element_pad
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
Loading…
Reference in a new issue