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

sha1: add multiplatform tests #252

Merged
merged 1 commit into from Apr 5, 2021
Merged

sha1: add multiplatform tests #252

merged 1 commit into from Apr 5, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Apr 5, 2021

Expands the test suite to be similar to the one used by the sha2 crate which tests the following platforms:

  • Linux: i686/x86_64/aarch64 (latter w\ cross)
  • Windows: x86_64
  • macOS: x86_64

Additionally tests the asm feature on all Linux platforms as well as on macOS.

Note: per #251, it's likely asm will fail on Linux/aarch64 Edit: it did, so I commented out the relevant parts so the tests pass but someone who wants to work on #251 can uncomment them to check fixes in CI.

Expands the test suite to be similar to the one used by the `sha2` crate
which tests the following platforms:

- Linux: i686/x86_64/aarch64 (latter w\ cross)
- Windows: x86_64
- macOS: x86_64

Additionally tests the `asm` feature on all Linux platforms as well as
on macOS.

Tests on i686 and cross-based tests for aarch64 are currently disabled
because the `asm` feature is failing. See RustCrypto/hashes#251
@tarcieri tarcieri merged commit dd9086a into master Apr 5, 2021
@tarcieri tarcieri deleted the sha1/multiplatform-tests branch April 5, 2021 17:58
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.

None yet

1 participant