update cts and test expectations

This commit is contained in:
Kunal Mohan 2020-08-25 01:58:41 +05:30
parent 851f83c61f
commit 49d3012584
13 changed files with 1383 additions and 76 deletions

View file

@ -89,7 +89,7 @@
[]
],
"params_utils.js": [
"a95d01b9c8058076af5cf49d4ab82b5c74367a5b",
"d4ffd25372d2d3e975c683ca8a17c2c82d5c8687",
[]
],
"query": {
@ -98,7 +98,7 @@
[]
],
"encode_selectively.js": [
"62cb55ee039b7cc04dfdf751ce2241ba5864cac6",
"cb365deb4bb688e8ae5eebdef24a2ffcb3d857ef",
[]
],
"json_param_value.js": [
@ -106,7 +106,7 @@
[]
],
"parseQuery.js": [
"6c10baab0b2f97dc09e633201dae6618842fbd69",
"8bfd88bc9b66a41e08b3283b13b65bb3da0c10fe",
[]
],
"query.js": [
@ -161,7 +161,7 @@
]
},
"version.js": [
"794e3cdef44214801f15234a61aaf5af338f97fc",
"74eef63b8a1fa6042d1d8352b25eaf95d4b25985",
[]
]
},
@ -223,6 +223,10 @@
]
}
},
"copyBetweenLinearDataAndTexture.spec.js": [
"d2b89189e2c65d50f4f6f0c20f32a7f6512c5b35",
[]
],
"fences.spec.js": [
"98f913008b8af33e1dc866f5714388d4ec9e050d",
[]
@ -311,7 +315,7 @@
],
"resource_usages": {
"textureUsageInRender.spec.js": [
"12efa65ce2d9e9ed67cb2be398a0466424d38015",
"b036245663df8d684067eff7c79861253205dbca",
[]
]
},
@ -324,7 +328,7 @@
[]
],
"setScissorRect.spec.js": [
"7934c007286c8c4e9702eaaadb14b288a78e8fb1",
"c049e92e70e3ad9a5f71f88a863e5a86cc74fc4e",
[]
],
"setStencilReference.spec.js": [
@ -350,7 +354,7 @@
[]
],
"gpu_test.js": [
"f350131af3babe9729dec35261f7c445e2bf41d2",
"21cb10f1429e495b2f32b1d51a09b8584f63707d",
[]
],
"idl": {
@ -366,7 +370,7 @@
]
},
"listing.js": [
"3134cf0dd5693705ed82f0828f4dbd93fedf358e",
"cbb23b30ec894c103a957f944b18be1e019ed571",
[]
],
"util": {
@ -380,7 +384,7 @@
],
"texture": {
"layout.js": [
"c3c610bf0d93ebe66abf81d8f2017deba62641a3",
"927798985fc772a4c9e9ea7a62335ab693b43991",
[]
],
"subresource.js": [
@ -435,7 +439,7 @@
"testharness": {
"webgpu": {
"cts.html": [
"28d69b38d20367b4c61e72e834f518a11e8de411",
"f9e2eea69df8fc4a53584d0b9a7cde3e688e52b4",
[
"webgpu/cts.html?q=webgpu:api,operation,buffers,map_detach:*",
{}
@ -456,6 +460,10 @@
"webgpu/cts.html?q=webgpu:api,operation,command_buffer,render,basic:*",
{}
],
[
"webgpu/cts.html?q=webgpu:api,operation,copyBetweenLinearDataAndTexture:*",
{}
],
[
"webgpu/cts.html?q=webgpu:api,operation,fences:*",
{}

View file

@ -30,36 +30,95 @@
[cts.html?q=webgpu:api,validation,createTexture:*]
expected: CRASH
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc2-rgba-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc3-rgba-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=31;mipLevelCount=7]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="r8snorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_submit_a_destroyed_texture_before_and_after_encode:destroyBeforeEncode=false;destroyAfterEncode=true]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rg11b10float"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_submit_a_destroyed_texture_before_and_after_encode:destroyBeforeEncode=true;destroyAfterEncode=false]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=2]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc4-r-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=8]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=16]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=4;arrayLayerCount=2]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=32;mipLevelCount=0]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc1-rgba-unorm-srgb"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc6h-rgb-ufloat"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc7-rgba-unorm-srgb"]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=32;height=32;mipLevelCount=100]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc5-rg-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc6h-rgb-sfloat"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc7-rgba-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_sampleCount:sampleCount=4;mipLevelCount=2]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rg8snorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc1-rgba-unorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc4-r-snorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc3-rgba-unorm-srgb"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="rgba8snorm"]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc5-rg-snorm"]
expected: FAIL
[webgpu:api,validation,createTexture:validation_of_mipLevelCount:width=31;height=32;mipLevelCount=7]
expected: FAIL
[webgpu:api,validation,createTexture:it_is_invalid_to_have_an_output_attachment_texture_with_non_renderable_format:format="bc2-rgba-unorm-srgb"]
expected: FAIL
[cts.html?q=webgpu:api,validation,setViewport:*]
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=-1;minDepth=0;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=10;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=0;minDepth=0;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=-1;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=0;height=1;minDepth=0;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=0;maxDepth=-1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=0;height=0;minDepth=0;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=-1;height=1;minDepth=0;maxDepth=1]
expected: FAIL
[webgpu:api,validation,setViewport:use_of_setViewport:x=0;y=0;width=1;height=1;minDepth=0;maxDepth=10]
expected: FAIL
[cts.html?q=webgpu:web-platform,copyImageBitmapToTexture:*]
expected: TIMEOUT
@ -183,15 +242,6 @@
[cts.html?q=webgpu:api,validation,setScissorRect:*]
[webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=0;height=1]
expected: FAIL
[webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=0;height=0]
expected: FAIL
[webgpu:api,validation,setScissorRect:use_of_setScissorRect:x=0;y=0;width=1;height=0]
expected: FAIL
[cts.html?q=webgpu:web-platform,canvas,context_creation:*]
@ -222,15 +272,9 @@
[cts.html?q=webgpu:api,operation,command_buffer,render,basic:*]
[cts.html?q=webgpu:api,validation,copyBufferToBuffer:*]
[webgpu:api,validation,copyBufferToBuffer:copy_within_same_buffer:srcOffset=4;dstOffset=0;copySize=8]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=64;dstUsage=512]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:copy_out_of_bounds:srcOffset=0;dstOffset=36;copySize=0]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=512;dstUsage=8]
expected: FAIL
@ -243,9 +287,6 @@
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=512;dstUsage=1]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:copy_out_of_bounds:srcOffset=36;dstOffset=0;copySize=0]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=8;dstUsage=512]
expected: FAIL
@ -255,15 +296,9 @@
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=1;dstUsage=512]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:copy_within_same_buffer:srcOffset=0;dstOffset=4;copySize=8]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=2;dstUsage=512]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:copy_within_same_buffer:srcOffset=0;dstOffset=8;copySize=4]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=4;dstUsage=512]
expected: FAIL
@ -279,9 +314,6 @@
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=16;dstUsage=512]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:copy_within_same_buffer:srcOffset=8;dstOffset=0;copySize=4]
expected: FAIL
[webgpu:api,validation,copyBufferToBuffer:buffer_usage:srcUsage=512;dstUsage=64]
expected: FAIL
@ -303,3 +335,6 @@
[cts.html?q=webgpu:api,validation,copy_between_linear_data_and_texture,copyBetweenLinearDataAndTexture_dataRelated:*]
expected: CRASH
[cts.html?q=webgpu:api,operation,copyBetweenLinearDataAndTexture:*]
expected: TIMEOUT