Skip to content

Wasm / R2R: codegen bringup test failures #128234

@AndyAyersMS

Description

@AndyAyersMS

11 tests fail in debug codegen bringup tests, when prejitted for Wasm:

.\build clr+libs -rc debug -c release -os browser
.\src\tests\build skipmanaged browser

;; put repo dotnet, nodejs in path

cd src\tests\Jit\CodeGenBringUpTests

dotnet msbuild /p:TargetArchitecture=wasm /p:TargetOS=browser /p:RuntimeFlavor=coreclr /p:BuildAsStandalone=true JIT.CodeGenBringUpTests_d.csproj

set CORE_ROOT=<REPO_ROOT>\artifacts\tests\coreclr\browser.wasm.debug\Tests\Core_Root
set RunCrossGen2=1

set DOTNET_ReadyToRunExcludeList=JIT.CodeGenBringUpTests_d;XUnitWrapperLibrary;ArrayExc_d;ArrayJagged_d;ArrayObj_d;div2_d;DivConst_d;Localloc_d;ModConst_d;RecursiveTailCall_d;Rotate_d;struct16args_d;StructFldAddr_d

<REPO_ROOT>\artifacts\tests\coreclr\browser.wasm.Debug\JIT\CodeGenBringUpTests\JIT.CodeGenBringUpTests_d\JIT.CodeGenBringUpTests_d.cmd

To repro, remove one of the trailing entries from the DOTNET_ReadyToRunExcludeList above...

Metadata

Metadata

Assignees

Labels

arch-wasmWebAssembly architecturearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions