[all-commits] [llvm/llvm-project] 5b97aa: [libc++] Re-disable parts of the failing RU locale...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Apr 29 09:51:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b97aa14f4289dec23a071f8f2199acfd82b4b23
https://github.com/llvm/llvm-project/commit/5b97aa14f4289dec23a071f8f2199acfd82b4b23
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++] Re-disable parts of the failing RU locale tests on Apple
Instead of completely disabling the tests on Apple, which makes them
disabled on all platforms we test (and hence useless), this commit
disables only the assertions that actually fail. I also created a
bug report to track re-enabling them (https://llvm.org/PR45739).
More information about the All-commits
mailing list