llvm-project/libcxx/test/std/input.output/file.streams/fstreams
Martin Storsjö 4f7fa06a66 [libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the future CI configuration
This makes no attempt yet to look into the why/what for each of them,
but makes the CI configuration useful for tracking further regressions.
After looking into each case, they can either be fixed, or converted
into UNSUPPORTED: windows or XFAIL: windows, once the cause is known
and explained.

A number of the filesystem cases can be fixed by patches that are
currently in review.

Differential Revision: https://reviews.llvm.org/D99095
2021-03-22 23:41:11 +02:00
..
filebuf Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
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 [libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the future CI configuration 2021-03-22 23:41:11 +02:00
fstream Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
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 Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
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 Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
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