[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
This commit is contained in:
Martin Storsjö
2021-03-20 23:58:26 +02:00
parent 247f8f6719
commit 4f7fa06a66
124 changed files with 228 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
//
// UNSUPPORTED: libcpp-has-no-threads
// XFAIL: LIBCXX-WINDOWS-FIXME
// <thread>
// class thread