[libcxx] Disable testing with system lib for 2 tests verifying debug mode.

llvm-svn: 329023
This commit is contained in:
Volodymyr Sapsai 2018-04-02 22:09:57 +00:00
parent 98d31d6880
commit 24a77396a9
2 changed files with 6 additions and 0 deletions

View File

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

View File

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