diff options
-rw-r--r-- | tests/wpt/webgpu/meta/MANIFEST.json | 18 | ||||
-rw-r--r-- | tests/wpt/webgpu/meta/webgpu/cts.html.ini | 4 | ||||
-rw-r--r-- | tests/wpt/webgpu/tests/webgpu/cts.html | 8 |
3 files changed, 9 insertions, 21 deletions
diff --git a/tests/wpt/webgpu/meta/MANIFEST.json b/tests/wpt/webgpu/meta/MANIFEST.json index 5fe88f43059..fb91672dcf6 100644 --- a/tests/wpt/webgpu/meta/MANIFEST.json +++ b/tests/wpt/webgpu/meta/MANIFEST.json @@ -489,7 +489,7 @@ "testharness": { "webgpu": { "cts.html": [ - "40941fb9520652e95c3f356b05b73310b3ebdddb", + "0e637156fa95e5039db18c62136f73595b92c087", [ "webgpu/cts.html?q=webgpu:api,operation,buffers,create_mapped:*", {} @@ -559,26 +559,14 @@ {} ], [ - "webgpu/cts.html?q=webgpu:api,validation,createBindGroupLayout:*", - {} - ], - [ "webgpu/cts.html?q=webgpu:api,validation,createPipelineLayout:*", {} ], [ - "webgpu/cts.html?q=webgpu:api,validation,createRenderPipeline:*", - {} - ], - [ "webgpu/cts.html?q=webgpu:api,validation,createTexture:*", {} ], [ - "webgpu/cts.html?q=webgpu:api,validation,createView:*", - {} - ], - [ "webgpu/cts.html?q=webgpu:api,validation,encoding,cmds,index_access:*", {} ], @@ -631,10 +619,6 @@ {} ], [ - "webgpu/cts.html?q=webgpu:api,validation,vertex_state:*", - {} - ], - [ "webgpu/cts.html?q=webgpu:examples:*", {} ], diff --git a/tests/wpt/webgpu/meta/webgpu/cts.html.ini b/tests/wpt/webgpu/meta/webgpu/cts.html.ini index 0c194e42090..6bf8bb883ae 100644 --- a/tests/wpt/webgpu/meta/webgpu/cts.html.ini +++ b/tests/wpt/webgpu/meta/webgpu/cts.html.ini @@ -4,6 +4,7 @@ [cts.html?q=webgpu:api,validation,createRenderPipeline:*] + expected: ERROR [webgpu:api,validation,createRenderPipeline:sample_count_must_be_valid:sampleCount=2] expected: FAIL @@ -3900,6 +3901,7 @@ [cts.html?q=webgpu:api,validation,createBindGroupLayout:*] + expected: ERROR [webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:maxedType="sampled-texture";maxedVisibility=2;extraType="sampled-texture";extraVisibility=4] expected: FAIL @@ -6820,6 +6822,7 @@ [cts.html?q=webgpu:api,validation,vertex_state:*] + expected: ERROR [webgpu:api,validation,vertex_state:pipeline_vertex_buffers_are_backed_by_attributes_in_vertex_input:] expected: FAIL @@ -15712,6 +15715,7 @@ [cts.html?q=webgpu:api,validation,createView:*] + expected: ERROR [webgpu:api,validation,createView:Using_defaults_validates_the_same_as_setting_values_for_more_than_1_array_layer:dimension="2d"] expected: FAIL diff --git a/tests/wpt/webgpu/tests/webgpu/cts.html b/tests/wpt/webgpu/tests/webgpu/cts.html index 40941fb9520..0e637156fa9 100644 --- a/tests/wpt/webgpu/tests/webgpu/cts.html +++ b/tests/wpt/webgpu/tests/webgpu/cts.html @@ -44,11 +44,11 @@ <meta name=variant content='?q=webgpu:api,operation,resource_init,depth_stencil_attachment_clear:*'> <meta name=variant content='?q=webgpu:api,operation,resource_init,sampled_texture_clear:*'> <meta name=variant content='?q=webgpu:api,validation,createBindGroup:*'> -<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:*'> +<!--<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:*'>--> <meta name=variant content='?q=webgpu:api,validation,createPipelineLayout:*'> -<meta name=variant content='?q=webgpu:api,validation,createRenderPipeline:*'> +<!--<meta name=variant content='?q=webgpu:api,validation,createRenderPipeline:*'>--> <meta name=variant content='?q=webgpu:api,validation,createTexture:*'> -<meta name=variant content='?q=webgpu:api,validation,createView:*'> +<!--<meta name=variant content='?q=webgpu:api,validation,createView:*'>--> <meta name=variant content='?q=webgpu:api,validation,encoding,cmds,index_access:*'> <meta name=variant content='?q=webgpu:api,validation,error_scope:*'> <meta name=variant content='?q=webgpu:api,validation,fences:*'> @@ -62,7 +62,7 @@ <meta name=variant content='?q=webgpu:api,validation,setStencilReference:*'> <meta name=variant content='?q=webgpu:api,validation,setVertexBuffer:*'> <meta name=variant content='?q=webgpu:api,validation,setViewport:*'> -<meta name=variant content='?q=webgpu:api,validation,vertex_state:*'> +<!--<meta name=variant content='?q=webgpu:api,validation,vertex_state:*'>--> <meta name=variant content='?q=webgpu:examples:*'> <meta name=variant content='?q=webgpu:idl,constants,flags:*'> <meta name=variant content='?q=webgpu:shader,execution,robust_access:*'> |