-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
JitStressCLR JIT issues involving JIT internal stress modesCLR JIT issues involving JIT internal stress modesarea-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 SuperPMI
Milestone
Description
x86 only, with configuration:
COMPlus_TieredCompilation=0
COMPlus_EnableSSE2=0
COMPlus_JitStress=1
c:\gh\runtime\artifacts\tests\coreclr\windows.x86.Debug\Tests\Core_Root\corerun.exe c:\gh\runtime\artifacts\tests\coreclr\windows.x86.Checked\Interop\PInvoke\Vector2_3_4\Vector2_3_4\Vector2_3_4.dll
Running RunVector2Tests...
TestLibrary.AssertTestException: Assert.AreEqual: Expected: [<71, 999>]. Actual: [<999, 999>].
at TestLibrary.Assert.HandleFail(String assertionName, String message) in C:\gh\runtime\src\tests\Common\CoreCLRTestLibrary\Assertion.cs:line 734
at TestLibrary.Assert.AreEqual[T](T expected, T actual, String message) in C:\gh\runtime\src\tests\Common\CoreCLRTestLibrary\Assertion.cs:line 413
at Vector2_3_4Test.RunVector2Tests() in C:\gh\runtime\src\tests\Interop\PInvoke\Vector2_3_4\Vector2_3_4.cs:line 65
at Vector2_3_4Test.Main() in C:\gh\runtime\src\tests\Interop\PInvoke\Vector2_3_4\Vector2_3_4.cs:line 18
@tannergooding @dotnet/jit-contrib
Metadata
Metadata
Assignees
Labels
JitStressCLR JIT issues involving JIT internal stress modesCLR JIT issues involving JIT internal stress modesarea-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 SuperPMI