diff --git a/src/tests/DawnTest.cpp b/src/tests/DawnTest.cpp index f35687ea66..26bc12198b 100644 --- a/src/tests/DawnTest.cpp +++ b/src/tests/DawnTest.cpp @@ -522,6 +522,7 @@ std::vector DawnTestEnvironment::GetAvailableAdapterTestParams // test skips on all backends, we can remove this and use a test suite with // use_tint_generator in the command line args instead. if (params[i].backendType == wgpu::BackendType::Vulkan || + params[i].backendType == wgpu::BackendType::D3D12 || params[i].backendType == wgpu::BackendType::OpenGL || params[i].backendType == wgpu::BackendType::OpenGLES) { BackendTestConfig configWithTint = params[i];