From 2e9d8db2ddf045951452223be5cea6707fe71dd6 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Thu, 31 Oct 2024 19:57:05 +0000 Subject: [PATCH] Compat CTS: add some Intel 770 suppressions. Include-Ci-Only-Tests: true Change-Id: I1a7ca120d79f465c42c11638e892c1e585137c91 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213294 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com Commit-Queue: Stephen White --- webgpu-cts/compat-expectations.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt index ccef6e6895..a1794073e7 100644 --- a/webgpu-cts/compat-expectations.txt +++ b/webgpu-cts/compat-expectations.txt @@ -637,6 +637,11 @@ crbug.com/368241687 [ android-pixel-6 arm ] webgpu:shader,execution,expression,c # these are also failing on Vulkan (WebGPU Core) on the same device crbug.com/367807042 [ android-pixel-6 arm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:* [ Skip ] +# textureSampleLevel() with depth textures failing on Intel 770 +crbug.com/dawn/0000 [ linux intel-0x4680 ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:* [ Failure ] +crbug.com/dawn/0000 [ linux intel-0x4680 ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_3d_coords:* [ Failure ] +crbug.com/dawn/0000 [ linux intel-0x4680 ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_array_2d_coords:* [ Failure ] + # limits:const_array_elements failures # also failing on Vulkan Pixel 6 (Core) and NVidia GL ES Compat crbug.com/dawn/0000 [ android-pixel-6 arm ] webgpu:shader,execution,limits:const_array_elements: [ Failure ]