From e7e268d9428f54ff478b88c4e747da25e2099e48 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 21 Mar 2019 02:07:55 +0000 Subject: [PATCH] Mark debug death tests as unsupported on Windows llvm-svn: 356639 --- .../test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp | 1 + .../test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp | 1 + .../libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp | 1 + .../libcxx/debug/containers/db_associative_container_tests.pass.cpp | 1 + .../libcxx/debug/containers/db_sequence_container_iterators.pass.cpp | 1 + libcxx/test/libcxx/debug/containers/db_string.pass.cpp | 1 + libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp | 1 + libcxx/test/libcxx/debug/debug_helper_test.pass.cpp | 1 + .../input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp | 1 + .../test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp | 2 +- .../futures/futures.promise/set_exception_at_thread_exit.pass.cpp | 2 +- 11 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp b/libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp index b81b257..42c6322 100644 --- a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp b/libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp index ec7ebbf..83721ac 100644 --- a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp b/libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp index 722dad2..0681067a 100644 --- a/libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp b/libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp index 056d79c..af31c74 100644 --- a/libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp b/libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp index c2d1cd4..e3932bc 100644 --- a/libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/debug/containers/db_string.pass.cpp b/libcxx/test/libcxx/debug/containers/db_string.pass.cpp index 0fb8af2..b6519df 100644 --- a/libcxx/test/libcxx/debug/containers/db_string.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp b/libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp index 3b20e4c..99b4006 100644 --- a/libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/debug/debug_helper_test.pass.cpp b/libcxx/test/libcxx/debug/debug_helper_test.pass.cpp index 12268e7..7b8db3d 100644 --- a/libcxx/test/libcxx/debug/debug_helper_test.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp b/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp index 01f07ee..9856000 100644 --- a/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp +++ b/libcxx/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 diff --git a/libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp b/libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp index a01df4b..de71ee7 100644 --- a/libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp +++ b/libcxx/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 #include - #include "debug_mode_helper.h" int main(int, char**) diff --git a/libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp b/libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp index 999c5c7..909c735 100644 --- a/libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp +++ b/libcxx/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 -- 2.7.4