[PATCH] Fix filesystem::path tests

2019-04-30 Thread Jonathan Wakely
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. * te

[PATCH] Fix filesystem::path tests that fail on Windows

2018-12-20 Thread Jonathan Wakely
* testsuite/27_io/filesystem/operations/proximate.cc: Fix test for MinGW. * testsuite/27_io/filesystem/path/append/source.cc: Likewise. * testsuite/27_io/filesystem/path/compare/lwg2936.cc: Likewise. Tested x86_64-linux and mingw-w64, committed to trunk. commit 2