Skip to content

Commit 2d2d701

Browse files
committed
[NFC][compiler-rt] Remove iOS xfail for unpoison-alternate-stack
This test was originally xfailed because of a bug on iOS. This has since been fixed, so reenabling the test. (cherry picked from commit 05e48ec)
1 parent 9e29835 commit 2d2d701

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
// RUN: %clangxx_asan -std=c++20 -fexceptions -O0 %s -o %t -pthread
77
// RUN: %run %t
88

9-
// XFAIL: ios && !iossim
10-
// longjmp from signal handler is unportable.
11-
// XFAIL: solaris
12-
139
#include <algorithm>
1410
#include <cassert>
1511
#include <cerrno>

0 commit comments

Comments
 (0)