Skip to content
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

[Arm64] jitStressRegs=3 failures #10352

Closed
CarolEidt opened this issue May 18, 2018 · 5 comments
Closed

[Arm64] jitStressRegs=3 failures #10352

CarolEidt opened this issue May 18, 2018 · 5 comments
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes

Comments

@CarolEidt
Copy link
Contributor

The following tests fail with jitStressRegs=3 when run on x64/windows, using the arm64 altjit:

CoreMangLib\cti\system\mathf\MathFSign\MathFSign.cmd
JIT\Generics\Locals\static_assignment_class01\static_assignment_class01.cmd
JIT\Generics\Constraints\convert_static01\convert_static01.cmd
JIT\IL_Conformance\Old\Conformance_Base\add_ovf_u2\add_ovf_u2.cmd
JIT\jit64\opt\regress\vswhidbey\481244\foo_opt\foo_opt.cmd

Note that this test leg was last run in the CI system on 16 Feb.

@sdmaclea
Copy link
Contributor

Looks like the failures are issues while running the code. So these are not arm64 issues, but rather x64 issues while running x64_altjit. Perhaps related to the config options in test/x64_arm64_altjit.cmd ?

@BruceForstall

@CarolEidt
Copy link
Contributor Author

I have just realized that I failed to run these with COMPlus_SIMD16ByteOnly. Now none of them are failing either in master or in my branch. Let me rebase and see if I can reproduce the failures that are showing up in PR dotnet/coreclr#16517

@sdmaclea
Copy link
Contributor

@CarolEidt COMPlus_SIMD16ByteOnly should be on by default in altjit arm64 jobs

@CarolEidt
Copy link
Contributor Author

COMPlus_SIMD16ByteOnly should be on by default in altjit arm64 jobs

Right, but when I ran the tests in my local copy of my branch and master, I forgot - and naturally the jobs failed in both.

@CarolEidt
Copy link
Contributor Author

They were apparently spurious failures. Closing this.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

No branches or pull requests

2 participants