libstdc++: Fix failing filesystem::path tests (PR 93244)
authorJonathan Wakely <jwakely@redhat.com>
Fri, 6 Mar 2020 11:27:34 +0000 (11:27 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 6 Mar 2020 11:30:56 +0000 (11:30 +0000)
commit180eeeaeb200a07f7f24e1f203cd026880ff861c
tree19f250aca14b6a7d3968560c5efcc33d3aaa99b7
parent28119fba7f1a3c96dde58905277eac4de148f210
libstdc++: Fix failing filesystem::path tests (PR 93244)

The checks for PR 93244 don't actually pass on Windows (which is the
target where the bug is present) because of a different bug, PR 94063.

This adjusts the tests to not be affected by 94063 so that they verify
that 93244 was fixed.

PR libstdc++/93244
* testsuite/27_io/filesystem/path/generic/generic_string.cc: Adjust
test to not fail due to PR 94063.
* testsuite/27_io/filesystem/path/generic/utf.cc: Likewise.
* testsuite/27_io/filesystem/path/generic/wchar_t.cc: Likewise.
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/filesystem/path/generic/generic_string.cc
libstdc++-v3/testsuite/27_io/filesystem/path/generic/utf.cc
libstdc++-v3/testsuite/27_io/filesystem/path/generic/wchar_t.cc