[libcxx] [test] Explain an XFAIL LIBCXX-WINDOWS-FIXME and convert into UNSUPPORTED

This particular test relies on internal details from the libc++
filesystem implementation header, and those details are structured
differently in the implementation for Windows.

Differential Revision: https://reviews.llvm.org/D102357
This commit is contained in:
Martin Storsjö 2021-05-12 22:43:13 +03:00
parent 3a6be27978
commit ec402f1d5d
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@
// UNSUPPORTED: c++03
// ADDITIONAL_COMPILE_FLAGS: -I %S/../../../../../../src/filesystem
// XFAIL: LIBCXX-WINDOWS-FIXME
// This test relies on calling functions from the libcxx internal header
// filesystem_common.h; the Windows implementation uses different
// internals and doesn't provide the same set_file_times function as for
// other platforms.
// UNSUPPORTED: windows
// <filesystem>