]> gcc.gnu.org Git - gcc.git/commit
libstdc++: P1423R3 char8_t remediation (3/4)
authorTom Honermann <tom@honermann.net>
Fri, 29 Nov 2019 17:43:46 +0000 (17:43 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 29 Nov 2019 17:43:46 +0000 (17:43 +0000)
commit2b68cdc7e57bc632acba95a1e798493288f0e131
treec7cf8ee41285572f8bc31fab179000be2bffb70f
parent2b4e2c93d908afb575b7f9bcd0c8c9ad63e717d0
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.

From-SVN: r278857
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/path/factory/u8path.cc
libstdc++-v3/testsuite/experimental/feat-char8_t.cc
libstdc++-v3/testsuite/experimental/filesystem/path/factory/u8path.cc
This page took 0.052509 seconds and 5 git commands to generate.