[vala/0.54] tests: Add XFAIL tests if undefined behavior sanitizer is enabled



commit 87aad7e03194cea909d1c72429f2aee202b09f30
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Jan 3 16:51:31 2022 +0100

    tests: Add XFAIL tests if undefined behavior sanitizer is enabled
    
    In addition to d3bfaa4ae34c0e6c7a7a9d124e6c3a276c545391

 tests/Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)
---
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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]