[libcxx-commits] [PATCH] D121241: [libc++] Enable format_to and vformat_to tests even outside of Debug mode

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 9 09:38:45 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG54c4c01553e1: [libc++] Enable format_to and vformat_to tests even outside of Debug mode (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121241/new/

https://reviews.llvm.org/D121241

Files:
  libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
  libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp


Index: libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
+++ libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
@@ -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>
Index: libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
+++ libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121241.414134.patch
Type: text/x-patch
Size: 1156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220309/099d8059/attachment.bin>


More information about the libcxx-commits mailing list