diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc b/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc index 0aafa3e79f6..160c1c940e6 100644 --- a/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc @@ -23,6 +23,8 @@ // RUN: %clangxx_asan -O3 -DSHARED_LIB %s -fPIC -shared -o %t-so.so // RUN: %clangxx_asan -O3 %s %libdl -o %t && %run %t 2>&1 | FileCheck %s +// XFAIL: i386-netbsd + #if !defined(SHARED_LIB) #include <assert.h> #include <dlfcn.h> |