Update libcxx skips for a new compiler warning by StephanTLavavej · Pull Request #5283 · microsoft/STL (original) (raw)
Mirrors internal MSVC-PR-610616 "Zc for conformant u8 string encoding of escape sequences".
(I'm refraining from nitpicking the comment too closely because updating it requires rerunning the internal PR checks and that's time-consuming.)
These are phrased as :9 SKIPPED
which skips them for the MSVC-internal test harness only, as the new warning has not yet shipped. When it does, we'll need to update this to :0 FAIL
and :1 FAIL
, or work with upstream LLVM to fix their non-conformant test code.