From: Rico Tzschichholz Date: Mon, 3 Jan 2022 15:51:31 +0000 (+0100) Subject: tests: Add XFAIL tests if undefined behavior sanitizer is enabled X-Git-Tag: 0.55.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1682099945edfd8d23958cf45186aecbd0015e;p=thirdparty%2Fvala.git tests: Add XFAIL tests if undefined behavior sanitizer is enabled In addition to d3bfaa4ae34c0e6c7a7a9d124e6c3a276c545391 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index eccdd9222..2b4cb2ba4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \