summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/fpe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanitizer_common/TestCases/Posix/fpe.cc')
-rw-r--r--test/sanitizer_common/TestCases/Posix/fpe.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Posix/fpe.cc b/test/sanitizer_common/TestCases/Posix/fpe.cc
index 46fe4f439..4f887b5f1 100644
--- a/test/sanitizer_common/TestCases/Posix/fpe.cc
+++ b/test/sanitizer_common/TestCases/Posix/fpe.cc
@@ -4,7 +4,6 @@
// RUN: %env_tool_opts=handle_sigfpe=0 not --crash %run %t 2>&1 | FileCheck --check-prefix=CHECK0 %s
// RUN: %env_tool_opts=handle_sigfpe=1 not %run %t 2>&1 | FileCheck --check-prefix=CHECK1 %s
// FIXME: implement in other sanitizers, not just asan.
-// XFAIL: msan
// XFAIL: tsan
// XFAIL: ubsan
//