]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix filesystem::path tests
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2019 10:39:59 +0000 (10:39 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2019 10:39:59 +0000 (10:39 +0000)
commit612b2ae797bcabff1daa09bb77de7b2b27b85063
tree0bd4a9c2babb4798a8d651ac383663e51622d0f7
parenta19d16c38a35da1074e50c86809be03fdfedb020
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270685 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc
libstdc++-v3/testsuite/27_io/filesystem/path/native/string-char8_t.cc
libstdc++-v3/testsuite/experimental/filesystem/path/native/string-char8_t.cc