Revert "Remove stale expectations after manual retesting" This reverts commit afa9b1e343b1d90c9e9ff40da52c663c9751ab6b. Reason for revert: CQ failures. Original change's description: > Remove stale expectations after manual retesting > > I manually retested the following tests on Windows 11 with > - NVDIA RTX 4070 > - Intel xe-lpg (Intel Arc, ID 0x7d55) > > In Chrome 143 (stable) and 145 (canary). > > Both with: > - DXC (the default) > - FXC (--disable-dawn-features=use_dxc) > > These all passed: > webgpu:shader,execution,expression,binary,af_matrix_addition:* > webgpu:shader,execution,expression,binary,af_matrix_subtraction:* > webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:* > > Bug: 407801079, 407159836 > Change-Id: Ic06771a17b1a088c9fe96427c745f3976a6a6964 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/281035 > Reviewed-by: Peter McNeeley <petermcneeley@google.com> > Commit-Queue: David Neto <dneto@google.com> TBR=dneto@google.com,dawn-scoped@luci-project-accounts.iam.gserviceaccount.com,petermcneeley@google.com No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 407801079, 407159836 Change-Id: Iff87c3088ce357bba1490b13fa9e1ba431f03c9c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/281335 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Peter McNeeley <petermcneeley@google.com> Commit-Queue: Peter McNeeley <petermcneeley@google.com>
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index a4f6e1a..61378f4 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt
@@ -777,6 +777,21 @@ crbug.com/407147670 [ amd-0x67ef sonoma ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ] crbug.com/407147670 [ intel-0x3e9b mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ] +# Some AbstractFloat matrix arithmetic tests failing on Win (mostly Intel, some NVIDIA) +crbug.com/407159836 [ dawn-no-backend-validation intel no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ nvidia win ] webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel-0x9bc5 no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:inputSource="const";cols=3;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel-0x9bc5 no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:scalar_matrix:inputSource="const";cols=3;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:scalar_matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation no-asan no-clang-coverage nvidia webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:scalar_matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel-0x9bc5 no-asan target-cpu-32 webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:inputSource="const";cols=3;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel no-asan webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation no-asan no-clang-coverage nvidia webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:inputSource="const";cols=4;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel-0x9bc5 no-asan no-clang-coverage release-x64 target-cpu-64 webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:inputSource="const";cols=3;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation intel-0x9bc5 no-asan no-clang-coverage webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:inputSource="const";cols=3;rows=4 [ Failure ] +crbug.com/407159836 [ dawn-no-backend-validation no-asan nvidia webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:inputSource="const";cols=4;rows=4 [ Failure ] + # Some AbstractFloat matrix arithmetic tests failing on Pixel 6 crbug.com/461850861 [ android-14 android-pixel-6 arm dawn-no-backend-validation target-cpu-64 ] webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:inputSource="const";cols=4;rows=4 [ Failure ] crbug.com/461850861 [ android-14 android-pixel-6 arm dawn-no-backend-validation target-cpu-64 ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:inputSource="const";cols=4;rows=4 [ Failure ] @@ -784,6 +799,8 @@ # capability_checks,limits,maxInterStageShaderVariables failure on Android Qualcomm crbug.com/407159803 [ android-r qualcomm ] webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:* [ Failure ] +crbug.com/407801079 [ dawn-no-backend-validation no-asan nvidia target-cpu-32 webgpu-dxc-disabled win ] webgpu:shader,execution,expression,binary,af_matrix_scalar_multiplication:matrix_scalar:inputSource="const";cols=4;rows=4 [ Failure ] + # image_copy:mip_levels, BC formats dimension="3d", on AMD mac and Intel linux crbug.com/419047170 [ amd-0x7340 mac ] webgpu:api,operation,command_buffer,image_copy:mip_levels:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bc1-rgba-unorm-srgb";dimension="3d" [ Failure ] crbug.com/419047170 [ amd-0x7340 mac ] webgpu:api,operation,command_buffer,image_copy:mip_levels:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="bc1-rgba-unorm";dimension="3d" [ Failure ]