diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp index 4774993..7fe8971 100644 --- a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp @@ -7,8 +7,6 @@ // RUN: %run %t // XFAIL: ios && !iossim -// longjmp from signal handler is unportable. -// XFAIL: solaris #include <algorithm> #include <cassert> |