Enable CTS tests about stencil copy on Win10 Intel bots
This patch enables all the CTS tests about stencil copy on Win10 Intel bots after the driver of the bots being upgraded to 31.0.101.2111. Bug: dawn:1487 Change-Id: Ib6fae45da4d5db73b165d9d6a1f9dc8c4310d5a0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116401 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
parent
a3a68c3d0d
commit
c170cd4f7c
|
@ -63,16 +63,6 @@
|
|||
|
||||
# Last rolled: 2023-01-05 05:47:34PM
|
||||
|
||||
################################################################################
|
||||
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
|
||||
# depth32float-stencil8 and stencil8 fail consistently.
|
||||
# KEEP
|
||||
################################################################################
|
||||
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="depth32float-stencil8" [ Failure ]
|
||||
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="stencil8" [ Failure ]
|
||||
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToTexture";format="stencil8" [ Failure ]
|
||||
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="StencilTest";format="stencil8" [ Failure ]
|
||||
|
||||
################################################################################
|
||||
# copyToTexture failures on Linux
|
||||
# Skipped instead of just Crash because of the number of failures
|
||||
|
|
Loading…
Reference in New Issue