[all-commits] [llvm/llvm-project] e5f362: [libcxx] [test] Simplify the handling of platform ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Feb 14 12:21:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5f362828a62d78ffab6d962df67a93ed50b8209
https://github.com/llvm/llvm-project/commit/e5f362828a62d78ffab6d962df67a93ed50b8209
Author: Martin Storsjö <martin at martin.st>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
Log Message:
-----------
[libcxx] [test] Simplify the handling of platform specific NAN formatting in put_long_double
Also opt in to testing the hexadecimal float formatting for glibc; glibc
does matches the current test references there.
Differential Revision: https://reviews.llvm.org/D118238
Commit: e98f6fa1c7f9081f1ac2591e2c9dfe80776f7d86
https://github.com/llvm/llvm-project/commit/e98f6fa1c7f9081f1ac2591e2c9dfe80776f7d86
Author: Martin Storsjö <martin at martin.st>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
Log Message:
-----------
[libcxx] [test] Fix the get_weekday test on glibc
This test feeds in the expected utf8 form of weekdays in various
languages, trying to match what libc++ has gathered internally
from `strftime()`. On glibc, the ru_RU.UTF-8 representation of the
tested weekday is spelled with upper case, while the existing
test reference is lower case.
Differential Revision: https://reviews.llvm.org/D118237
Compare: https://github.com/llvm/llvm-project/compare/343662a02878...e98f6fa1c7f9
More information about the All-commits
mailing list