[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:18:43 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350744: [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64 (authored by devnexen, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D56497?vs=180858&id=180862#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56497/new/

https://reviews.llvm.org/D56497

Files:
  compiler-rt/trunk/test/asan/TestCases/Posix/tsd_dtor_leak.cc


Index: compiler-rt/trunk/test/asan/TestCases/Posix/tsd_dtor_leak.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/tsd_dtor_leak.cc
+++ compiler-rt/trunk/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.180862.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/fedf11bf/attachment.bin>


More information about the llvm-commits mailing list