From: Rico Tzschichholz Date: Mon, 3 Jan 2022 15:51:31 +0000 (+0100) Subject: tests: Skip constants/member-access-enum.vala for ASAN X-Git-Tag: 0.54.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b016ef6df15310b607cc9f7c59177c273d2f6d34;p=thirdparty%2Fvala.git tests: Skip constants/member-access-enum.vala for ASAN In addition to 50414570d1b54a6106a9a64274bb84977d817616 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b57514962..f07ccd111 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1358,6 +1358,7 @@ endif if ENABLE_TEST_ASAN XFAIL_TESTS = \ + constants/member-access-enum.vala \ objects/property-array.vala \ dbus/filedescriptor-errors.test \ $(NULL)