[all-commits] [llvm/llvm-project] 533373: [libcxx] [test] Fix the get/put long_double_ru_RU ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Feb 24 00:23:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5333732fce96a376ada2941c11e5cf01de5caa63
https://github.com/llvm/llvm-project/commit/5333732fce96a376ada2941c11e5cf01de5caa63
Author: Martin Storsjö <martin at martin.st>
Date: 2022-02-24 (Thu, 24 Feb 2022)
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:
-----------
[libcxx] [test] Fix the get/put long_double_ru_RU tests on Apple platforms
This fixes issue #45084 (https://llvm.org/PR45739).
Remove unnecessary trailing spaces after the "RUB" international
currency symbol (and after the plain number in some parts of the
put_long_double test).
Both of these test files are
`XFAIL: netbsd || linux || LIBCXX-WINDOWS-FIXME`, and then have some of
their test cases commented out when `__APPLE__`. This patch comments-in
those test cases and adjusts them all to work on Apple, while leaving the
test `XFAIL`ed on NetBSD, Linux, and Windows.
Differential Revision: https://reviews.llvm.org/D120316
More information about the All-commits
mailing list