aboutsummaryrefslogtreecommitdiff
path: root/test/msan/tls_reuse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/msan/tls_reuse.cc')
-rw-r--r--test/msan/tls_reuse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/msan/tls_reuse.cc b/test/msan/tls_reuse.cc
index 78a328fa3ce0..9c2ee975cb57 100644
--- a/test/msan/tls_reuse.cc
+++ b/test/msan/tls_reuse.cc
@@ -1,6 +1,7 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
// Check that when TLS block is reused between threads, its shadow is cleaned.
+// XFAIL: freebsd
#include <pthread.h>
#include <stdio.h>