Browse Source

Mark debug death tests as unsupported on Windows

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@356639 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 6 years ago
parent
commit
d60e4a1030

+ 1 - 0
test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp

@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 

+ 1 - 0
test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp

@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 

+ 1 - 0
test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp

@@ -6,6 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=1
 

+ 1 - 0
test/libcxx/debug/containers/db_associative_container_tests.pass.cpp

@@ -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
 

+ 1 - 0
test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp

@@ -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
 

+ 1 - 0
test/libcxx/debug/containers/db_string.pass.cpp

@@ -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
 

+ 1 - 0
test/libcxx/debug/containers/db_unord_container_tests.pass.cpp

@@ -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
 

+ 1 - 0
test/libcxx/debug/debug_helper_test.pass.cpp

@@ -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

+ 1 - 0
test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp

@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: windows
 
 // MODULES_DEFINES: _LIBCPP_DEBUG=0
 

+ 1 - 1
test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp

@@ -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**)

+ 1 - 1
test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp

@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: libcpp-no-exceptions
+// UNSUPPORTED: windows
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03