[PATCH] [libcxx] Get category.monetary tests passing on linux.

Jonathan Roelofs jonathan at codesourcery.com
Thu Aug 21 06:06:57 PDT 2014



On 8/20/14, 9:47 PM, Eric Fiselier wrote:
> Hi mclow.lists, danalbert,
>
> This gets test/localization/locale.categories/category.monetary tests passing on linux.
>
> http://reviews.llvm.org/D4998
>
> Files:
>    test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
>    test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
>    test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp

Index: 
test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
===================================================================
--- 
test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
+++ 
test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
@@ -12,6 +12,12 @@
  // REQUIRES: locale.ru_RU.UTF-8
  // REQUIRES: locale.zh_CN.UTF-8

+// Failure related to GLIBC's use of U00A0 as mon_thousands_sep
+// and U002E as mon_decimal_point.
+// TODO: U00A0 should be investigated.
+// Possibly related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16006
+// XFAIL: linux
+
  // <locale>

Maybe this ^ one deserves its own bugzilla entry?


Cheers,

Jon
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-commits mailing list