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.54.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87aad7e03194cea909d1c72429f2aee202b09f30;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 f07ccd111..bbd9a9c86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1364,6 +1364,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 \