Disable unexpectedly crashing tests

This commit is contained in:
Kunal Mohan 2020-08-02 17:10:28 +05:30
parent 4622c876fa
commit 89bfe6a7f1
3 changed files with 9 additions and 21 deletions

View file

@ -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:*",
{}

View file

@ -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