[all-commits] [llvm/llvm-project] 4dbe72: [lldb][test] Mark sys_info zdump test unsupported ...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Oct 1 04:49:22 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dbe72f91a9601e66db2bee59c5bebcdc63f9472
      https://github.com/llvm/llvm-project/commit/4dbe72f91a9601e66db2bee59c5bebcdc63f9472
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    M libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp

  Log Message:
  -----------
  [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)


  Commit: 23eadbda36887257fcc197fef6f71ddc1830b8ab
      https://github.com/llvm/llvm-project/commit/23eadbda36887257fcc197fef6f71ddc1830b8ab
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    M libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp

  Log Message:
  -----------
  [libcxx][test] Use smaller time range for 32 bit time_t (#104762)

This fixes the test on Arm 32 bit Ubuntu Jammy where time_t is 32 bit.

(cherry picked from commit cdd608b8f0ce090b3568238387df368751bdbb5d)


Compare: https://github.com/llvm/llvm-project/compare/fae11d419de1...23eadbda3688

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list