Mark debug death tests as unsupported on Windows
authorEric Fiselier <eric@efcs.ca>
Thu, 21 Mar 2019 02:07:55 +0000 (02:07 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 21 Mar 2019 02:07:55 +0000 (02:07 +0000)
llvm-svn: 356639

libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
libcxx/test/libcxx/debug/containers/db_string.pass.cpp
libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp

index b81b25764d0dbf596b78a087e3498722eaca1c82..42c6322b4dd591dfeae02371bd3b53f753be7974 100644 (file)
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index ec7ebbfacdcebcd2ae28b6b573b3a3c7ffbc00c6..83721acd97d439fdc0d56c6cb0694e9f49471c83 100644 (file)
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index 722dad274af2651f8dba4434324af6a5fcc48276..0681067a21e1e0277ac6010516b4977bf942e1a5 100644 (file)
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index 056d79c9006f5e088142774afa00ea341b48915b..af31c7474a46d05cff85ee423f8039ffcd018ab5 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-no-if-constexpr
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index c2d1cd438cc7c157b844999fb7bb42d4c0276040..e3932bc0981a51587aa76628609ba3b5acc2dd2b 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-no-if-constexpr
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index 0fb8af2baab323b13d5e86e7c6d00429cb272908..b6519df82c3980068aed5d7c94d09c916f6b8691 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-no-if-constexpr
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index 3b20e4c09b49b6885dfd2f82fb2b192ab0604c15..99b40068571578a36e63b3d4301bf2ad135326f9 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-no-if-constexpr
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 
index 12268e737dd14869f241f7126f51504e07a7daad..7b8db3d45bfb0df9fef71d48e5e7f53f4c21da56 100644 (file)
@@ -8,6 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // Can't test the system lib because this test enables debug mode
 // UNSUPPORTED: with_system_cxx_lib
index 01f07eedae4a6c7603f513e4960bafc14ac60dcc..98560005acbd694b3d0d0333d6570f9cd17c6c94 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=0
 
index a01df4b656167f880876cf8450655b94f1f56585..de71ee78a16e79030112e92ccc1021ac5d0cd4cb 100644 (file)
@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
@@ -28,7 +29,6 @@
 #include <cstdlib>
 #include <cassert>
 
-
 #include "debug_mode_helper.h"
 
 int main(int, char**)
index 999c5c7cc30288734a6babba572de74051abdc29..909c735f464f9b28fbc747c5384b0749e71c3704 100644 (file)
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: libcpp-no-exceptions
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03