Skip to content

[Wasm] Fix FP-based stack slot lookup#128958

Merged
kg merged 1 commit into
dotnet:mainfrom
kg:wasm-gcissues-followup-1
Jun 4, 2026
Merged

[Wasm] Fix FP-based stack slot lookup#128958
kg merged 1 commit into
dotnet:mainfrom
kg:wasm-gcissues-followup-1

Fix GetStackSlot for FP-relative slots on Wasm

122ecb3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jun 4, 2026 in 6h 21m 23s

Build #20260603.124 had test failures

Details

Tests

  • Failed: 76 (0.01%)
  • Passed: 1,258,049 (98.14%)
  • Other: 23,763 (1.85%)
  • Total: 1,281,888

Annotations

Check failure on line 0 in CSC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

CSC#L0

CSC(0,0): error CS8032: (NETCORE_ENGINEERING_TELEMETRY=Build) An instance of analyzer Microsoft.NetCore.CSharp.Analyzers.Usage.CSharpMissingShebangInFileBasedProgram cannot be created from /Users/runner/work/1/s/.packages/microsoft.codeanalysis.netanalyzers/11.0.100-preview.5.26257.113/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll : System.TypeLoadException: Could not load type 'Microsoft.NetCore.Analyzers.Usage.MissingShebangInFileBasedProgram' from assembly 'Microsoft.CodeAnalysis.NetAnalyzers, Version=11.0.100.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item CoreMangLib in job 4a30e974-54ad-4e96-8358-51d9e63a4aaa has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4a30e974-54ad-4e96-8358-51d9e63a4aaa/workitems/CoreMangLib/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Directed_1 in job 4a30e974-54ad-4e96-8358-51d9e63a4aaa has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4a30e974-54ad-4e96-8358-51d9e63a4aaa/workitems/Directed_1/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26257.113/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Directed_2 in job 4a30e974-54ad-4e96-8358-51d9e63a4aaa has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4a30e974-54ad-4e96-8358-51d9e63a4aaa/workitems/Directed_2/console

Check failure on line 1 in CoreMangLib.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

CoreMangLib.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Directed_1.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Directed_1.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Directed_2.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Directed_2.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Directed_3.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Directed_3.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.