summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-10-09 13:32:52 +0000
committerKamil Rytarowski <n54@gmx.com>2018-10-09 13:32:52 +0000
commit92ba3a7e7bb2dc31d47f76d50b45d8cfbf16a071 (patch)
treead1cd85bfb2237e25e42329393623832256c9289
parentb7b8b05ce3e4f9db963986591e0826e66a1e3df6 (diff)
Mark intercept-rethrow-exception.cc as XFAIL on NetBSDlinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-master-stable-defconfig_nolse
This is an ASan test for functionality that has not been ported to NetBSD so far.
-rw-r--r--compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cc4
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>