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.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@216150 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2014-08-21 02:22:54 +00:00
parent f523693f3f
commit 51642a4e81
3 changed files with 17 additions and 2 deletions

View File

@ -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
// <locale>

View File

@ -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
// <locale>

View File

@ -7,13 +7,16 @@
//
//===----------------------------------------------------------------------===//
// <locale>
// 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
// <locale>
// class moneypunct_byname<charT, International>
// charT decimal_point() const;