[compiler-rt] r313241 - [sanitizer] Mark allow_user_segv as XFAIL instead of UNSUPPORTED

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 01:15:13 PDT 2017


Author: vitalybuka
Date: Thu Sep 14 01:15:13 2017
New Revision: 313241

URL: http://llvm.org/viewvc/llvm-project?rev=313241&view=rev
Log:
[sanitizer] Mark allow_user_segv as XFAIL instead of UNSUPPORTED

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc?rev=313241&r1=313240&r2=313241&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc Thu Sep 14 01:15:13 2017
@@ -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>




More information about the llvm-commits mailing list