summaryrefslogtreecommitdiff
path: root/test/tsan/dtls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/dtls.c')
-rw-r--r--test/tsan/dtls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/dtls.c b/test/tsan/dtls.c
index 51697565f1f1..b00ca7691354 100644
--- a/test/tsan/dtls.c
+++ b/test/tsan/dtls.c
@@ -1,6 +1,7 @@
// RUN: %clang_tsan %s -o %t
// RUN: %clang_tsan %s -DBUILD_SO -fPIC -o %t-so.so -shared
// RUN: %run %t 2>&1 | FileCheck %s
+// XFAIL: netbsd
// Test that tsan cleans up dynamic TLS memory between reuse.