mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-04 04:06:01 +00:00
Revert "Temporarily stop running tests on D3D12 with use_tint_generator"
This reverts commit 5c9b6a8f81abf54f1b8ba1c6d54c4037ecadba52. The issue has now been fixed in Tint and rolled into Dawn. Fixed: dawn:758 Change-Id: Id7deb6cea9f22ee8c5f345a28d2d37499b47d692 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/48080 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
cd5832c373
commit
edb575d631
@ -522,6 +522,7 @@ std::vector<AdapterTestParam> DawnTestEnvironment::GetAvailableAdapterTestParams
|
|||||||
// test skips on all backends, we can remove this and use a test suite with
|
// test skips on all backends, we can remove this and use a test suite with
|
||||||
// use_tint_generator in the command line args instead.
|
// use_tint_generator in the command line args instead.
|
||||||
if (params[i].backendType == wgpu::BackendType::Vulkan ||
|
if (params[i].backendType == wgpu::BackendType::Vulkan ||
|
||||||
|
params[i].backendType == wgpu::BackendType::D3D12 ||
|
||||||
params[i].backendType == wgpu::BackendType::OpenGL ||
|
params[i].backendType == wgpu::BackendType::OpenGL ||
|
||||||
params[i].backendType == wgpu::BackendType::OpenGLES) {
|
params[i].backendType == wgpu::BackendType::OpenGLES) {
|
||||||
BackendTestConfig configWithTint = params[i];
|
BackendTestConfig configWithTint = params[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user