diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc | 4 |
1 files changed, 4 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 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 <assert.h> #include <exception> #include <sanitizer/asan_interface.h> |