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 tests using time_tolerance on unsupported platforms #15

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

anowacki
Copy link
Owner

The time_tolerance option to read_file and read_buffer is not
supported on PowerPC and ARM platforms, but we used the option
unconditionally on all platforms in tests. Fix this to instead test
for the correct throwing of an error on ARM and PowerPC and skip the
time_tolerance tests.

The `time_tolerance` option to `read_file` and `read_buffer` is not
supported on PowerPC and ARM platforms, but we used the option
unconditionally on all platforms in tests.  Fix this to instead test
for the correct throwing of an error on ARM and PowerPC and skip the
`time_tolerance` tests.
@anowacki anowacki merged commit 720f6b7 into main Apr 28, 2024
11 checks passed
@anowacki anowacki deleted the fix-error-time-tolerance-arm-ppc branch April 28, 2024 21:52
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.

1 participant