-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Test failure: JIT\\Regression\\JitBlue\\GitHub_35821\\GitHub_35821\\GitHub_35821.cmd #36206
Comments
From
@echesakovMSFT @kunalspathak @tannergooding @CarolEidt |
I will take a look. This is the new test that I added last week. |
I believe this is an existing issue that got exposed because of this test case. The C# version of the test is simple. We just need to create Test3(Vector64.Create(23.1));
[MethodImpl(MethodImplOptions.NoInlining)]
public static void Test3(Vector64<double> data) {} This repros only if @briansull , @BruceForstall - can one of you confirm my understanding? |
I believe that the fundamental problem here is the retyping that we do of |
The issue should be resolved with Thanks for the analysis. |
Closes dotnet#36206, closes dotnet#36418. The issue was fixed by dotnet#37499.
* Reenable GitHub_26491. Closes #13355 * Reenable crossgen2 tests failing with old retyping/ They were fixed both with and without retyping. Closes #37883. * Reenable HVA merge cases. Closes #37341, closes #37880. * Reenable GitHub_35821. Closes #36206, closes #36418. The issue was fixed by #37499. * Delete extra lines that are no longer needed. #37506 was fixed in #38241. * delete a throwing init.
failed in job: runtime-coreclr jitstress-isas-arm 20200509.1
Error message
The text was updated successfully, but these errors were encountered: