Triage a few WebGPU expectations
Bug: dawn:1345 dawn:1512 Change-Id: I3f824b3779005c9f39742d900930045560e5f080 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104940 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
95f59412a6
commit
cf8e404c7c
|
@ -189,6 +189,11 @@ crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsy
|
|||
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:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
|
||||
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
|
||||
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
|
||||
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
|
||||
|
||||
################################################################################
|
||||
# external_texture failures
|
||||
# KEEP
|
||||
|
@ -241,12 +246,6 @@ crbug.com/dawn/0000 webgpu:api,validation,buffer,create:createBuffer_invalid_and
|
|||
################################################################################
|
||||
crbug.com/tint/1524 webgpu:shader,execution,expression,call,builtin,atan2:f32:* [ Skip ]
|
||||
|
||||
################################################################################
|
||||
# Vulkan Validation Layer error does to LoadOp::Clear on ReadOnly DepthStencil
|
||||
# KEEP
|
||||
################################################################################
|
||||
crbug.com/dawn/1512 [ dawn-backend-validation linux ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_stencil_read_only_write_state:* [ Failure ]
|
||||
|
||||
################################################################################
|
||||
# shader execution failures
|
||||
################################################################################
|
||||
|
@ -709,14 +708,6 @@ crbug.com/tint/0000 webgpu:shader,validation,parse,blankspace:null_characters:co
|
|||
crbug.com/tint/0000 webgpu:shader,validation,parse,blankspace:null_characters:contains_null=true;placement="eol" [ Failure ]
|
||||
crbug.com/tint/0000 webgpu:shader,validation,parse,identifiers:identifiers:* [ Failure ]
|
||||
|
||||
################################################################################
|
||||
# API validation failures
|
||||
################################################################################
|
||||
crbug.com/dawn/0000 webgpu:api,validation,shader_module,entry_point:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
|
||||
crbug.com/dawn/0000 webgpu:api,validation,shader_module,entry_point:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
|
||||
crbug.com/dawn/0000 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
|
||||
crbug.com/dawn/0000 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
|
||||
|
||||
################################################################################
|
||||
# API operation failures
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue