-
Notifications
You must be signed in to change notification settings - Fork 560
[tests] restore SSL
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 our terms of service and privacy 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?
[tests] restore SSL
category
#10495
Conversation
We think some of the recent changes in main, should fix .NET APIs related to crypto on both CoreCLR and NativeAOT.
It seems like in the middle of
|
Might possibly be a GC bridge bug? /cc @simonrozsival |
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? |
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. |
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 |
Ok, weird it seems to pass about 50% of the time. Let me just run it again to see. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/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.