forked from OSchip/llvm-project
[sanitizer] Mark allow_user_segv as XFAIL instead of UNSUPPORTED
llvm-svn: 313241
This commit is contained in:
parent
62f02d5247
commit
561f5408c9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue