[libcxx-commits] [libcxx] 6f6422f - [lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm Linux

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 15 01:17:44 PDT 2024


Author: David Spickett
Date: 2024-08-15T08:16:05Z
New Revision: 6f6422f4a2b8647a59936c131e50a79906d89510

URL: https://github.com/llvm/llvm-project/commit/6f6422f4a2b8647a59936c131e50a79906d89510
DIFF: https://github.com/llvm/llvm-project/commit/6f6422f4a2b8647a59936c131e50a79906d89510.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp
index 207f8e4df45413..2b97d9a5bc745b 100644
--- a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp
+++ b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp
@@ -14,7 +14,7 @@
 // XFAIL: availability-tzdb-missing
 
 // TODO TZDB Investigate
-// XFAIL: target={{armv(7|8)l-linux-gnueabihf}}
+// UNSUPPORTED: target={{armv(7|8)l-linux-gnueabihf}}
 
 #include <chrono>
 #include <format>


        


More information about the libcxx-commits mailing list