-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm] Unhandled System.PlatformNotSupportedException
for crypto tests
#94820
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=471563 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "warn: System.PlatformNotSupportedException: System.Security.Cryptography.X509Certificates is not supported on this platform.",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} The tests seem to have the appropriate
|
This looks like an exception in the static cctor before the test has been filtered out. Probably exposed by #77513 or similar. Ideally it wouls be possible to separate this case from a failure in the Fact |
@radical please don't let the bot flag all of these issues as infrastructure-libraries. This has happened multiple times now and it results in us being tagged in such issues and then needing to re-assign them. |
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=471563 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "warn: System.PlatformNotSupportedException: System.Security.Cryptography.X509Certificates is not supported on this platform.",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} The tests seem to have the appropriate Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=471563 Report
Summary
|
Sorry about that! |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=471563
Build error leg or test failing: WasmTestOnBrowser-System.Security.Cryptography.Tests.WorkItemExecution
Pull request: #92095
Error Message
Fill the error message using step by step known issues guidance.
The tests seem to have the appropriate
SkipOnPlatform
or other attributes, but the.cctor
gets executed anyway, which throws.Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=471563
Error message validated:
warn: System.PlatformNotSupportedException: System.Security.Cryptography.X509Certificates is not supported on this platform.
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/16/2023 12:33:09 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: