dotnet/runtime

Update naming conventions of HW intrinsics template based tests to avoid naming collisions

Open

#11.054 aberto em 7 de set. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C# (5.445 forks)batch import
area-CodeGen-coreclrhelp wantedtest-enhancement

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

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

Guia do colaborador