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...
11 tests fail in debug codegen bringup tests, when prejitted for Wasm:
To repro, remove one of the trailing entries from the
DOTNET_ReadyToRunExcludeListabove...