[libcxx-commits] [PATCH] D112737: [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 28 11:14:29 PDT 2021
jloser added inline comments.
================
Comment at: libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp:17
+// TEMPORARY TO GET THE CI GREEN
+// UNSUPPORTED: *
+
----------------
ldionne wrote:
> jloser wrote:
> > Can we just `XFAIL` them for `gcc11` instead for now? Ditto for the other uses.
> No, these tests fail in various circumstances like ASAN on Clang 14, Debug iterators and other jobs. Since this is ultra temporary, I'm fine with using a coarse grained `UNSUPPORTED`.
Got it, thanks for the explanation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112737/new/
https://reviews.llvm.org/D112737
More information about the libcxx-commits
mailing list