-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
arch-x64arch-x86area-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 SuperPMIbug
Milestone
Description
With COMPlus_JitStress=2, these tests fail on Windows x64:
Interop\PInvoke\BestFitMapping\Char\AFT_PFT\AFT_PFT\AFT_PFT.cmd
Interop\PInvoke\BestFitMapping\Char\Assembly_False_False\Assembly_False_False\Assembly_False_False.cmd
Interop\PInvoke\BestFitMapping\LPStr\AFT_PFT\AFT_PFT\AFT_PFT.cmd
Interop\PInvoke\BestFitMapping\LPStr\Assembly_False_False\Assembly_False_False\Assembly_False_False.cmd
with:
Assert failure(PID 101632 [0x00018d00], Thread: 102816 [0x191a0]): Assertion failed 'expTyp == cseLclVarTyp' in 'ILStubClass:IL_STUB_PInvoke(byref):bool' (IL size 216)
File: f:\gh\coreclr10\src\jit\optcse.cpp Line: 2108
Image: f:\gh\coreclr10\bin\tests\Windows_NT.x64.Checked\Tests\Core_Root\CoreRun.exe
On x86, only these two fail:
Interop\PInvoke\BestFitMapping\Char\AFT_PFT\AFT_PFT\AFT_PFT.cmd
Interop\PInvoke\BestFitMapping\LPStr\AFT_PFT\AFT_PFT\AFT_PFT.cmd
Metadata
Metadata
Assignees
Labels
arch-x64arch-x86area-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 SuperPMIbug