[libcxx-commits] [libcxx] [libc++][TZDB] Implements time_zone get_info(local_time). (PR #89537)
Michał Górny via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 15 03:11:39 PDT 2024
mgorny wrote:
I'm also seeing it fail, on Gentoo with timezone-data 2024a-r1.
```
# .---command stderr------------
# | Assertion failure: lhs.result == rhs.result /var/tmp/portage/sys-libs/libcxx-19.0.0_pre20240615/work/libcxx/test/std/time/time.zone
/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp 92
# |
# | Result:
# | Expected output 0
# | Actual output -1
# `-----------------------------
# error: command failed with exit status: 250
```
FWICS it's failing on `Indian/Kerguelen`.
https://github.com/llvm/llvm-project/pull/89537
More information about the libcxx-commits
mailing list