dotnet/runtime

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

Open

#12,344 创建于 2019年3月26日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)C# (5,445 fork)batch import
area-CodeGen-coreclrhelp wantedtest-enhancement

仓库指标

Star
 (17,886 star)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

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

贡献者指南