[PATCH] D27614: Mark tests as unsupported under libcpp-no-exceptions

Roger Ferrer Ibanez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 10 00:59:51 PST 2017


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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27614.83782.patch
Type: text/x-patch
Size: 1098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170110/66e241f7/attachment-0001.bin>


More information about the cfe-commits mailing list