Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/19.x] Cherry-picks to fix the zdump spurious failures in CI #110259

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. [lldb][test] Mark sys_info zdump test unsupported on 32 bit Arm Linux

    Until llvm#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 6f6422f)
    DavidSpickett authored and tru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4dbe72f View commit details
    Browse the repository at this point in the history
  2. [libcxx][test] Use smaller time range for 32 bit time_t (llvm#104762)

    This fixes the test on Arm 32 bit Ubuntu Jammy where time_t is 32 bit.
    
    (cherry picked from commit cdd608b)
    DavidSpickett authored and tru committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    23eadbd View commit details
    Browse the repository at this point in the history