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

Fix failed tests related to pointer printing when using GDB 10 #84618

Merged
merged 1 commit into from
Apr 29, 2021

Commits on Apr 27, 2021

  1. Fix failed tests related to pointer printing when using GDB 10

    As mentioned in rust-lang#79009, there are four failed debuginfo test cases
    when using GDB 10. This commit fixes two of them, which fail because
    GDB 10 won't print pointers as string anymore. We can use `printf`
    as a workaround. It should work regardless of the version of GDB.
    
    Refer this [comment] for more details.
    
    [comment]: rust-lang#79009 (comment)
    lrh2000 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e8e5a88 View commit details
    Browse the repository at this point in the history