- Notifications
You must be signed in to change notification settings - Fork564
[tests] restoreSSL category#10495
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We think some of the recent changes in main, should fix .NET APIs related to crypto on both CoreCLR and NativeAOT.
jonathanpeppers commentedSep 17, 2025
It seems like in the middle of |
grendello commentedSep 18, 2025
Might possibly be a GC bridge bug? /cc@simonrozsival |
simonrozsival commentedSep 18, 2025
That might be a GC bridge bug or it could be a bug in runtime's Crypto PAL code which also uses JNI. @jonathanpeppers can you repro it locally? |
jonathanpeppers commentedSep 18, 2025
After fixing merge conflict with main, it seems like these passed on CoreCLR and nothing crashed. NativeAOT has some failures like: So, let me change this to only add the category to CoreCLR and see if it is green. |
jonathanpeppers commentedSep 18, 2025
Seems like CI gets the same error, but it's working for me locally: # arm64 device.\dotnet-local.cmd build tests\Mono.Android-Tests\Mono.Android-Tests\Mono.Android.NET-Tests.csproj-t:Install,RunTestApks-r android-arm64-bl-p:IncludeCategories=SSL-p:UseMonoRuntime=false-c Release# API 29 emulator.\dotnet-local.cmd build tests\Mono.Android-Tests\Mono.Android-Tests\Mono.Android.NET-Tests.csproj-t:Install,RunTestApks-r android-x64-bl-p:IncludeCategories=SSL-p:UseMonoRuntime=false-c Release |
jonathanpeppers commentedSep 19, 2025
Ok, weird it seems to pass about 50% of the time. Let me just run it again to see. |
jonathanpeppers commentedSep 19, 2025
/azp run |
| Azure Pipelines successfully started running 1 pipeline(s). |
jonathanpeppers commentedSep 29, 2025
/azp run |
| Azure Pipelines successfully started running 1 pipeline(s). |
We think some of the recent changes in main, should fix .NET APIs related to crypto on both CoreCLR and NativeAOT.