[PATCH] D97933: [asan][test] Don't XFAIL Posix/unpoison-alternate-stack.cpp on Solaris

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 00:44:21 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG579fd0259788: [asan][test] Don't XFAIL Posix/unpoison-alternate-stack.cpp on Solaris (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97933/new/

https://reviews.llvm.org/D97933

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
@@ -7,8 +7,6 @@
 // RUN: %run %t
 
 // XFAIL: ios && !iossim
-// longjmp from signal handler is unportable.
-// XFAIL: solaris
 
 #include <algorithm>
 #include <cassert>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97933.328419.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/8d467556/attachment.bin>


More information about the llvm-commits mailing list