Skip to content

Commit 6f6422f

Browse files
committed
[lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm Linux
Until #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.
1 parent 6d9cae1 commit 6f6422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// XFAIL: availability-tzdb-missing
1515

1616
// TODO TZDB Investigate
17-
// XFAIL: target={{armv(7|8)l-linux-gnueabihf}}
17+
// UNSUPPORTED: target={{armv(7|8)l-linux-gnueabihf}}
1818

1919
#include <chrono>
2020
#include <format>

0 commit comments

Comments
 (0)