[libcxx-commits] [libcxx] [libc++][chrono] Adds the sys_info class. (PR #85619)
Vladimir Vereschaka via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 10 18:23:59 PDT 2024
vvereschaka wrote:
Hi @mordante ,
JFI, usage of `assert_equal`&others in that way does not help actually. The error message always shows a line within these functions instead of actual problematic part of the test.
https://lab.llvm.org/buildbot/#/builders/60/builds/16760/steps/14/logs/FAIL__llvm-libc__-static_cfg_in__get_info_sys_time
```
# .---command stderr------------
# | Assertion failure: lhs.end == rhs.end C:\buildbot\as-builder-1\x-armv7l\llvm-project\libcxx\test\std\time\time.zone\time.zone.timezone\time.zone.members\get_info.sys_time.pass.cpp 65
# |
# | End:
# | Expected output 1950-01-01 00:00:00
# | Actual output 1879-12-31 19:06:00
# `-----------------------------
```
https://github.com/llvm/llvm-project/pull/85619
More information about the libcxx-commits
mailing list