summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-09-14 08:15:13 +0000
committerVitaly Buka <vitalybuka@google.com>2017-09-14 08:15:13 +0000
commit6f6220991eadb35da366497f22d96e98422d11eb (patch)
tree6e6f40fb296fa30ec095a20b0792dcef096cf06f /test/sanitizer_common
parent86427f15accde96cf407685c6bcfea5faccc704f (diff)
[sanitizer] Mark allow_user_segv as XFAIL instead of UNSUPPORTED
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@313241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common')
-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>