You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libcxx][test][AIX] Fix the thousands_sep expectation for fr_FR locales (#92312)
Similar to some other platforms, AIX uses ' ' for non-wide characters
and U202F for wide characters, so this change opts into those paths for
AIX as well.
Copy file name to clipboardExpand all lines: libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
// NetBSD does not support LC_NUMERIC at the moment
10
10
// XFAIL: netbsd
11
11
12
-
// XFAIL: LIBCXX-AIX-FIXME
13
12
// XFAIL: LIBCXX-FREEBSD-FIXME
14
13
15
14
// REQUIRES: locale.en_US.UTF-8
@@ -64,8 +63,8 @@ int main(int, char**)
64
63
// The below tests work around GLIBC's use of U202F as LC_NUMERIC thousands_sep.
0 commit comments