aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/dlclose-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/dlclose-test.cc')
-rw-r--r--test/asan/TestCases/Posix/dlclose-test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/dlclose-test.cc b/test/asan/TestCases/Posix/dlclose-test.cc
index 0aafa3e79f6b..160c1c940e6f 100644
--- a/test/asan/TestCases/Posix/dlclose-test.cc
+++ b/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>