[libcxx-commits] [PATCH] D112737: [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 28 11:11:23 PDT 2021


ldionne marked an inline comment as done.
ldionne 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: *
+
----------------
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`.


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