[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:
Louis Dionne 2022-03-08 14:48:16 -05:00
parent 140aabec43
commit 54c4c01553
2 changed files with 0 additions and 8 deletions

View File

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

View File

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