Skip to content

Commit f03d296

Browse files
committed
[NFC][compiler-rt] add back solaris xfail for unpoison-alternate-stack.cpp
1 parent 955f125 commit f03d296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

9+
// longjmp from signal handler is unportable.
10+
// XFAIL: solaris
11+
912
#include <algorithm>
1013
#include <cassert>
1114
#include <cerrno>

0 commit comments

Comments
 (0)