[ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-exception...
authorRainer Orth <ro@gcc.gnu.org>
Tue, 30 Jul 2019 07:59:43 +0000 (07:59 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 30 Jul 2019 07:59:43 +0000 (07:59 +0000)
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

compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc

index 019092a..c3944d6 100644 (file)
@@ -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>