[lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm Linux
commit4dbe72f91a9601e66db2bee59c5bebcdc63f9472
authorDavid Spickett <david.spickett@linaro.org>
Thu, 15 Aug 2024 08:14:13 +0000 (15 08:14 +0000)
committerTobias Hieta <tobias@hieta.se>
Tue, 1 Oct 2024 07:03:25 +0000 (1 09:03 +0200)
tree05adca88f2f980a8094b94cfd9d4c81ce7c88cba
parentfae11d419de1ab34c7e999eda0b2292b85d61c67
[lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm Linux

Until https://github.com/llvm/llvm-project/pull/103056 lands
or another more appropriate check can be found.

This test fails on Ubuntu Focal where zdump is built with 32 bit time_t
but passes on Ubuntu Jammy where zdump is built with 64 bit time_t.

Marking it unsupported means Linaro can upgrade its bots to Ubuntu
Jammy without getting an unexpected pass.

(cherry picked from commit 6f6422f4a2b8647a59936c131e50a79906d89510)
libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp