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

Compare all 64-bits of return values with expected #143

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

hawkinsw
Copy link
Collaborator

Instead of considering only the 32 LSB when comparing the expected return values with the actual return values, consider all 64 bits.

Fixes #142

@hawkinsw hawkinsw force-pushed the 64_bit_retval branch 5 times, most recently from d2a01a4 to b7afe9d Compare August 18, 2023 18:30
@hawkinsw hawkinsw requested a review from Alan-Jowett August 28, 2023 16:53
@hawkinsw hawkinsw force-pushed the 64_bit_retval branch 11 times, most recently from 03fb5d7 to a46c93e Compare August 29, 2023 04:18
@coveralls
Copy link

coveralls commented Aug 29, 2023

Coverage Status

coverage: 95.837% (-0.02%) from 95.854% when pulling 8427f2b on hawkinsw:64_bit_retval into 10ae8ad on Alan-Jowett:main.

Instead of considering only the 32 LSB when comparing the expected
return values with the actual return values, consider all 64 bits.

Fixes Alan-Jowett#142

Signed-off-by: Will Hawkins <[email protected]>
@Alan-Jowett Alan-Jowett merged commit db9e025 into Alan-Jowett:main Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Program return values limited to 32-bits
3 participants