[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
// 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>