This revision was automatically updated to reflect the committed changes.
Closed by commit rL291550: Mark tests as unsupported under libcpp-no-exceptions 
(authored by rogfer01).

Changed prior to commit:
  https://reviews.llvm.org/D27614?vs=80877&id=83782#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27614

Files:
  libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
  libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp


Index: libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
===================================================================
--- libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
+++ libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
@@ -7,7 +7,7 @@
 //
 
//===----------------------------------------------------------------------===//
 //
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
Index: libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
===================================================================
--- libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
+++ libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
@@ -7,7 +7,7 @@
 //
 
//===----------------------------------------------------------------------===//
 //
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 


Index: libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
===================================================================
--- libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
+++ libcxx/trunk/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
Index: libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
===================================================================
--- libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
+++ libcxx/trunk/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// XFAIL: libcpp-no-exceptions
+// UNSUPPORTED: libcpp-no-exceptions
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to