From df5efb9a519b6a16e98ff92cb05dce602b934ff2 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 21 Aug 2014 02:22:54 +0000 Subject: Mark some localization monetary tests as XFAIL on linux. This marks some of the localization test XFAIL on linux. There has been some discussion on D4861 about doing this. Please let me know if any of these tests for you on linux. llvm-svn: 216150 --- .../locale.money.get.members/get_long_double_ru_RU.pass.cpp | 6 ++++++ .../locale.money.put.members/put_long_double_ru_RU.pass.cpp | 6 ++++++ .../locale.moneypunct.byname/decimal_point.pass.cpp | 7 +++++-- 3 files changed, 17 insertions(+), 2 deletions(-) (limited to 'libcxx/test') diff --git a/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp b/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp index 44cec765d74..ec563fe4c7b 100644 --- a/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp +++ b/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp @@ -9,6 +9,12 @@ // // XFAIL: apple-darwin +// 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 + // REQUIRES: locale.ru_RU.UTF-8 // diff --git a/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp b/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp index 1f335e46f94..54bfcfb5c88 100644 --- a/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp +++ b/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp @@ -9,6 +9,12 @@ // // XFAIL: apple-darwin +// 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 + // REQUIRES: locale.ru_RU.UTF-8 // diff --git a/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp b/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp index 16d403d3e16..8270377f3ab 100644 --- a/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp +++ b/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp @@ -7,13 +7,16 @@ // //===----------------------------------------------------------------------===// -// - // REQUIRES: locale.en_US.UTF-8 // REQUIRES: locale.fr_FR.UTF-8 // REQUIRES: locale.ru_RU.UTF-8 // REQUIRES: locale.zh_CN.UTF-8 +// Russia uses ',' for the decimal separator. GLIBC returns '.' +// XFAIL: linux + +// + // class moneypunct_byname // charT decimal_point() const; -- cgit v1.2.3