[PATCH] D56497: [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 09:10:23 PST 2019
devnexen created this revision.
devnexen added a reviewer: krytarowski.
devnexen created this object with visibility "All Users".
Herald added subscribers: Sanitizers, llvm-commits, kubamracek.
- Assertion fails in the third iteration.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D56497
Files:
test/asan/TestCases/Posix/tsd_dtor_leak.cc
Index: test/asan/TestCases/Posix/tsd_dtor_leak.cc
===================================================================
--- test/asan/TestCases/Posix/tsd_dtor_leak.cc
+++ 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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56497.180858.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/09449e5a/attachment.bin>
More information about the llvm-commits
mailing list