From 92ba3a7e7bb2dc31d47f76d50b45d8cfbf16a071 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Tue, 9 Oct 2018 13:32:52 +0000 Subject: Mark intercept-rethrow-exception.cc as XFAIL on NetBSD This is an ASan test for functionality that has not been ported to NetBSD so far. --- compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc index e81dc5398a9..019092a9e8b 100644 --- a/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc +++ b/compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc @@ -4,6 +4,10 @@ // RUN: %clangxx_asan -fexceptions -O0 %s -o %t // RUN: %run %t +// The current implementation of this functionality requires special +// combination of libraries that are not used by default on NetBSD +// XFAIL: netbsd + #include #include #include -- cgit v1.2.3