Skip to content

Commit c35e4dc

Browse files
committed
[asan][test] Un-xfail Posix/unpoison-alternate-stack.cpp on Solaris again
`Posix/unpoison-alternate-stack.cpp` currently `XPASS`es on Solaris. The `XFAIL` had already been removed in D97933 <https://reviews.llvm.org/D97933>, but reintroduced by commit f03d296 <https://reviews.llvm.org/rGf03d29601e0951da2c88f07d4234128e14e87870> which was never posted or justified. Given the `XPASS`, this obviously wasn't NFC, so I suggest to remove it again. Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`. Differential Revision: https://reviews.llvm.org/D108030
1 parent 4357852 commit c35e4dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
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-
129
#include <algorithm>
1310
#include <cassert>
1411
#include <cerrno>

0 commit comments

Comments
 (0)