diff options
Diffstat (limited to 'compiler-rt/test/msan/dtls_test.c')
-rw-r--r-- | compiler-rt/test/msan/dtls_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/dtls_test.c b/compiler-rt/test/msan/dtls_test.c index 49d95c44c1d..a69c45f07c2 100644 --- a/compiler-rt/test/msan/dtls_test.c +++ b/compiler-rt/test/msan/dtls_test.c @@ -5,6 +5,8 @@ Regression test for a bug in msan/glibc integration, see https://sourceware.org/bugzilla/show_bug.cgi?id=16291 and https://github.com/google/sanitizers/issues/547 + + XFAIL: freebsd */ #ifndef BUILD_SO |