Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5.6k
[wasm] foreground-shutdown test fails with PlatformNotSupportedException from Thread.Start #131899
Copy link
Copy link
Open
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarch-wasmWebAssembly architectureWebAssembly architecturearea-VM-coreclrblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'blocking-outerloopBlocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runsBlocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runsos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
Metadata
Metadata
Assignees
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarch-wasmWebAssembly architectureWebAssembly architecturearea-VM-coreclrblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'blocking-outerloopBlocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runsBlocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runsos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Type
Projects
- StatusShow more project fieldsNo status
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1540634
Build error leg or test failing:
baseservices/threading/regressions/2164/foreground-shutdown/foreground-shutdown.cmdPull request: N/A
Error Message
Fill the error message using step by step known issues guidance.
{ "ErrorMessage": [ "Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform.", "System.Runtime.CompilerServices.RuntimeFeature.ThrowIfMultithreadingIsNotSupported()" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Suggested fix
Exclude the test for
browser/single-threaded wasm, or gate it onFeatureWasmManagedThreads.Known issue validation
Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=1540634
Error message validated:
[Unhandled exception. System.PlatformNotSupportedException: Operation is not supported on this platform. System.Runtime.CompilerServices.RuntimeFeature.ThrowIfMultithreadingIsNotSupported()]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/5/2026 7:36:55 PM UTC
Report
Summary