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.55.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9b3816afb0b6f8b36629ceb2e703c09a9676e3;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 07002ecca..eccdd9222 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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)