-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[ci-scan] Test failure: Regression_o_2 browser-wasm R2R platform incompatibilities #133259
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-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'disabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
Activity
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-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ciBlocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'disabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1581938
Build error leg or test failing:
coreclr Pri1 Runtime Tests Run browser wasm checked R2R_CG2-Regression_o_2Pull request: #133206
Console log: https://helixr1107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-133206-merge-a3b88aaf22c042c488/Regression_o_2/1/console.442a0e08.log?helixlogtype=result
KBE authoring guidance (ci-failure-scan)
Error Detailsis for readers. The exception excerpts below identify both failures from the merged work item.Error Message.ErrorMessageuses ordered, case-sensitive ordinalString.Containsmatches copied from the failing log.Error Details
Likely Cause
PR #133134 added the parallel browser-wasm ReadyToRun lane that Crossgen2-compiles and executes merged regression runners. Its merge commit is present in this build, and the new lane now executes
Regression_o_2under browser-wasm R2R.Runtime_117566assumesAssembly.GetExecutingAssembly().Locationis a usable file path. Browser-wasm assemblies have no location, so the value is empty by design andLoadFromAssemblyPathrejects it.Runtime_58874contains akernel32allocation path and fails resolving that native library in browser-wasm, where dynamic linking is unavailable.These tests need browser-wasm/ReadyToRun applicability guards or equivalent platform-safe setup before the merged runner can pass in the new lane.
Error Message
{ "ErrorMessage": [ "global::Runtime_117566.TestEntryPoint()", "Path \"\" is not an absolute path.", "global::Runtime_58874.Runtime_58874.TestEntryPoint()", "dynamic linking not enabled" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Agentic workflow metadata (ci-failure-scan)
Workflow artifact: ci-failure-scan
Artifact kind: kbe-verification
Verified match count: 1 console log
Note
This issue was prepared with GitHub Copilot assistance and reviewed by the submitting developer.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1581938
Error message validated:
[global::Runtime_117566.TestEntryPoint() Path "" is not an absolute path. global::Runtime_58874.Runtime_58874.TestEntryPoint() dynamic linking not enabled]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/4/2026 8:31:28 PM UTC
Report
Summary