llvm-project/libcxx/test/std/language.support/support.runtime
Martin Storsjö 516882a8f2 [libcxx] [test] Prepare the ctime.timespec test for mingw CI env upgrades
The test is currently marked XFAIL for mingw environments, but latest
mingw-w64 got support for timespec_get:
e62a0a987c

The CI environment will probably be upgraded to a state where this
test is passing only after 14.x is branched in the llvm-project monorepo.

If we'd just go from having an XFAIL to no marking at all (when CI is
passing), we'd have to update both main and 14.x branches in sync
exactly when the CI runners are updated to a newer version.

Instead, mark the test as temporarily unsupported (so it doesn't
cause failed builds when the CI environment is updated); after the
CI environments are upgraded to such a state, we can remove the
UNSUPPORTED marking to start requiring it to pass on the main branch,
without needing to synchronize that change to anything else.

Differential Revision: https://reviews.llvm.org/D116132
2021-12-22 15:14:55 +02:00
..
csetjmp.pass.cpp 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
csignal.pass.cpp 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
cstdarg.pass.cpp
cstdbool.pass.cpp 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
cstdlib.aligned_alloc.compile.pass.cpp [libcxx] [test] Make windows triples in XFAILs less specific 2021-10-12 18:24:47 +03:00
cstdlib.pass.cpp [libc++] Add missing annotations for TEST_HAS_NO_WIDE_CHARACTERS 2021-11-01 14:10:32 -04:00
ctime.pass.cpp [libcxx] [test] Move a missed test to ctime.timespec.compile.pass.cpp 2021-10-05 10:47:34 +03:00
ctime.timespec.compile.pass.cpp [libcxx] [test] Prepare the ctime.timespec test for mingw CI env upgrades 2021-12-22 15:14:55 +02:00