dotnet/runtime

Consider updating the HWIntrinsic test generation code to support an array of input values.

Open

#12 344 ouverte le 26 mars 2019

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)C# (5 445 forks)batch import
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

Currently the HWIntrinsic tests are generated from a set of templates and corresponding metadata. This works fine for the majority of cases but requires some amount of metadata duplication when you want to run the same test, but with a different set of inputs (such as constant inputs for testing edge cases).

We should consider updating the generation script to support an array of input values so that way the metadata duplication can be reduced when needing to add specific edge-case scenarios.

category:testing theme:hardware-intrinsics skill-level:beginner cost:small

Guide contributeur