Skip to content

Conversation

@juhlig
Copy link
Contributor

@juhlig juhlig commented Aug 26, 2025

The test cipher_info_prop_aead_attr in crypto does not test all the ciphers that are listed in the crypto:cipher() type. Also, it does not take into consideration that some of the ciphers it does test might actually not be supported by the underlying crypto lib. Finally, it does try to test a cipher that is not (and AFAICT, never was) listed in the crypto:cipher() type, aes_ige256, making the test fail on my machine.

With this PR, all the listed (copied over from the respective types in crypto) and supported ciphers are tested.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 26, 2025

CT Test Results

  2 files   14 suites   4m 37s ⏱️
190 tests 172 ✅  18 💤 0 ❌
478 runs  335 ✅ 143 💤 0 ❌

Results for commit 16209b5.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@IngelaAndin IngelaAndin added the team:VM Assigned to OTP team VM label Aug 26, 2025
@sverker sverker added the testing currently being tested, tag is used by OTP internal CI label Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants