mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
test:validate: Handle new expected_failures Test argument
This commit is contained in:
parent
4434392b2c
commit
8b4983daf1
2 changed files with 4 additions and 4 deletions
|
@ -169,9 +169,9 @@ if build_gir
|
||||||
# FIXME: There must be a better way to do this
|
# FIXME: There must be a better way to do this
|
||||||
# Need to pass the include path to find gst/gst.h and gst/gstenumtypes.h (built)
|
# Need to pass the include path to find gst/gst.h and gst/gstenumtypes.h (built)
|
||||||
ges_gir_extra_args += ['--cflags-begin',
|
ges_gir_extra_args += ['--cflags-begin',
|
||||||
'-I' + meson.current_source_dir() + '/..',
|
'-I' + meson.current_source_dir() + '/..',
|
||||||
'-I' + meson.current_build_dir() + '/..',
|
'-I' + meson.current_build_dir() + '/..',
|
||||||
'--cflags-end']
|
'--cflags-end']
|
||||||
endif
|
endif
|
||||||
ges_gen_sources += [gnome.generate_gir(libges,
|
ges_gen_sources += [gnome.generate_gir(libges,
|
||||||
sources : ges_sources + ges_headers,
|
sources : ges_sources + ges_headers,
|
||||||
|
|
|
@ -116,7 +116,7 @@ class XgesProjectDescriptor(MediaDescriptor):
|
||||||
|
|
||||||
class GESTest(GstValidateTest):
|
class GESTest(GstValidateTest):
|
||||||
def __init__(self, classname, options, reporter, project, scenario=None,
|
def __init__(self, classname, options, reporter, project, scenario=None,
|
||||||
combination=None):
|
combination=None, expected_failures=None):
|
||||||
|
|
||||||
super(GESTest, self).__init__(GES_LAUNCH_COMMAND, classname, options, reporter,
|
super(GESTest, self).__init__(GES_LAUNCH_COMMAND, classname, options, reporter,
|
||||||
scenario=scenario)
|
scenario=scenario)
|
||||||
|
|
Loading…
Reference in a new issue