[libcxx] XFAIL all currently failing libc++ tests for linux.

Summary:
Pretty please? We now have a significant number of builders that test libc++. I really want those builders to be green.
Most of these failures are due to differences in locale data, including those in regex. I will continue working on fixing the locale and regex tests but there is no consensus on what the correct direction to go. 

Since the builders display a list of XFAIL tests they are by no means hidden. It just means they are expected failures. Now unexpected failures won't get mixed in with well known and expected failures.

Reviewers: mclow.lists, jroelofs, danalbert

Reviewed By: danalbert

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D5941

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@220512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2014-10-23 21:17:36 +00:00
parent 29151f64e4
commit 79578cd14f
22 changed files with 71 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -18,6 +18,9 @@
// const basic_regex<charT, traits>& e,
// regex_constants::match_flag_type flags = regex_constants::match_default);
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>

View File

@@ -17,6 +17,9 @@
// string_type
// lookup_collatename(ForwardIterator first, ForwardIterator last) const;
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <iterator>
#include <cassert>

View File

@@ -17,6 +17,9 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
// TODO: investigation needed
// XFAIL: linux-gnu
#include <regex>
#include <cassert>