You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/__w/1/s/src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/WasmArgumentLayoutTests.cs(166,45): error CS7036: There is no argument given that corresponds to the required parameter 'instructionSetSupport' of 'ReadyToRunCompilerContext.ReadyToRunCompilerContext(TargetDetails, SharedGenericsMode, bool, bool, InstructionSetSupport, CompilerTypeSystemContext)' [/__w/1/s/src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/ILCompiler.ReadyToRun.Tests.csproj]
Error Message
{
"ErrorMessage": "WasmArgumentLayoutTests.cs(166,45): error CS7036: There is no argument given that corresponds to the required parameter 'instructionSetSupport'",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Note
This issue body was drafted with GitHub Copilot and reviewed by me before filing.
Known issue validation
Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=1530244 Error message validated:[WasmArgumentLayoutTests.cs(166,45): error CS7036: There is no argument given that corresponds to the required parameter 'instructionSetSupport'] Result validation: ✅ Known issue matched with the provided build. Validation performed at: 7/28/2026 10:51:17 PM UTC
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1530244
Build error leg or test failing: linux-x64 checked CLR_Tools_Tests - ILCompiler.ReadyToRun.Tests
main@ 95b7768 does not build.Semantic merge conflict between two PRs that landed within ~18 hours of each other,
so neither one's CI saw the other:
src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/WasmArgumentLayoutTests.cs,which constructs
ReadyToRunCompilerContextwith 5 arguments.bool targetAllowsRuntimeCodeGenerationparameter to that constructor, making it 6.
Error Details
Error Message
{ "ErrorMessage": "WasmArgumentLayoutTests.cs(166,45): error CS7036: There is no argument given that corresponds to the required parameter 'instructionSetSupport'", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Note
This issue body was drafted with GitHub Copilot and reviewed by me before filing.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1530244
Error message validated:
[WasmArgumentLayoutTests.cs(166,45): error CS7036: There is no argument given that corresponds to the required parameter 'instructionSetSupport']Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/28/2026 10:51:17 PM UTC
Report
Summary