From 531ce3fe5300cc1d933ecf8ba1df569ca7b9b88d Mon Sep 17 00:00:00 2001 From: Zhaoming Jiang Date: Fri, 1 Jul 2022 15:58:40 +0000 Subject: [PATCH] CTS: Update expectation for non-ASCII entry point name Remove failure expectation of entry_point_name_must_match CTS tests that test non-ASCII entry point name. The fix CL is landed at https://chromium-review.googlesource.com/c/chromium/src/+/3732308. Bug: dawn:1474 Change-Id: Ib3379083696040aa3e6e8eb11fd12b9e0b26cc93 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/95321 Reviewed-by: Austin Eng Commit-Queue: Zhaoming Jiang --- webgpu-cts/expectations.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index 8deb66bce8..276c7ac93b 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -214,17 +214,13 @@ crbug.com/dawn/0000 [ bigsur ] webgpu:api,operation,command_buffer,copyTextureTo ################################################################################ crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ] -crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=false;shaderModuleEntryPoint="s%C3%A9quen%C3%A7age";stageEntryPoint="s%C3%A9quen%C3%A7age" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ] -crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=true;shaderModuleEntryPoint="s%C3%A9quen%C3%A7age";stageEntryPoint="s%C3%A9quen%C3%A7age" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ] -crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=false;shaderModuleEntryPoint="s%C3%A9quen%C3%A7age";stageEntryPoint="s%C3%A9quen%C3%A7age" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ] crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ] -crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=true;shaderModuleEntryPoint="s%C3%A9quen%C3%A7age";stageEntryPoint="s%C3%A9quen%C3%A7age" [ Failure ] ################################################################################ # external_texture failures