Skip to content

Commit f45a01e

Browse files
diggerlinldionne
authored andcommitted
[libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnning test cases after install locale fileset on AIX OS.
Summary: 1. there are 23 test cases which do not run because of locale fileset not install, after the locale installed, these test cases will be run and fail. "LIBCXX-AIX-FIXME" on the 23 test cases which remain to be investigated on AIX. 2.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 Reviewers: David Tenty Differential Revision: https://reviews.llvm.org/D124174 (cherry picked from commit bf4ddf1)
1 parent 55e34f3 commit f45a01e

File tree

24 files changed

+23
-2
lines changed

24 files changed

+23
-2
lines changed

libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
// XFAIL: LIBCXX-WINDOWS-FIXME
2727

28-
// XFAIL: LIBCXX-AIX-FIXME
29-
3028
#include <locale>
3129
#include <string>
3230
#include <cassert>

libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// XFAIL: LIBCXX-WINDOWS-FIXME
1919

2020
// REQUIRES: locale.ru_RU.UTF-8
21+
// XFAIL: LIBCXX-AIX-FIXME
2122

2223
// <locale>
2324

libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// XFAIL: LIBCXX-WINDOWS-FIXME
1919

2020
// REQUIRES: locale.ru_RU.UTF-8
21+
// XFAIL: LIBCXX-AIX-FIXME
2122

2223
// <locale>
2324

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
// NetBSD does not support LC_MONETARY at the moment
1212
// XFAIL: netbsd
13+
// XFAIL: LIBCXX-AIX-FIXME
1314

1415
// XFAIL: LIBCXX-WINDOWS-FIXME
1516

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
// NetBSD does not support LC_MONETARY at the moment
1212
// XFAIL: netbsd
13+
// XFAIL: LIBCXX-AIX-FIXME
1314

1415
// XFAIL: LIBCXX-WINDOWS-FIXME
1516

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
// NetBSD does not support LC_MONETARY at the moment
1212
// XFAIL: netbsd
13+
// XFAIL: LIBCXX-AIX-FIXME
1314

1415
// XFAIL: LIBCXX-WINDOWS-FIXME
1516

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
// NetBSD does not support LC_MONETARY at the moment
1212
// XFAIL: netbsd
13+
// XFAIL: LIBCXX-AIX-FIXME
1314

1415
// XFAIL: LIBCXX-WINDOWS-FIXME
1516

libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// NetBSD does not support LC_MONETARY at the moment
1010
// XFAIL: netbsd
11+
// XFAIL: LIBCXX-AIX-FIXME
1112

1213
// XFAIL: LIBCXX-WINDOWS-FIXME
1314

libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//
99
// NetBSD does not support LC_TIME at the moment
1010
// XFAIL: netbsd
11+
// XFAIL: LIBCXX-AIX-FIXME
1112

1213
// REQUIRES: locale.en_US.UTF-8
1314
// REQUIRES: locale.fr_FR.UTF-8

libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// XFAIL: netbsd
1111

1212
// XFAIL: libcpp-has-no-wide-characters
13+
// XFAIL: LIBCXX-AIX-FIXME
1314

1415
// REQUIRES: locale.en_US.UTF-8
1516
// REQUIRES: locale.fr_FR.UTF-8

0 commit comments

Comments
 (0)