dotnet/runtime
Voir sur GitHubUpdate naming conventions of HW intrinsics template based tests to avoid naming collisions
Open
#11 054 ouverte le 7 sept. 2018
area-CodeGen-coreclrhelp wantedtest-enhancement
Métriques du dépôt
- Stars
- (17 886 stars)
- Métriques de merge PR
- (Merge moyen 12j 11h) (661 PRs mergées en 30 j)
Description
Porting of increased number of HW intrinsic tests to template based hit the problem of test naming collision arising for several groups of tests. The solution to the problem could be based on using expanded test names and test file names composed from names of intrinsic function, vector types of return argument and one of operands, and names of base types of the vectors.
category:testing theme:hardware-intrinsics skill-level:beginner cost:small