[all-commits] [llvm/llvm-project] 5e37cf: [libc++] Try re-enabling long-disabled locale test...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Apr 29 09:03:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e37cf0adc57fe91423dd56c88adb26ac35ef45e
https://github.com/llvm/llvm-project/commit/5e37cf0adc57fe91423dd56c88adb26ac35ef45e
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
Log Message:
-----------
[libc++] Try re-enabling long-disabled locale tests on Apple platforms
These two locale tests are disabled because they were said to "pass in
an uncontrolled manner on Apple platforms". This commit re-enables them
to see what that means, and whether that is still relevant on the
platforms we test.
Before this commit, the tests were either XFAILed or UNSUPPORTED on
Apple and Linux, which is pretty much all the systems we support. If
the tests truly don't work anywhere, they should be removed instead.
More information about the All-commits
mailing list