diff options
author | Volodymyr Sapsai <vsapsai@apple.com> | 2018-04-02 22:09:57 +0000 |
---|---|---|
committer | Volodymyr Sapsai <vsapsai@apple.com> | 2018-04-02 22:09:57 +0000 |
commit | 24a77396a92d365f6356baf68482b88cbc5e7e8c (patch) | |
tree | eab8059449b9e9245fb85b5c6459e13f9c56eb9f /libcxx | |
parent | 98d31d688013e12bd8e5185a1971b593cb3fe15e (diff) | |
download | bcm5719-llvm-24a77396a92d365f6356baf68482b88cbc5e7e8c.tar.gz bcm5719-llvm-24a77396a92d365f6356baf68482b88cbc5e7e8c.zip |
[libcxx] Disable testing with system lib for 2 tests verifying debug mode.
llvm-svn: 329023
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp | 3 | ||||
-rw-r--r-- | libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp | 3 |
2 files changed, 6 insertions, 0 deletions
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 abfbb685d91..805aee13897 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 @@ -14,6 +14,9 @@ // MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS // MODULES_DEFINES: _LIBCPP_DEBUG=0 +// Can't test the system lib because this test enables debug mode +// UNSUPPORTED: with_system_cxx_lib + // <future> // class promise<R> 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 6736bae97b2..88061bb5f51 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 @@ -14,6 +14,9 @@ // MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS // MODULES_DEFINES: _LIBCPP_DEBUG=0 +// Can't test the system lib because this test enables debug mode +// UNSUPPORTED: with_system_cxx_lib + // <future> // class promise<R> |