diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc b/compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc index a7d2bfb9b43..b31b035f9e4 100644 --- a/compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc @@ -5,6 +5,8 @@ // RUN: %clangxx_asan -O0 %s -o %t %ld_flags_rpath_exe && \ // RUN: not %run %t 2>&1 | FileCheck %s +// XFAIL: i386-netbsd + #include <stdio.h> #include <string.h> |