[libcxx-commits] [PATCH] D124174: [libc++][CI] remove XFAIL: LIBCXX-AIX-FIXME for compare.pass.cpp
Digger Lin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 21 07:19:39 PDT 2022
DiggerLin created this revision.
DiggerLin added a reviewer: daltenty.
Herald added a project: All.
DiggerLin requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
after installed the locale fileset ,
the test case
libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp pass
remove XFAIL: LIBCXX-AIX-FIXME from the file.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124174
Files:
libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
Index: libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
===================================================================
--- libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
+++ libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
@@ -22,8 +22,6 @@
// https://llvm.org/PR41018
// XFAIL: windows-dll && msvc
-// XFAIL: LIBCXX-AIX-FIXME
-
#include <locale>
#include <string>
#include <cassert>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124174.424197.patch
Type: text/x-patch
Size: 560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220421/8d0e8dba/attachment.bin>
More information about the libcxx-commits
mailing list