[all-commits] [llvm/llvm-project] 2ea8fe: [libc++] Improve tests for std::quoted
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Oct 5 16:07:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2ea8fec2cd566be77c9412aacb8e546bd0c36612
https://github.com/llvm/llvm-project/commit/2ea8fec2cd566be77c9412aacb8e546bd0c36612
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.compile.fail.cpp
A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.verify.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.fail.cpp
A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.verify.cpp
Log Message:
-----------
[libc++] Improve tests for std::quoted
Instead of using ad-hoc mechanisms to disable the tests in C++ < 14, use
UNSUPPORTED markup.
More information about the All-commits
mailing list