[sanitizer] Mark allow_user_segv as XFAIL instead of UNSUPPORTED

llvm-svn: 313241
This commit is contained in:
Vitaly Buka 2017-09-14 08:15:13 +00:00
parent 62f02d5247
commit 561f5408c9
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
// clang-format on // clang-format on
// Remove when fixed: https://github.com/google/sanitizers/issues/637 // Remove when fixed: https://github.com/google/sanitizers/issues/637
// UNSUPPORTED: lsan // XFAIL: lsan
// UNSUPPORTED: msan // XFAIL: msan
// UNSUPPORTED: tsan // XFAIL: tsan
// UNSUPPORTED: ubsan // XFAIL: ubsan
#include <signal.h> #include <signal.h>
#include <stdio.h> #include <stdio.h>