r278857 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Nov 29 17:43:00 GMT 2019
Author: redi
Date: Fri Nov 29 17:43:46 2019
New Revision: 278857
URL: https://gcc.gnu.org/viewcvs?rev=278857&root=gcc&view=rev
Log:
libstdc++: P1423R3 char8_t remediation (3/4)
Updates to existing tests
This patch updates existing tests to validate the new value for the
__cpp_lib_char8_t feature test macros and to exercise u8path factory
function invocations with std::string, std::string_view, and interator
pair arguments.
2019-11-29 Tom Honermann <tom@honermann.net>
Updates to existing tests
* testsuite/experimental/feat-char8_t.cc: Updated the expected
__cpp_lib_char8_t feature test macro value.
* testsuite/27_io/filesystem/path/factory/u8path.cc: Added testing of
u8path invocation with std::string, std::string_view, and iterators
thereof.
* testsuite/experimental/filesystem/path/factory/u8path.cc: Added
testing of u8path invocation with std::string, std::string_view, and
iterators thereof.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path.cc
trunk/libstdc++-v3/testsuite/experimental/feat-char8_t.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path.cc
More information about the Gcc-cvs
mailing list