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

Eric Fiselier eric at efcs.ca
Thu Oct 23 12:57:53 PDT 2014


Hi mclow.lists, danalbert, jroelofs,

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.

http://reviews.llvm.org/D5941

Files:
  test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
  test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
  test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
  test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
  test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
  test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp
  test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp
  test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
  test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp
  test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
  test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
  test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
  test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
  test/re/re.alg/re.alg.match/basic.pass.cpp
  test/re/re.alg/re.alg.match/ecma.pass.cpp
  test/re/re.alg/re.alg.match/extended.pass.cpp
  test/re/re.alg/re.alg.search/awk.pass.cpp
  test/re/re.alg/re.alg.search/basic.pass.cpp
  test/re/re.alg/re.alg.search/ecma.pass.cpp
  test/re/re.alg/re.alg.search/extended.pass.cpp
  test/re/re.traits/lookup_collatename.pass.cpp
  test/re/re.traits/translate_nocase.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5941.15343.patch
Type: text/x-patch
Size: 12588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141023/68f29863/attachment.bin>


More information about the cfe-commits mailing list