[PATCH] D27434: [libc++abi] Disable failing test on Darwin

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 18:53:23 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289513: [libc++abi] Mark failing test on Darwin as XFAIL (authored by smeenai).

Changed prior to commit:
  https://reviews.llvm.org/D27434?vs=80344&id=81174#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27434

Files:
  libcxxabi/trunk/test/thread_local_destruction_order.pass.cpp


Index: libcxxabi/trunk/test/thread_local_destruction_order.pass.cpp
===================================================================
--- libcxxabi/trunk/test/thread_local_destruction_order.pass.cpp
+++ libcxxabi/trunk/test/thread_local_destruction_order.pass.cpp
@@ -7,6 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
+// Darwin TLV finalization routines fail when creating a thread-local variable
+// in the destructor for another thread-local variable:
+// http://lists.llvm.org/pipermail/cfe-dev/2016-November/051376.html
+// XFAIL: darwin
 // UNSUPPORTED: c++98, c++03
 // UNSUPPORTED: libcxxabi-no-threads
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27434.81174.patch
Type: text/x-patch
Size: 666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161213/511e46cc/attachment.bin>


More information about the cfe-commits mailing list