Remove fixed expectations for tier copyEI2T tests Bug: 448129221 Change-Id: I6a6a6964cb28676d3e0012ec5321578039ebf6cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/267296 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Gregg Tavares <gman@chromium.org>
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index 25f8248..a1a50b5 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt
@@ -1067,27 +1067,6 @@ crbug.com/444196974 webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:* [ Failure ] -# The app should be able to copy to these texture formats from Tier1, but Dawn forbids it. -# The web_platform failures emit so much output that it causes timeouts. So skip for now -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="r16snorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="r16unorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="r8snorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rg11b10ufloat" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rg16snorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rg16unorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rg8snorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rgba16snorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rgba16unorm" [ Failure ] -crbug.com/448129221 webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:format="rgba8snorm" [ Failure ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstFormat="r16unorm"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstFormat="rg11b10ufloat"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstFormat="rg16unorm"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstFormat="rgba16unorm"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstColorFormat="r16unorm"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstColorFormat="rg11b10ufloat"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstColorFormat="rg16unorm"* [ Skip ] -crbug.com/448129221 webgpu:web_platform,copyToTexture,*dstColorFormat="rgba16unorm"* [ Skip ] - # Failures on brya devices running Android Desktop. crbug.com/445230380 [ android android-brya ] webgpu:api,operation,rendering,basic:large_draw:* [ Failure ] crbug.com/445232714 [ android android-brya webgpu-no-worker ] webgpu:api,operation,storage_texture,read_only:basic:format="rgb10a2unorm";* [ Failure ]