]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Add XFAIL tests if undefined behavior sanitizer is enabled
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 3 Jan 2022 15:51:31 +0000 (16:51 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 3 Jan 2022 15:51:31 +0000 (16:51 +0100)
In addition to d3bfaa4ae34c0e6c7a7a9d124e6c3a276c545391

tests/Makefile.am

index eccdd9222ae89865e99bb1932ac8028b8831ee25..2b4cb2ba4ecef33a11a150e26f07909d68dc6037 100644 (file)
@@ -1378,6 +1378,12 @@ XFAIL_TESTS = \
        $(NULL)
 endif
 
+if ENABLE_TEST_UBSAN
+XFAIL_TESTS = \
+       methods/extern.vala \
+       $(NULL)
+endif
+
 EXTRA_DIST = \
        glib/tests-extra-environment.sh \
        girwriter/tests-extra-environment.sh \