Uh oh!
There was an error while loading. Please reload this page.
Run just Android Arm64 System.Security.Cryptography.Pkcs.Tests - #56861
Conversation
ghost
commented
Aug 4, 2021
Tagging subscribers to this area: @directhex |
1dd2077 to
2112f85Compareakoeplinger
commented
Aug 5, 2021
These still fail on the Android x64/x86 jobs in runtime-staging: https://dev.azure.com/dnceng/public/_build/results?buildId=1277052&view=logs&jobId=df0d4348-1948-576c-9bcf-0f0eaa3c5cab&j=b6e5d97f-d4f8-506b-9e47-e3e32385754a&t=94ce2805-f3e2-5f9a-1d92-0da5613f733d |
steveisok
commented
Aug 5, 2021
Ah, yeah, these ones make the emulator run low on memory for some reason. We could never reproduce locally. |
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 |
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
DecodeWithHighPbeIterationsas discovered by @akoeplinger , so we have opted to reduce the iteration count forDecodeWithHighPbeIterationsDatafor Android in order to still run the tests.