summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan
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
commit58aa6a87a61970a43102111d68890bb10cb80845 (patch)
treeec783517323b632e1417fec9b7658ad8e3b37481 /compiler-rt/test/asan
parent3db0ad8a3035ada75e8a9b90126c49cf4aeedfb9 (diff)
downloadbcm5719-llvm-58aa6a87a61970a43102111d68890bb10cb80845.tar.gz
bcm5719-llvm-58aa6a87a61970a43102111d68890bb10cb80845.zip
[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 llvm-svn: 367293
Diffstat (limited to 'compiler-rt/test/asan')
-rw-r--r--compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc
index 019092a9e8b..c3944d6d560 100644
--- a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud