[PATCH] D65056: [ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-exception.cc on Solaris
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 00:59:33 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL367293: [ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow… (authored by ro, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.llvm.org/D65056?vs=210999&id=212285#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65056/new/
https://reviews.llvm.org/D65056
Files:
compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc
Index: compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/intercept-rethrow-exception.cc
+++ compiler-rt/trunk/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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65056.212285.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/b57899ab/attachment.bin>
More information about the llvm-commits
mailing list