forked from OSchip/llvm-project
[libcxx] Disable testing with system lib for 2 tests verifying debug mode.
llvm-svn: 329023
This commit is contained in:
parent
98d31d6880
commit
24a77396a9
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue