summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/allow_user_segv.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/allow_user_segv.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc b/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
index 4fe3c32f0..fdc03b3fc 100644
--- a/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
+++ b/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
@@ -18,10 +18,10 @@
// clang-format on
// Remove when fixed: https://github.com/google/sanitizers/issues/637
-// UNSUPPORTED: lsan
-// UNSUPPORTED: msan
-// UNSUPPORTED: tsan
-// UNSUPPORTED: ubsan
+// XFAIL: lsan
+// XFAIL: msan
+// XFAIL: tsan
+// XFAIL: ubsan
#include <signal.h>
#include <stdio.h>