[compiler-rt] f03d296 - [NFC][compiler-rt] add back solaris xfail for unpoison-alternate-stack.cpp
Emily Shi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 10:13:09 PDT 2021
Author: Emily Shi
Date: 2021-07-01T10:13:00-07:00
New Revision: f03d29601e0951da2c88f07d4234128e14e87870
URL: https://github.com/llvm/llvm-project/commit/f03d29601e0951da2c88f07d4234128e14e87870
DIFF: https://github.com/llvm/llvm-project/commit/f03d29601e0951da2c88f07d4234128e14e87870.diff
LOG: [NFC][compiler-rt] add back solaris xfail for unpoison-alternate-stack.cpp
Added:
Modified:
compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
index 50d28ddf84c2f..a2082ed082154 100644
--- a/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
@@ -6,6 +6,9 @@
// 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>
More information about the llvm-commits
mailing list