gen_wpt_cfg_withsomeworkers.json (1371B)
1 { 2 "suite": "webgpu", 3 "argumentsPrefixes": [ 4 { 5 "_comment": "On the main thread, run all tests...", 6 "prefixes": ["?q="] 7 }, 8 { 9 "_comment": "... and run a subset of tests on each type of worker.", 10 "prefixes": ["?worker=dedicated&q=", "?worker=shared&q=", "?worker=service&q="], 11 "filters": [ 12 "webgpu:print_environment:*", 13 "webgpu:api,operation,buffers,map:*", 14 "webgpu:api,operation,buffers,map_detach:*", 15 "webgpu:api,operation,buffers,map_ArrayBuffer:*", 16 "webgpu:api,operation,buffers,map_oom:*", 17 "webgpu:api,operation,buffers,map_detach:*", 18 "webgpu:api,operation,command_buffer,basic:*", 19 "webgpu:api,operation,command_buffer,copyBufferToBuffer:*", 20 "webgpu:api,operation,compute,basic:*", 21 "webgpu:api,operation,rendering,basic:*", 22 "webgpu:api,operation,render_pass,storeOp:*", 23 "webgpu:api,operation,render_pass,storeop2:*", 24 "webgpu:api,operation,onSubmittedWorkDone:*", 25 "webgpu:api,validation,buffer,destroy:*", 26 "webgpu:api,validation,buffer,mapping:*", 27 "webgpu:idl,*", 28 "webgpu:web_platform,*" 29 ] 30 } 31 ], 32 "out": "../out-wpt/cts-withsomeworkers.https.html", 33 "outVariantList": "../gen/webgpu_variant_list_withsomeworkers.json", 34 "template": "../src/common/templates/cts.https.html" 35 }