Skip to content

Commit 9533b09

Browse files
committed
Expect dx12 failure in 15 tests about depth
1 parent 2c7fad6 commit 9533b09

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

cts_runner/test.lst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@ webgpu:api,operation,rendering,depth:*
5858
webgpu:api,operation,rendering,draw:*
5959
webgpu:api,operation,shader_module,compilation_info:*
6060
webgpu:api,operation,texture_view,texture_component_swizzle,*
61+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth16unorm";func="textureGatherCompare"
62+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth16unorm";func="textureSampleCompare"
63+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth16unorm";func="textureSampleCompareLevel"
64+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus";func="textureGatherCompare"
65+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus";func="textureSampleCompare"
66+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus";func="textureSampleCompareLevel"
67+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus-stencil8";func="textureGatherCompare"
68+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus-stencil8";func="textureSampleCompare"
69+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth24plus-stencil8";func="textureSampleCompareLevel"
70+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float";func="textureGatherCompare"
71+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float";func="textureSampleCompare"
72+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float";func="textureSampleCompareLevel"
73+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float-stencil8";func="textureGatherCompare"
74+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float-stencil8";func="textureSampleCompare"
75+
fails-if(dx12) webgpu:api,operation,texture_view,texture_component_swizzle:read_swizzle:format="depth32float-stencil8";func="textureSampleCompareLevel"
6176
webgpu:api,operation,uncapturederror:iff_uncaptured:*
6277
//FAIL: webgpu:api,operation,uncapturederror:onuncapturederror_order_wrt_addEventListener
6378
// There are also two unimplemented SKIPs in uncapturederror not enumerated here.

0 commit comments

Comments
 (0)