[PATCH] D108030: [asan][test] Un-xfail Posix/unpoison-alternate-stack.cpp on Solaris again
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 15 00:21:58 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc35e4dc8dd0b: [asan][test] Un-xfail Posix/unpoison-alternate-stack.cpp on Solaris again (authored by ro).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108030/new/
https://reviews.llvm.org/D108030
Files:
compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
Index: compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
===================================================================
--- compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
+++ compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
@@ -6,9 +6,6 @@
// RUN: %clangxx_asan -std=c++20 -fexceptions -O0 %s -o %t -pthread
// RUN: %run %t
-// longjmp from signal handler is unportable.
-// XFAIL: solaris
-
#include <algorithm>
#include <cassert>
#include <cerrno>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108030.366478.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210815/5d0aa5d3/attachment.bin>
More information about the llvm-commits
mailing list