summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
diff options
context:
space:
mode:
authorRainer Orth <ro@gcc.gnu.org>2019-07-30 07:59:43 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-07-30 07:59:43 +0000
commitedefc46272a26380601196b01748ee83ef692260 (patch)
tree79bfca531dd98900b703c4ed98f85cfd64ca0225 /test/asan/TestCases
parent840002ec1bef4922b45b3767ae6b333e140354d5 (diff)
downloadcompiler-rt-edefc46272a26380601196b01748ee83ef692260.tar.gz
[ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-exception.cc on Solaris
AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-exception.cc currently FAILs on Solaris. This happens because std::rethrow_exception cannot be intercepted, as detailed in Bug 42703. To account for this and reduce testsuite noise, this patch XFAILs the test. Tested on x86_64-pc-solaris2.11. Differential Revision: https://reviews.llvm.org/D65056 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@367293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases')
-rw-r--r--test/asan/TestCases/intercept-rethrow-exception.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/intercept-rethrow-exception.cc b/test/asan/TestCases/intercept-rethrow-exception.cc
index 019092a9e..c3944d6d5 100644
--- a/test/asan/TestCases/intercept-rethrow-exception.cc
+++ b/test/asan/TestCases/intercept-rethrow-exception.cc
@@ -7,6 +7,8 @@
// The current implementation of this functionality requires special
// combination of libraries that are not used by default on NetBSD
// XFAIL: netbsd
+// FIXME: Bug 42703
+// XFAIL: solaris
#include <assert.h>
#include <exception>