1
0
Fork 0

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:
Marco Trevisan (Treviño) 2024-06-02 20:32:35 +02:00 committed by Marge Bot
parent 9c181e2407
commit ed35ff72e0

View file

@ -91,6 +91,7 @@ foreach cogl_test: cogl_tests
variant_test_env.set('COGL_DEBUG', 'winsys')
test(test_name + '-' + variant, test_executable,
args: variant in known_failures ? ['-m', 'no-undefined'] : [],
suite: ['cogl', 'cogl/conform'],
env: variant_test_env,
is_parallel: false,