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:
parent
682132b4cc
commit
f523693f3f
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
// I doubt this test is portable
|
||||
|
||||
// XFAIL: linux
|
||||
|
||||
#include <locale>
|
||||
#include <cassert>
|
||||
#include <limits.h>
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
// I doubt this test is portable
|
||||
|
||||
// XFAIL: linux
|
||||
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user