Mark localization ctype 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@216148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2014-08-21 02:03:01 +00:00
parent 682132b4cc
commit f523693f3f
6 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// XFAIL: linux
#include <locale>
#include <cassert>

View File

@ -15,6 +15,7 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// XFAIL: linux
#include <locale>
#include <string>

View File

@ -15,6 +15,7 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// XFAIL: linux
#include <locale>
#include <cassert>

View File

@ -15,6 +15,7 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// XFAIL: linux
#include <locale>
#include <string>

View File

@ -15,6 +15,8 @@
// I doubt this test is portable
// XFAIL: linux
#include <locale>
#include <cassert>
#include <limits.h>

View File

@ -15,6 +15,8 @@
// I doubt this test is portable
// XFAIL: linux
#include <locale>
#include <string>
#include <vector>