llvm-project/libcxx/test/std/input.output/iostream.format
Martin Storsjö b048397db8 [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake
The pointer.volatile.pass.cpp test was already marked as XFAIL for
mingw-dll (for reasons explained in the comment above it).

The same issue also appears in clang-cl-dll when built with newer
CMake versions. (It didn't appear with older versions of CMake, as
CMake built the library with the clang-cl flag `-std:c++latest` when
we've requested C++ 20 - which practically built it in c++2b mode with
current clang versions. With current versions of CMake, it passes
`-std:c++20` instead.)

As it succeeds/fails dependent on factors we don't
directly control, mark it as UNSUPPORTED instead of XFAIL.

Differential Revision: https://reviews.llvm.org/D122718
2022-04-01 10:14:17 +03:00
..
ext.manip [libcxx] [test] Fix en_US money locale formatting tests on Windows 2022-03-02 23:24:37 +02:00
input.streams [libc++] [test] Qualify calls to iomanip functions in std/input.output/iostream.format/. NFCI. 2022-02-16 11:03:33 -05:00
output.streams [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake 2022-04-01 10:14:17 +03:00
quoted.manip [libc++] Overhaul std::quoted; fix its relationship to character traits. 2022-03-07 13:28:58 -05:00
std.manip [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
lit.local.cfg [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00