[all-commits] [llvm/llvm-project] 579fd0: [asan][test] Don't XFAIL Posix/unpoison-alternate-...
rorth via All-commits
all-commits at lists.llvm.org
Fri Mar 5 00:44:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 579fd0259788e8dcd4c2a26b5eefdd0d78cd4093
https://github.com/llvm/llvm-project/commit/579fd0259788e8dcd4c2a26b5eefdd0d78cd4093
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
Log Message:
-----------
[asan][test] Don't XFAIL Posix/unpoison-alternate-stack.cpp on Solaris
One ASan test currently `XPASS`es on Solaris:
AddressSanitizer-i386-sunos :: TestCases/Posix/unpoison-alternate-stack.cpp
It was originally `XFAIL`ed in D88501 <https://reviews.llvm.org/D88501>
because `longjmp` from a signal handled is highly unportable, warned
against in XPG7, and was not supported by Solaris `libc` at the time.
However, since then support has been added for some cases including the
current one, so the `XFAIL` can go.
Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.
Differential Revision: https://reviews.llvm.org/D97933
More information about the All-commits
mailing list