dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.57k stars 4.55k forks source link

System.Security.Cryptography.Csp.Tests failing on macOS x64 Debug #104172

Open amanasifkhalid opened 1 week ago

amanasifkhalid commented 1 week ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=724252 Build error leg or test failing: System.Security.Cryptography.Csp.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/104119

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.SignHash_DefaultAlgorithm_Success [SKIP]",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=724252 Error message validated: [System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.SignHash_DefaultAlgorithm_Success [SKIP]] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/28/2024 6:49:13 PM UTC

Report

Build Definition Test Pull Request
724252 dotnet/runtime System.Security.Cryptography.Csp.Tests.WorkItemExecution dotnet/runtime#104119

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
dotnet-policy-service[bot] commented 1 week ago

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones See info in area-owners.md if you want to be subscribed.

vcsjones commented 1 week ago

It's a crash from DSA. It looks like https://github.com/dotnet/runtime/issues/71738.