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
 


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
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to