Skip to content

Conversation

@tannergooding
Copy link
Member

This updates the GenerateTests.csx file to automatically split ISAs into groups of no more than x tests. x is currently 256 as that is approx the number of tests in x86.Avx2 which has never had issues and should be small enough to not hit any timeout issues.

This resolves #37282

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 13, 2020
@tannergooding
Copy link
Member Author

CC. @jkotas, @BruceForstall, @CarolEidt, @echesakovMSFT

Copy link
Contributor

@echesakov echesakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tannergooding Thanks for fixing the issue! Originally, I though about splitting the tests by the method name - that way it will be easier to debug and reproduce the failures.

However, given the urgency for the fix - let's merge your PR first and I will follow up later.

@tannergooding
Copy link
Member Author

Going to merge to unblock CI. I'll follow up with any remaining feedback that comes after merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Break up AdvSimd test

3 participants