r270685 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Apr 30 10:39:00 GMT 2019
Author: redi
Date: Tue Apr 30 10:39:59 2019
New Revision: 270685
URL: https://gcc.gnu.org/viewcvs?rev=270685&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.
* 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:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc
trunk/libstdc++-v3/testsuite/27_io/filesystem/path/native/string-char8_t.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/path/native/string-char8_t.cc
More information about the Libstdc++-cvs
mailing list