[libcxx-commits] [PATCH] D100789: [libcxx] [test] Convert a couple of LIBCXX-WINDOWS-FIXME into XFAIL: windows-dll for known bugs
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 20 02:50:59 PDT 2021
curdeius accepted this revision as: curdeius.
curdeius added a comment.
LGTM. IIUC these tests will unexpectedly pass when this bug is fixed in clang, right? And then, we would be able to remove XFAIL annotations. If it's so, then it's good.
================
Comment at: libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp:11
-// XFAIL: LIBCXX-WINDOWS-FIXME
+// https://bugs.llvm.org/show_bug.cgi?id=41018
+// XFAIL: windows-dll
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100789/new/
https://reviews.llvm.org/D100789
More information about the libcxx-commits
mailing list