[all-commits] [llvm/llvm-project] 54c4c0: [libc++] Enable format_to and vformat_to tests eve...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 9 09:39:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54c4c01553e1ddcec654578a74081b341f82799b
https://github.com/llvm/llvm-project/commit/54c4c01553e1ddcec654578a74081b341f82799b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
M libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list