r271263 - in /branches/gcc-9-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed May 15 19:38:00 GMT 2019


Author: redi
Date: Wed May 15 19:38:42 2019
New Revision: 271263

URL: https://gcc.gnu.org/viewcvs?rev=271263&root=gcc&view=rev
Log:
Fix filesystem::path tests

The root_path.cc test had some debugging macros left in accidentally, so
didn't FAIL correctly if an assertion failed.

The string-char8_t.cc tests didn't compile on Windows.

Backport from mainline
2019-04-30  Jonathan Wakely  <jwakely@redhat.com>

	* testsuite/27_io/filesystem/path/decompose/root_path.cc: Remove
	macros accidentally left in.
	* testsuite/27_io/filesystem/path/native/string-char8_t.cc: Remove
	unnecessary -lstdc++fs option. Fix test for mingw.
	* testsuite/experimental/filesystem/path/native/string-char8_t.cc:
	Fix test for mingw.

Modified:
    branches/gcc-9-branch/libstdc++-v3/ChangeLog
    branches/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc
    branches/gcc-9-branch/libstdc++-v3/testsuite/27_io/filesystem/path/native/string-char8_t.cc
    branches/gcc-9-branch/libstdc++-v3/testsuite/experimental/filesystem/path/native/string-char8_t.cc



More information about the Libstdc++-cvs mailing list