[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:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user