Remove the suppression on use_tint_generator

Bug: dawn:594, tint:744
Change-Id: I371d6f826f7d11951926c32cdb6a0b4af4650f54
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/51902
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
Reviewed-by: Jiawei Shao <jiawei.shao@intel.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Qin Jiajia 2021-05-25 05:19:18 +00:00 committed by Dawn LUCI CQ
parent e1598e4891
commit 10a7f78815
1 changed files with 2 additions and 5 deletions

View File

@ -497,11 +497,8 @@ TEST_P(ShaderRobustnessPerf, Run) {
}
DAWN_INSTANTIATE_TEST_P(ShaderRobustnessPerf,
// TODO: Remove "use_tint_generator" once the following bug is
// fixed https://bugs.chromium.org/p/tint/issues/detail?id=744.
{D3D12Backend({}, {"use_tint_generator"}),
D3D12Backend({"disable_robustness"}, {"use_tint_generator"}),
MetalBackend(), MetalBackend({"disable_robustness"}, {}), OpenGLBackend(),
{D3D12Backend(), D3D12Backend({"disable_robustness"}, {}), MetalBackend(),
MetalBackend({"disable_robustness"}, {}), OpenGLBackend(),
OpenGLBackend({"disable_robustness"}, {}), VulkanBackend(),
VulkanBackend({"disable_robustness"}, {})},
{MatMulMethod::MatMulFloatOneDimSharedArray,