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

Run just Android Arm64 System.Security.Cryptography.Pkcs.Tests #56861

Merged

Conversation

mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Aug 4, 2021

Fixes #37094

This PR reenables System.Security.Cryptography.Pkcs.Tests on Android for x64,x86, arm64.

The tests run out of memory, especially when hitting DecodeWithHighPbeIterations as discovered by @akoeplinger , so we have opted to reduce the iteration count for DecodeWithHighPbeIterationsData for Android in order to still run the tests.

@ghost
Copy link

ghost commented Aug 4, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Evaluating #37094

Author: mdh1418
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@mdh1418 mdh1418 force-pushed the android_arm64_system_security_cryptography_pkcs branch from 1dd2077 to 2112f85 Compare August 4, 2021 19:49
@mdh1418 mdh1418 marked this pull request as ready for review August 4, 2021 23:22
@steveisok
Copy link
Member

Ah, yeah, these ones make the emulator run low on memory for some reason. We could never reproduce locally.

@mdh1418
Copy link
Member Author

mdh1418 commented Aug 6, 2021

System.Security.Cryptography.Pkcs.Tests no longer fails on CI from running out of memory after the change, the only failure in runtime-staging for Android is due to System.Runtime.InteropServices, which is addressed by #56909

@mdh1418 mdh1418 merged commit c40cace into dotnet:main Aug 6, 2021
@mdh1418 mdh1418 deleted the android_arm64_system_security_cryptography_pkcs branch August 6, 2021 13:22
@ghost ghost locked as resolved and limited conversation to collaborators Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Security.Cryptography.Pkcs.Tests tests fail on Android
4 participants