diff options
Diffstat (limited to 'test/asan/TestCases/Posix/interception-in-shared-lib-test.cc')
-rw-r--r-- | test/asan/TestCases/Posix/interception-in-shared-lib-test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc b/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc index a7d2bfb9b43c1..b31b035f9e407 100644 --- a/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc +++ b/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> |