[libcxx] XFAIL all currently failing libc++ tests for linux.
authorEric Fiselier <eric@efcs.ca>
Thu, 23 Oct 2014 21:17:36 +0000 (21:17 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 23 Oct 2014 21:17:36 +0000 (21:17 +0000)
commite608aed22b0527349b8e623cbcc6b76d99cd0aec
tree37e87ef3dbca62d5a777596d50f3706345ecae4a
parent249d639786440747685b00e1a06ed1dcd69d052c
[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

llvm-svn: 220512
22 files changed:
libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp
libcxx/test/re/re.alg/re.alg.match/ecma.pass.cpp
libcxx/test/re/re.alg/re.alg.match/extended.pass.cpp
libcxx/test/re/re.alg/re.alg.search/awk.pass.cpp
libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp
libcxx/test/re/re.alg/re.alg.search/ecma.pass.cpp
libcxx/test/re/re.alg/re.alg.search/extended.pass.cpp
libcxx/test/re/re.traits/lookup_collatename.pass.cpp
libcxx/test/re/re.traits/translate_nocase.pass.cpp