]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Skip constants/member-access-enum.vala for ASAN
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 50414570d1b54a6106a9a64274bb84977d817616

tests/Makefile.am

index 07002ecca7a24721d9bd87afe372c6d7d1f68357..eccdd9222ae89865e99bb1932ac8028b8831ee25 100644 (file)
@@ -1372,6 +1372,7 @@ endif
 
 if ENABLE_TEST_ASAN
 XFAIL_TESTS = \
+       constants/member-access-enum.vala \
        objects/property-array.vala \
        dbus/filedescriptor-errors.test \
        $(NULL)