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 match tests on 32bit systems #1228

Merged
merged 1 commit into from May 9, 2022
Merged

Fix match tests on 32bit systems #1228

merged 1 commit into from May 9, 2022

Conversation

philberty
Copy link
Member

@philberty philberty commented May 9, 2022

Printing i64's on 32bit systems requires the proper format specifier
this amends these test cases to 32bit integers so %i works as expected.
I was able to use gdb to verify that these values are computed properly
from the structure on 32 bit systems.

Keeping the structures as i32 we can ignore platform-specific format
specifiers.

Printing i64's on 32bit systems requires the proper format specifier
this amends these testcases to 32bit integers so %i works as expected.
I was able to use gdb to verify that these values are computed properly
from the structure.
@philberty philberty added the bug label May 9, 2022
@philberty philberty requested a review from CohenArthur May 9, 2022 14:13
@philberty
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented May 9, 2022

Build succeeded:

@bors bors bot merged commit 8d828e4 into master May 9, 2022
@philberty philberty deleted the phil/i386-fix branch May 9, 2022 15:03
@philberty philberty added this to In progress in Imports and Visbility via automation May 9, 2022
@philberty philberty moved this from In progress to Done in Imports and Visbility May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants