[libcxx-commits] [libcxx] [libc++][TZDB] Implements time_zone get_info(local_time). (PR #89537)

Vladimir Vereschaka via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 12 12:47:03 PDT 2024


vvereschaka wrote:

>For a similar test I have disable testing on // XFAIL: target={{armv(7|8)l-linux-gnueabihf}}, does that match this machine's target too?

Do you mean `std\time\time.zone\time.zone.timezone\time.zone.members\sys_info.zdump.pass.cpp` test? No, not really.
The target triple on our armv7 system is `armv7-unknown-linux-gnueabihf`. This regex should covet that triple either: `armv(7|8)(l)?-(.+-)?linux-gnueabihf`.

but anyway, this test gets unsupported for any cross compiled tests there because of `has-no-zdump` feature. A way of detection for this feature does not work correctly for the remote targets. We run the test on the remote boards, but the testsuite is trying to detect `zdump` on the host system. 

https://github.com/llvm/llvm-project/pull/89537


More information about the libcxx-commits mailing list