summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-01-09 17:14:57 +0000
committerDavid Carlier <devnexen@gmail.com>2019-01-09 17:14:57 +0000
commite63ae03e4d20d79e557ef0c8b5d42b94977f244f (patch)
tree630a1534a6df3cd480504dc415d9d4d2d463d7e8 /compiler-rt
parent6e52fb92e2da771fd15c1377ee57fdcb500ae62d (diff)
[asan] Disable TSD dtor leak unit tests on FreeBSD x86 64
- Assertion fails in the third iteration. Reviewers: krytarowski Reviewed By: krytarowski Differential Revision: https://reviews.llvm.org/D56497
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc b/compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc
index 860f3459e5a..26109fe1a5f 100644
--- a/compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc
@@ -3,6 +3,8 @@
// RUN: %clangxx_asan -O1 %s -pthread -o %t
// RUN: %env_asan_opts=quarantine_size_mb=0 %run %t
// XFAIL: x86_64-netbsd
+// Assertion fails
+// XFAIL: x86_64-freebsd
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>