forked from OSchip/llvm-project
[libc++] Enable format_to and vformat_to tests even outside of Debug mode
These tests don't seem specific to the debug mode, so it makes sense to run them even when the debug mode is disabled. When we run with the debug mode enabled, we'll get the out-of-bounds checking that this test seems to be concerned with. Differential Revision: https://reviews.llvm.org/D121241
This commit is contained in:
parent
140aabec43
commit
54c4c01553
|
@ -11,10 +11,6 @@
|
|||
// TODO FMT Evaluate gcc-11 status
|
||||
// UNSUPPORTED: gcc-11
|
||||
|
||||
// The tests write fixed size buffer, make sure it remains in bounds.
|
||||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
|
||||
// UNSUPPORTED: libcxx-no-debug-mode
|
||||
|
||||
// <format>
|
||||
|
||||
// template<class Out, class... Args>
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
// TODO FMT Evaluate gcc-11 status
|
||||
// UNSUPPORTED: gcc-11
|
||||
|
||||
// The tests write fixed size buffer, make sure it remains in bounds.
|
||||
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
|
||||
// UNSUPPORTED: libcxx-no-debug-mode
|
||||
|
||||
// <format>
|
||||
|
||||
// template<class Out>
|
||||
|
|
Loading…
Reference in New Issue