-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failed 'IsCompatibleType(cseLclVarTyp, expTyp)' #36587
Comments
``` src/libraries/System.Numerics.Vectors/tests/Matrix3x2Tests.cs dotnet#36587 Matrix3x2CreateRotationCenterTest() dotnet#36587 Matrix3x2CreateScaleCenterTest1() dotnet#36587 Matrix3x2CreateScaleCenterTest3() src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs dotnet#36586 Matrix4x4CreateFromAxisAngleTest() ```
* Add JIT stress mode testing using libraries tests There are three separate pipelines, with different sets of JIT stress modes enabled for each: - libraries-jitstress.yml - libraries-jitstress2-jitstressregs.yml - libraries-jitstressregs.yml The live built Release libraries are used with a Checked CoreCLR. The non-stress configuration is tested during normal PR testing. The libraries `sendtohelix.proj` file is changed to take an optional list of CoreCLR stress scenarios to run. If given, a set of environment setting scripts is created and added to the Helix correlation payload. Then, an auxiliary `sendtohelixhelp.proj` file is invoked for each scenario (or just the default, empty scenario) to create and run the Helix tasks. * Remove remnants of old corefx-on-coreclr test run infrastructure * Rename corefx-*.yml to libraries-*.yml * Disable tests ``` src/libraries/System.Numerics.Vectors/tests/Matrix3x2Tests.cs #36587 Matrix3x2CreateRotationCenterTest() #36587 Matrix3x2CreateScaleCenterTest1() #36587 Matrix3x2CreateScaleCenterTest3() src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs #36586 Matrix4x4CreateFromAxisAngleTest() ``` * Fix run-test-job.yml * Fix BuildAllConfigurations case
I did:
|
I also edited src\libraries\System.Numerics.Vectors\Tests\Matrix3x2Tests.cs
|
It didn't repro for me and I gathered a dump of the method which shows the random JitStress was active |
@briansull If you can't repro, you could submit a PR to re-enable the test, then trigger this pipeline on your PR to verify: https://dev.azure.com/dnceng/public/_build?definitionId=833. |
Failure in libraries System.Numerics.Vectors.Tests: release libraries, checked coreclr with:
Windows x64
E.g.,
(the
/p:ArchiveTests=true
is required to build the RunTests.cmd wrapper scripts)@briansull @tannergooding @CarolEidt @echesakovMSFT
The text was updated successfully, but these errors were encountered: