tests/cogl/conform: Run known failures tests in no-undefined mode
In this way we can just skip the single test cases that are failing Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3793>
This commit is contained in:

committed by
Marge Bot

parent
9c181e2407
commit
ed35ff72e0
@ -91,6 +91,7 @@ foreach cogl_test: cogl_tests
|
|||||||
variant_test_env.set('COGL_DEBUG', 'winsys')
|
variant_test_env.set('COGL_DEBUG', 'winsys')
|
||||||
|
|
||||||
test(test_name + '-' + variant, test_executable,
|
test(test_name + '-' + variant, test_executable,
|
||||||
|
args: variant in known_failures ? ['-m', 'no-undefined'] : [],
|
||||||
suite: ['cogl', 'cogl/conform'],
|
suite: ['cogl', 'cogl/conform'],
|
||||||
env: variant_test_env,
|
env: variant_test_env,
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
|
Reference in New Issue
Block a user