diff options
Diffstat (limited to 'compiler-rt/test/msan/tls_reuse.cc')
-rw-r--r-- | compiler-rt/test/msan/tls_reuse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/tls_reuse.cc b/compiler-rt/test/msan/tls_reuse.cc index 78a328fa3ce..9c2ee975cb5 100644 --- a/compiler-rt/test/msan/tls_reuse.cc +++ b/compiler-rt/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> |