llvm-project/libcxx/test/std/input.output/file.streams/fstreams
Martin Storsjö f15377084c [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char*
On Windows, path::value_type is wchar_t, so one can't pass the return
value of path::c_str() directly to std::remove().

This matches what was done for tests under std/input.output/filesystems
in 81db3c31aa and
3784bdf217.

Differential Revision: https://reviews.llvm.org/D97458
2021-02-26 00:10:47 +02:00
..
filebuf
filebuf.assign [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
filebuf.cons [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
filebuf.members [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
filebuf.virtuals [libc++] Add missing FILE_DEPENDENCIES markup 2020-04-01 22:17:03 -04:00
fstream
fstream.assign [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
fstream.cons [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
fstream.members [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
ifstream
ifstream.assign [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
ifstream.cons [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
ifstream.members [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
ofstream
ofstream.assign [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
ofstream.cons [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
ofstream.members [libcxx] [test] Use string().c_str() to convert a std::filesystem::path to a const char* 2021-02-26 00:10:47 +02:00
lit.local.cfg