-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Break up AdvSimd test #37282
Comments
Splitting up the tests is rather trivial. It would be helpful if there was some metric for how long 1 test takes so we can use that as a basis for the maximum number of tests per test executable for the HWIntrinsics. |
This is timing out in regular CI legs too. CoreCLR Pri0 Runtime Tests Run Windows_NT arm64 checked failed in #37847 with:
I am going to disable the test. It is affecting large number of CoreCLR PRs. |
I'll get up a PR to fix this today. |
Ok, I will wait for your PR. |
Fix should be here: #37859 |
This test is comprised of over 1200 .cs files. As a result, it regularly times out in GCStress runs, an issue tracked by #33948.
Note that the CI has a 60 minute per-test timeout and 240 minute per-collection timeout for GCStress jobs (see eng\common\templates\runtimes\run-test-job.yml).
This test should be broken up to keep it to a manageable size that would run GCStress in less time.
The text was updated successfully, but these errors were encountered: