mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Disable unexpectedly crashing tests
This commit is contained in:
parent
4622c876fa
commit
89bfe6a7f1
3 changed files with 9 additions and 21 deletions
|
@ -489,7 +489,7 @@
|
|||
"testharness": {
|
||||
"webgpu": {
|
||||
"cts.html": [
|
||||
"40941fb9520652e95c3f356b05b73310b3ebdddb",
|
||||
"0e637156fa95e5039db18c62136f73595b92c087",
|
||||
[
|
||||
"webgpu/cts.html?q=webgpu:api,operation,buffers,create_mapped:*",
|
||||
{}
|
||||
|
@ -558,26 +558,14 @@
|
|||
"webgpu/cts.html?q=webgpu:api,validation,createBindGroup:*",
|
||||
{}
|
||||
],
|
||||
[
|
||||
"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:*",
|
||||
{}
|
||||
|
@ -630,10 +618,6 @@
|
|||
"webgpu/cts.html?q=webgpu:api,validation,setViewport:*",
|
||||
{}
|
||||
],
|
||||
[
|
||||
"webgpu/cts.html?q=webgpu:api,validation,vertex_state:*",
|
||||
{}
|
||||
],
|
||||
[
|
||||
"webgpu/cts.html?q=webgpu:examples:*",
|
||||
{}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:*'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue