diff options
author | Martin Storsjö <martin@martin.st> | 2025-05-28 09:21:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 09:21:30 +0300 |
commit | 74a102fc1cbcdc04d02b4edf9bbcbdc93124d5c1 (patch) | |
tree | 86a57bba12cb111d3f14996e04573b1d36ac9dbf /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 27675ccdd6315b560f5f90db34f6a4520fa26b6b (diff) | |
download | llvm-74a102fc1cbcdc04d02b4edf9bbcbdc93124d5c1.zip llvm-74a102fc1cbcdc04d02b4edf9bbcbdc93124d5c1.tar.gz llvm-74a102fc1cbcdc04d02b4edf9bbcbdc93124d5c1.tar.bz2 |
[libcxx] [test] Change an MSVC mode XFAIL into UNSUPPORTED (#141609)
The underlying bug in vcruntime [1] has been fixed in the latest version
of MSVC (released two weeks ago); this will cause the test which is
currently marked XFAIL to start erroring, when it starts passing
unexpectedly.
This version of MSVC may soon start appearing in the Github Actions
runner images used for our CI.
We could try to detect the state of this bug, but in practice, such
detection code would essentially be a copy of this whole test.
Therefore, just mark this test UNSUPPORTED for the MSVC mode builds. If
we at some point require new enough MSVC libraries, we could remove the
marking entirely.
[1]
https://developercommunity.visualstudio.com/t/vcruntime-nothrow-array-operator-new-fal/10373274
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions