diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/mozilla/tests/webgpu/chunked | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/mozilla/tests/webgpu/chunked')
51 files changed, 3008 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/1/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/1/cts.https.html new file mode 100644 index 0000000000..a651e43371 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/1/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter_no_parameters:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestAdapterInfo:adapter_info:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestAdapterInfo:adapter_info_with_hints:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:default:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:invalid:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:features,unknown:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:features,known:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:limits,unknown:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:limits,supported:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:limit,better_than_supported:*'> +<meta name=variant content='?q=webgpu:api,operation,adapter,requestDevice:limit,worse_than_default:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mapAsync,write:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mapAsync,write,unchanged_ranges_preserved:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mapAsync,read:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mapAsync,read,typedArrayAccess:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mapAsync,mapState:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:mappedAtCreation,mapState:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map:remapped_for_write:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map_ArrayBuffer:postMessage:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map_detach:while_mapped:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map_oom:mapAsync:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,operation,buffers,threading:serialize:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/10/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/10/cts.https.html new file mode 100644 index 0000000000..bb938734b0 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/10/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,invalid_mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappedAgain:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,unmapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,destroyed:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappingPending:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,subrange,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,subrange,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,offsetAndSizeAlignment,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,offsetAndSizeAlignment,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,sizeAndOffsetOOB,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,sizeAndOffsetOOB,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,disjointRanges:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:unmap,state,unmapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:unmap,state,destroyed:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:unmap,state,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:unmap,state,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:unmap,state,mappingPending:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:gc_behavior,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:gc_behavior,mapAsync:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,query_types:createQuerySet:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,query_types:writeTimestamp:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_descriptor:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/11/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/11/cts.https.html new file mode 100644 index 0000000000..7e0ba911d2 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/11/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_descriptor_view_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_view_descriptor:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:canvas_configuration:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:depth_stencil_state:*'> +<meta name=variant content='?q=webgpu:api,validation,capability_checks,features,texture_formats:render_bundle_encoder_descriptor_depth_stencil_format:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:basic:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:shader_module,invalid:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:shader_module,compute:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:shader_module,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:pipeline_layout,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:limits,workgroup_storage_size:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:limits,invocations_per_workgroup:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:limits,invocations_per_workgroup,each_component:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,identifier:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,uninitialized:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,value,type_error:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,value,validation_error:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,value,validation_error,f16:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits:*'> +<meta name=variant content='?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits,workgroup_storage_size:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:binding_count_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:binding_must_be_present_in_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:binding_must_contain_resource_defined_in_layout:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/12/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/12/cts.https.html new file mode 100644 index 0000000000..b5a0044f96 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/12/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:texture_binding_must_have_correct_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:texture_must_have_correct_component_type:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:texture_must_have_correct_dimension:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:multisampled_validation:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer_offset_and_size_for_bind_groups_match:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:minBindingSize:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer,resource_state:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer,resource_offset:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer,resource_binding_size:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:buffer,effective_buffer_binding_size:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:texture,resource_state:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:bind_group_layout,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:binding_resources,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:storage_texture,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:storage_texture,mip_level_count:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:storage_texture,format:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:sampler,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroup:sampler,compare_function_with_binding_type:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:duplicate_bindings:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:maximum_binding_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:visibility:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:visibility,VERTEX_shader_stage_buffer_type:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:visibility,VERTEX_shader_stage_storage_texture_access:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:multisampled_validation:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/13/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/13/cts.https.html new file mode 100644 index 0000000000..defa0b68a6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/13/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:max_dynamic_buffers:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:storage_texture,layout_dimension:*'> +<meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:storage_texture,formats:*'> +<meta name=variant content='?q=webgpu:api,validation,createPipelineLayout:number_of_dynamic_buffers_exceeds_the_maximum_value:*'> +<meta name=variant content='?q=webgpu:api,validation,createPipelineLayout:number_of_bind_group_layouts_exceeds_the_maximum_value:*'> +<meta name=variant content='?q=webgpu:api,validation,createPipelineLayout:bind_group_layouts,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,createSampler:lodMinAndMaxClamp:*'> +<meta name=variant content='?q=webgpu:api,validation,createSampler:maxAnisotropy:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:zero_size_and_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:dimension_type_and_format_compatibility:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:mipLevelCount,format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:mipLevelCount,bound_check:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:mipLevelCount,bound_check,bigger_than_integer_bit_width:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:sampleCount,various_sampleCount_with_all_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:sampleCount,valid_sampleCount_with_other_parameter_varies:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:sample_count,1d_2d_array_3d:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,default_value_and_smallest_size,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,default_value_and_smallest_size,compressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,1d_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,2d_texture,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,2d_texture,compressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,3d_texture,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_size,3d_texture,compressed_format:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/14/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/14/cts.https.html new file mode 100644 index 0000000000..8b785ba326 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/14/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,createTexture:texture_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,createTexture:viewFormats:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:format:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:dimension:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:aspect:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:array_layers:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:mip_levels:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:cube_faces_square:*'> +<meta name=variant content='?q=webgpu:api,validation,createView:texture_state:*'> +<meta name=variant content='?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,command_encoder:*'> +<meta name=variant content='?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,render_compute_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,same_location:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,query_set_type:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,invalid_query_set:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,query_index_count:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginComputePass:timestamp_query_set,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginRenderPass:color_attachments,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginRenderPass:depth_stencil_attachment,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginRenderPass:occlusion_query_set,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,beginRenderPass:timestamp_query_set,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:default_args:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:size_alignment:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/15/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/15/cts.https.html new file mode 100644 index 0000000000..9daf585acb --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/15/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:overflow:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,clearBuffer:out_of_bounds:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:set_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:pipeline,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:dispatch_sizes:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_size_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_overflow:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_out_of_bounds:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_within_same_buffer:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_with_invalid_or_destroyed_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:mipmap_level:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:multisampled_copy_restrictions:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:depth_stencil_copy_restrictions:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/16/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/16/cts.https.html new file mode 100644 index 0000000000..81ca6c2d5e --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/16/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_within_same_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_aspects:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges_with_compressed_texture_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,debug:debug_group_balanced:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,debug:debug_group:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,debug:debug_marker:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,index_access:out_of_bounds_zero_sized_index_buffer:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:unused_buffer_bound:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:index_buffer_OOB:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:vertex_buffer_OOB:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:buffer_binding_overlap:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:last_buffer_setting_take_account:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,draw:max_draw_count:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,x_y_width_height_nonnegative:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,xy_rect_contained_in_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,depth_rangeAndOrder:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setScissorRect,x_y_width_height_nonnegative:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setScissorRect,xy_rect_contained_in_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setBlendConstant:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setStencilReference:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer_usage:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/17/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/17/cts.https.html new file mode 100644 index 0000000000..2839312856 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/17/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_offset_oob:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:offset_and_size_oob:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setPipeline:invalid_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setPipeline:pipeline,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:slot:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:offset_and_size_oob:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,state_tracking:all_needed_vertex_buffer_should_be_bound:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,state_tracking:all_needed_index_buffer_should_be_bound:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_inherit_from_previous_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_do_not_inherit_between_render_passes:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:state_and_binding_index:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:bind_group,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:dynamic_offsets_passed_but_not_expected:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:u32array_start_and_length:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,cmds,setBindGroup:buffer_dynamic_offsets:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/18/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/18/cts.https.html new file mode 100644 index 0000000000..0b87d0004a --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/18/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachments:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachmentBytesPerSample,aligned:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachmentBytesPerSample,unaligned:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,empty_color_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:valid_texture_formats:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:depth_stencil_readonly:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,createRenderBundleEncoder:depth_stencil_readonly_with_undefined_depth:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_open_state:non_pass_commands:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_open_state:render_pass_commands:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_open_state:render_bundle_commands:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_open_state:compute_pass_commands:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_state:pass_end_invalid_order:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_state:call_after_successful_finish:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_state:pass_end_none:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,encoder_state:pass_end_twice:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bind_groups_and_pipeline_layout_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:buffer_binding,render_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:sampler_binding,render_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_binding_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_visibility_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_resource_type_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:empty_bind_group_layouts_requires_empty_bind_groups,compute_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:empty_bind_group_layouts_requires_empty_bind_groups,render_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,begin_end_balance:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,begin_end_invalid_nesting:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/19/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/19/cts.https.html new file mode 100644 index 0000000000..7fd8995cdd --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/19/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,disjoint_queries_with_same_query_index:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,begin_end:nesting:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:occlusion_query,query_type:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:occlusion_query,invalid_query_set:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:occlusion_query,query_index:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:timestamp_query,query_type_and_index:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:timestamp_query,invalid_query_set:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,general:timestamp_query,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:queryset_and_destination_buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:first_query_and_query_count:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:destination_buffer_usage:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:destination_offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:resolve_buffer_oob:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,queries,resolveQuerySet:query_set_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:empty_bundle_list:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:color_formats_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:depth_stencil_formats_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:depth_stencil_readonly_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,encoding,render_bundle:sample_count_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,error_scope:simple:*'> +<meta name=variant content='?q=webgpu:api,validation,error_scope:empty:*'> +<meta name=variant content='?q=webgpu:api,validation,error_scope:parent_scope:*'> +<meta name=variant content='?q=webgpu:api,validation,error_scope:current_scope:*'> +<meta name=variant content='?q=webgpu:api,validation,error_scope:balanced_siblings:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/2/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/2/cts.https.html new file mode 100644 index 0000000000..89410c8078 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/2/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,buffers,threading:destroyed:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,basic:empty:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,basic:b2t2b:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,basic:b2t2t2b:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,clearBuffer:clear:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:single:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:state_transitions:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:copy_order:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,non_array:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,array:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:zero_sized:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_color:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_depth:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:origins_and_extents:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:mip_levels:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:undefined_params:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_indices:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_order:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/20/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/20/cts.https.html new file mode 100644 index 0000000000..eb21d5a792 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/20/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,error_scope:balanced_nesting:*'> +<meta name=variant content='?q=webgpu:api,validation,getBindGroupLayout:index_range,explicit_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,getBindGroupLayout:index_range,auto_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,auto_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,explicit_layout:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_related:buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_related:buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_related:usage:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_related:bytes_per_row_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_usage_and_aspect:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_size:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:texture_buffer_usages:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,buffer_texture_copies:device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:bound_on_rows_per_image:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:copy_end_overflows_u64:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:required_bytes_in_copy:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:rows_per_image_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:bound_on_bytes_per_row:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,layout_related:bound_on_offset:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:valid:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:texture,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:usage:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/21/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/21/cts.https.html new file mode 100644 index 0000000000..d2480074f9 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/21/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:mip_level:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:format:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:origin_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:size_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,image_copy,texture_related:copy_rectangle:*'> +<meta name=variant content='?q=webgpu:api,validation,query_set,create:count:*'> +<meta name=variant content='?q=webgpu:api,validation,query_set,destroy:twice:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,buffer_mapped:writeBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,buffer_mapped:copyBufferToBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,buffer_mapped:copyBufferToTexture:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,buffer_mapped:copyTextureToBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,buffer_mapped:map_command_recording_order:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_canvas,contexts:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_canvas,state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_offscreenCanvas,contexts:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_offscreenCanvas,state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_image,crossOrigin:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_imageBitmap,state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,mipLevel:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/22/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/22/cts.https.html new file mode 100644 index 0000000000..b7d9a0443d --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/22/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:OOB,source:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:OOB,destination:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,destroyed,query_set:beginOcclusionQuery:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,destroyed,query_set:writeTimestamp:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,destroyed,query_set:resolveQuerySet:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,submit:command_buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeBuffer:buffer_state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeBuffer:ranges:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeBuffer:usages:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeBuffer:buffer,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeTexture:texture_state:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeTexture:usages:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeTexture:sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,queue,writeTexture:texture,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_sparse:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,depth_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_stencil_read_only_write_state:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/23/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/23/cts.https.html new file mode 100644 index 0000000000..f2bd7c06ce --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/23/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_color_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_depth_stencil_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,same_size:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,color_depth_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,layer_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,mip_level_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,empty:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachments:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachmentBytesPerSample,aligned:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachmentBytesPerSample,unaligned:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,non_multisampled:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,array_layer_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,mipmap_level_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,error_state:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,single_sample_count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,different_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,different_size:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,format_supports_resolve:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment,sample_counts_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment,depth_clear_value:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/24/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/24/cts.https.html new file mode 100644 index 0000000000..f524b4e131 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/24/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestampWrites,query_set_type:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestamp_writes_location:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestampWrite,query_index:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestampWrite,same_query_index:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,render_pass_descriptor:occlusionQuerySet,query_set_type:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,resolve:resolve_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pass,storeOp:store_op_and_read_only:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_test:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_write:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_write,frag_depth:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_test:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_write:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:color_target_exists:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:targets_format_renderable:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachments:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,aligned:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,unaligned:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:targets_format_filterable:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:targets_blend:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:targets_write_mask:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets,blend:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:location,mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:location,superset:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/25/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/25/cts.https.html new file mode 100644 index 0000000000..74ea4bb85f --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/25/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:location,subset:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:type:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:interpolation_type:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:interpolation_sampling:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,output:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,input:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,misc:basic:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,misc:vertex_state_only:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,misc:pipeline_layout,device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,multisample_state:count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,multisample_state:alpha_to_coverage,count:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,multisample_state:alpha_to_coverage,sample_mask:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:identifier,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:identifier,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:uninitialized,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:uninitialized,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,type_error,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,type_error,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,f16,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,f16,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,primitive_state:strip_index_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,primitive_state:unclipped_depth:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/26/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/26/cts.https.html new file mode 100644 index 0000000000..e4db92b95a --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/26/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,shader_module:device_mismatch:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,shader_module:invalid,vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,shader_module:invalid,fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_buffer_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_attribute_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_buffer_array_stride_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_buffer_array_stride_limit_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_shaderLocation_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_shaderLocation_unique:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_input_location_limit:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_input_location_in_vertex_state:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_type_matches_attribute_format:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_offset_alignment:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_contained_in_stride:*'> +<meta name=variant content='?q=webgpu:api,validation,render_pipeline,vertex_state:many_attributes_overlapping:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_compute_pass_with_no_dispatch:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_compute_pass_with_one_dispatch:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_compute_pass_with_two_dispatches:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_no_draw:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_one_draw:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_two_draws:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,reset_buffer_usage_before_dispatch:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,reset_buffer_usage_before_draw:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,buffer_usages_in_copy_and_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:subresources_and_binding_types_combination_for_color:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/27/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/27/cts.https.html new file mode 100644 index 0000000000..ee9bf405f7 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/27/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:subresources_and_binding_types_combination_for_aspect:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:shader_stages_and_visibility,storage_write:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:shader_stages_and_visibility,attachment_write:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:replaced_binding:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:bindings_in_bundle:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:unused_bindings_in_pipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,dispatch:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,basic,render:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,pass_boundary,compute:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,pass_boundary,render:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,color_attachments:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,color_attachment_and_bind_group:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,depth_stencil_attachment_and_bind_group:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,multiple_bind_groups:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,depth_stencil_texture_in_bind_groups:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_bind_group_on_same_index_color_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_bind_group_on_same_index_depth_stencil_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_unused_bind_group:*'> +<meta name=variant content='?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,texture_usages_in_copy_and_render_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,shader_module,entry_point:compute:*'> +<meta name=variant content='?q=webgpu:api,validation,shader_module,entry_point:vertex:*'> +<meta name=variant content='?q=webgpu:api,validation,shader_module,entry_point:fragment:*'> +<meta name=variant content='?q=webgpu:api,validation,shader_module,overrides:id_conflict:*'> +<meta name=variant content='?q=webgpu:api,validation,shader_module,overrides:name_conflict:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createBuffer:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/28/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/28/cts.https.html new file mode 100644 index 0000000000..1e73abddfd --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/28/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createTexture,2d,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createTexture,2d,compressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createView,2d,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createView,2d,compressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createSampler:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createBindGroupLayout:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createBindGroup:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createPipelineLayout:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createShaderModule:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createComputePipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createRenderPipeline:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createCommandEncoder:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createRenderBundleEncoder:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:createQuerySet:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,copyBufferToBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,copyBufferToTexture:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,copyTextureToBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,copyTextureToTexture:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,clearBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,writeTimestamp:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,resolveQuerySet:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,computePass,dispatch:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,renderPass,draw:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:command,renderPass,renderBundle:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:queue,writeBuffer:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/29/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/29/cts.https.html new file mode 100644 index 0000000000..82a166b876 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/29/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:queue,writeTexture,2d,uncompressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:queue,writeTexture,2d,compressed_format:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:queue,copyExternalImageToTexture,canvas:*'> +<meta name=variant content='?q=webgpu:api,validation,state,device_lost,destroy:queue,copyExternalImageToTexture,imageBitmap:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,destroy:base:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,destroy:twice:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,destroy:submit_a_destroyed_texture_as_attachment:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:create_texture:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:begin_render_pass:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:begin_render_bundle_encoder:*'> +<meta name=variant content='?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:create_render_pipeline:*'> +<meta name=variant content='?q=webgpu:examples:test_name:*'> +<meta name=variant content='?q=webgpu:examples:not_implemented_yet,without_plan:*'> +<meta name=variant content='?q=webgpu:examples:not_implemented_yet,with_plan:*'> +<meta name=variant content='?q=webgpu:examples:basic:*'> +<meta name=variant content='?q=webgpu:examples:basic,async:*'> +<meta name=variant content='?q=webgpu:examples:basic,plain_cases:*'> +<meta name=variant content='?q=webgpu:examples:basic,plain_cases_private:*'> +<meta name=variant content='?q=webgpu:examples:basic,builder_cases:*'> +<meta name=variant content='?q=webgpu:examples:basic,builder_cases_subcases:*'> +<meta name=variant content='?q=webgpu:examples:basic,builder_subcases:*'> +<meta name=variant content='?q=webgpu:examples:basic,builder_subcases_short:*'> +<meta name=variant content='?q=webgpu:examples:gpu,async:*'> +<meta name=variant content='?q=webgpu:examples:gpu,buffers:*'> +<meta name=variant content='?q=webgpu:examples:gpu,with_texture_compression,bc:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/3/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/3/cts.https.html new file mode 100644 index 0000000000..c548ceb9da --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/3/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_before_pipeline:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:one_bind_group_multiple_slots:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_multiple_sets:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,programmable,state_tracking:compatible_pipelines:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,render,state_tracking:set_index_buffer_without_changing_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,render,state_tracking:set_vertex_buffer_without_changing_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,render,state_tracking:change_pipeline_before_and_after_vertex_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,render,state_tracking:set_vertex_buffer_but_not_used_in_draw:*'> +<meta name=variant content='?q=webgpu:api,operation,command_buffer,render,state_tracking:set_index_buffer_before_non_indexed_draw:*'> +<meta name=variant content='?q=webgpu:api,operation,compute,basic:memcpy:*'> +<meta name=variant content='?q=webgpu:api,operation,compute,basic:large_dispatch:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:basic:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:numeric_id:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:precision:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:workgroup_size:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:shared_shader_module:*'> +<meta name=variant content='?q=webgpu:api,operation,compute_pipeline,overrides:multi_entry_points:*'> +<meta name=variant content='?q=webgpu:api,operation,device,lost:not_lost_on_gc:*'> +<meta name=variant content='?q=webgpu:api,operation,device,lost:lost_on_destroy:*'> +<meta name=variant content='?q=webgpu:api,operation,device,lost:same_object:*'> +<meta name=variant content='?q=webgpu:api,operation,labels:object_has_descriptor_label:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:rw:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:wr:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:ww:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_draws_in_one_render_pass:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/30/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/30/cts.https.html new file mode 100644 index 0000000000..17fb900ab5 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/30/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:examples:gpu,with_texture_compression,etc2:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:BufferUsage,count:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:BufferUsage,values:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:TextureUsage,count:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:TextureUsage,values:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:ColorWrite,count:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:ColorWrite,values:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:ShaderStage,count:*'> +<meta name=variant content='?q=webgpu:idl,constants,flags:ShaderStage,values:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:binary_arith:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:binary_logical:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:binary_mixed:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:call:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:index_accessor:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:assignment:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:type_constructor:*'> +<meta name=variant content='?q=webgpu:shader,execution,evaluation_order:member_accessor:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_or:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_and:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_exclusive_or:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:and:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:or:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:equals:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/31/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/31/cts.https.html new file mode 100644 index 0000000000..f91e1a9f6d --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/31/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,bool_logical:not_equals:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_arithmetic:addition:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_arithmetic:subtraction:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_arithmetic:multiplication:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_arithmetic:division:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:equals:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:not_equals:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:less_than:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:less_equals:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:greater_than:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,f32_logical:greater_equals:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_scalar_vector:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_int:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/32/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/32/cts.https.html new file mode 100644 index 0000000000..3ad2c39a44 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/32/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,abs:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acos:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acos:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acos:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acosh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acosh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,acosh:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,all:bool:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,any:bool:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,arrayLength:array:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asin:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asin:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asin:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asinh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asinh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,asinh:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan2:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan2:f32:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/33/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/33/cts.https.html new file mode 100644 index 0000000000..2d89a48d30 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/33/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atan2:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atanh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atanh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atanh:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicAdd:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicAdd:add:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicAnd:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicAnd:and:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicCompareExchangeWeak:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicCompareExchangeWeak:exchange:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicExchange:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicExchange:exchange:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicLoad:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicLoad:load:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicMax:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicMax:max:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicMin:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicMin:min:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicOr:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicOr:or:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicStore:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicStore:store:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicSub:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicSub:sub:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicXor:stage:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/34/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/34/cts.https.html new file mode 100644 index 0000000000..26118bcce3 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/34/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,atomicXor:xor:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ceil:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ceil:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ceil:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_int:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,clamp:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cos:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cos:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cos:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cosh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cosh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cosh:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countLeadingZeros:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countLeadingZeros:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countOneBits:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countOneBits:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cross:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cross:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,cross:f16:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/35/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/35/cts.https.html new file mode 100644 index 0000000000..2692ffa37e --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/35/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,degrees:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,degrees:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,degrees:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,determinant:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,determinant:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,determinant:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,distance:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dot:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdx:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdxCoarse:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdxFine:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdy:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdyCoarse:f32:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/36/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/36/cts.https.html new file mode 100644 index 0000000000..79277d99e1 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/36/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp2:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp2:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,exp2:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,extractBits:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,extractBits:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,faceForward:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,faceForward:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,firstLeadingBit:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,firstLeadingBit:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,floor:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,floor:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,floor:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fma:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fma:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fma:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fract:abstract_float:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/37/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/37/cts.https.html new file mode 100644 index 0000000000..467d037984 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/37/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fract:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fract:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,frexp:scalar_f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,frexp:scalar_f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,frexp:vector_f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,frexp:vector_f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fwidth:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fwidthCoarse:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,insertBits:integer:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ldexp:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ldexp:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,ldexp:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,length:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log:f16:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/38/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/38/cts.https.html new file mode 100644 index 0000000000..e80e64d29b --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/38/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log2:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log2:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,log2:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:abstract_int:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,max:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:abstract_int:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,min:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:matching_abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:matching_f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:matching_f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:nonmatching_abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:nonmatching_f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,mix:monmatching_f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_whole:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/39/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/39/cts.https.html new file mode 100644 index 0000000000..b46895a8f9 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/39/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_fract:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_whole:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,normalize:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,normalize:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pack2x16snorm:pack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pack2x16unorm:pack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pack4x8snorm:pack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pack4x8unorm:pack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pow:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pow:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,pow:f16:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/4/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/4/cts.https.html new file mode 100644 index 0000000000..df1890201d --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/4/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_draws_in_one_render_bundle:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_dispatches_in_one_compute_pass:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:rw:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:wr:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:ww:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_draws_in_the_same_render_pass:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_draws_in_the_same_render_bundle:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_dispatches_in_the_same_compute_pass:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw,single_pass,load_store:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw,single_pass,load_resolve:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,texture,same_subresource:wr:*'> +<meta name=variant content='?q=webgpu:api,operation,memory_sync,texture,same_subresource:ww:*'> +<meta name=variant content='?q=webgpu:api,operation,onSubmittedWorkDone:without_work:*'> +<meta name=variant content='?q=webgpu:api,operation,onSubmittedWorkDone:with_work:*'> +<meta name=variant content='?q=webgpu:api,operation,onSubmittedWorkDone:many,serial:*'> +<meta name=variant content='?q=webgpu:api,operation,onSubmittedWorkDone:many,parallel:*'> +<meta name=variant content='?q=webgpu:api,operation,onSubmittedWorkDone:many,parallel_order:*'> +<meta name=variant content='?q=webgpu:api,operation,pipeline,default_layout:getBindGroupLayout_js_object:*'> +<meta name=variant content='?q=webgpu:api,operation,pipeline,default_layout:incompatible_with_explicit:*'> +<meta name=variant content='?q=webgpu:api,operation,pipeline,default_layout:layout:*'> +<meta name=variant content='?q=webgpu:api,operation,queue,writeBuffer:array_types:*'> +<meta name=variant content='?q=webgpu:api,operation,queue,writeBuffer:multiple_writes_at_different_offsets_and_sizes:*'> +<meta name=variant content='?q=webgpu:api,operation,reflection:buffer_reflection_attributes:*'> +<meta name=variant content='?q=webgpu:api,operation,reflection:texture_reflection_attributes:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/40/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/40/cts.https.html new file mode 100644 index 0000000000..c28d043dba --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/40/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,radians:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,radians:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reflect:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reflect:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,refract:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reverseBits:u32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,reverseBits:i32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,round:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,round:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,round:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,saturate:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,saturate:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,saturate:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,select:scalar:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,select:vector:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sign:abstract_float:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/41/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/41/cts.https.html new file mode 100644 index 0000000000..13eff1789f --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/41/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sign:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sign:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sin:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sin:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sin:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sinh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sinh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sinh:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,smoothstep:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sqrt:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sqrt:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,sqrt:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,step:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,step:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,step:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,storageBarrier:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,storageBarrier:barrier:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tan:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tan:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tan:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tanh:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tanh:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,tanh:f16:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/42/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/42/cts.https.html new file mode 100644 index 0000000000..c0bffe766a --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/42/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureDimension:sampled:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureDimension:depth:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureDimension:storage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureDimension:external:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_1d:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_2d:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_3d:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:multisampled:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:depth:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:external:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureLoad:arrayed:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:sampled:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:arrayed:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/43/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/43/cts.https.html new file mode 100644 index 0000000000..30eb586b56 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/43/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumLevels:sampled:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumLevels:depth:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumSamples:sampled:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureNumSamples:depth:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:control_flow:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:control_flow:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:control_flow:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/44/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/44/cts.https.html new file mode 100644 index 0000000000..d87d4661ad --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/44/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:control_flow:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_1d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_array_2d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_3d_coords:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,transpose:abstract_float:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/45/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/45/cts.https.html new file mode 100644 index 0000000000..aa8fddb4f1 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/45/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,transpose:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,transpose:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,trunc:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,trunc:f32:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,trunc:f16:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,unpack2x16float:unpack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,unpack2x16unorm:unpack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,unpack4x8snorm:unpack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,unpack4x8unorm:unpack:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:stage:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:barrier:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,unary,bool_logical:negation:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,unary,f32_arithmetic:negation:*'> +<meta name=variant content='?q=webgpu:shader,execution,expression,unary,i32_arithmetic:negation:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,atomicity:atomicity:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_store:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,coherence:corr:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,coherence:coww:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,coherence:cowr:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,coherence:corw1:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,coherence:corw2:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:message_passing:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/46/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/46/cts.https.html new file mode 100644 index 0000000000..048c73733e --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/46/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:store:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:load_buffer:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:read:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:store_buffer:*'> +<meta name=variant content='?q=webgpu:shader,execution,memory_model,weak:2_plus_2_write:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:struct_implicit:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:struct_explicit:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:struct_nested:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:array_of_vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:array_of_struct:*'> +<meta name=variant content='?q=webgpu:shader,execution,padding:vec3:*'> +<meta name=variant content='?q=webgpu:shader,execution,robust_access:linear_memory:*'> +<meta name=variant content='?q=webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:*'> +<meta name=variant content='?q=webgpu:shader,execution,shader_io,compute_builtins:inputs:*'> +<meta name=variant content='?q=webgpu:shader,execution,shader_io,shared_structs:shared_with_buffer:*'> +<meta name=variant content='?q=webgpu:shader,execution,shader_io,shared_structs:shared_between_stages:*'> +<meta name=variant content='?q=webgpu:shader,execution,shader_io,shared_structs:shared_with_non_entry_point_function:*'> +<meta name=variant content='?q=webgpu:shader,execution,zero_init:compute,zero_init:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,align:align_parsing:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,align:align_required_alignment:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,blankspace:null_characters:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,blankspace:blankspace:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,builtin:parse:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,comments:comments:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,comments:line_comment_eof:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/47/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/47/cts.https.html new file mode 100644 index 0000000000..a1455d2756 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/47/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,validation,parse,comments:line_comment_terminators:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,comments:unterminated_block_comment:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,identifiers:identifiers:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,identifiers:non_normalized:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:bools:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:abstract_int:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:i32:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:u32:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:abstract_float:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:f32:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,literal:f16:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:module_scope_single:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:module_scope_multiple:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_enable:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_struct_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_member:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_func_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_type_alias_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_return:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_call:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_module_const_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_fn_const_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_module_var_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_fn_var_decl:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_let_decl:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/48/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/48/cts.https.html new file mode 100644 index 0000000000..0ee13cb4fd --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/48/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_discard:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_assignment:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_fn_static_assert:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:function_body_single:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:function_body_multiple:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:compound_statement_single:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:compound_statement_multiple:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_compound_statement:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_if:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_if_else:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_switch:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_case:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_case_break:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_default_case:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_default_case_break:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_for:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_for_break:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_loop:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_loop_break:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_loop_break_if:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_loop_continue:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_continuing:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_while:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_while_break:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,semicolon:after_while_continue:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/49/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/49/cts.https.html new file mode 100644 index 0000000000..94244c93b4 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/49/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,validation,parse,source:valid_source:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,source:empty:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,source:invalid_source:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,static_assert:parse:*'> +<meta name=variant content='?q=webgpu:shader,validation,parse,var_and_let:initializer_type:*'> +<meta name=variant content='?q=webgpu:shader,validation,resource_interface,bindings:single_entry_point:*'> +<meta name=variant content='?q=webgpu:shader,validation,resource_interface,bindings:different_entry_points:*'> +<meta name=variant content='?q=webgpu:shader,validation,resource_interface,bindings:binding_attributes:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:stage_inout:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:type:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:nesting:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:duplicates:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:missing_vertex_position:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,builtins:reuse_builtin_name:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_param:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_param_struct:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_return_type:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_return_type_struct:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,entry_point:no_entry_point_provided:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,interpolate:type_and_sampling:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,interpolate:require_location:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,interpolate:integral_types:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,interpolate:duplicate:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,invariant:valid_only_with_vertex_position_builtin:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,invariant:not_valid_on_user_defined_io:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/5/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/5/cts.https.html new file mode 100644 index 0000000000..9df144950d --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/5/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,reflection:query_set_reflection_attributes:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,clear_value:stored:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,clear_value:loaded:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,clear_value:srgb:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,clear_value:layout:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,clear_value:stencil_clear_value:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,resolve:render_pass_resolve:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,color_attachment_with_depth_stencil_attachment:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,color_attachment_only:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,multiple_color_attachments:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,depth_stencil_attachment_only:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pass,storeop2:storeOp_controls_whether_1x1_drawn_quad_is_stored:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,culling_tests:culling:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,overrides:basic:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,overrides:precision:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,overrides:shared_shader_module:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,overrides:multi_entry_points:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,attachments:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,component_count:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,component_count,blend:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,primitive_topology:basic:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,primitive_topology:unaligned_vertex_count:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,sample_mask:final_output:*'> +<meta name=variant content='?q=webgpu:api,operation,render_pipeline,vertex_only_render_pipeline:draw_depth_and_stencil_with_vertex_only_pipeline:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,basic:clear:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/50/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/50/cts.https.html new file mode 100644 index 0000000000..66e37df757 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/50/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:shader,validation,shader_io,invariant:invalid_use_of_parameters:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,invariant:duplicate:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,locations:stage_inout:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,locations:type:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,locations:nesting:*'> +<meta name=variant content='?q=webgpu:shader,validation,shader_io,locations:duplicates:*'> +<meta name=variant content='?q=webgpu:shader,validation,static_assert,static_assert:constant_expression:*'> +<meta name=variant content='?q=webgpu:shader,validation,static_assert,static_assert:evaluation_stage:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:unorm_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:snorm_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:uint_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:sint_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:float_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texel_data:ufloat_texel_data_in_shader:*'> +<meta name=variant content='?q=webgpu:util,texture,texture_ok:float32:*'> +<meta name=variant content='?q=webgpu:util,texture,texture_ok:norm:*'> +<meta name=variant content='?q=webgpu:util,texture,texture_ok:snorm_min:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:defaults:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:device:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:format:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:usage:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:alpha_mode:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:size_zero_before_configure:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:size_zero_after_configure:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,configure:viewFormats:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/51/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/51/cts.https.html new file mode 100644 index 0000000000..db8ad7c5cc --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/51/cts.https.html @@ -0,0 +1,58 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:web_platform,canvas,context_creation:return_type:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,getCurrentTexture:configured:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,getCurrentTexture:single_frames:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,getCurrentTexture:multiple_frames:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,getCurrentTexture:resize:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,getPreferredCanvasFormat:value:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_unconfigured_nonzero_size:*'> +<meta name=variant content='?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_zero_size:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,ImageBitmap:from_canvas:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_2d_context_canvas:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:*'> +<meta name=variant content='?q=webgpu:web_platform,copyToTexture,canvas:color_space_conversion:*'> +<meta name=variant content='?q=webgpu:web_platform,external_texture,video:importExternalTexture,sample:*'> +<meta name=variant content='?q=webgpu:web_platform,external_texture,video:importExternalTexture,expired:*'> +<meta name=variant content='?q=webgpu:web_platform,external_texture,video:importExternalTexture,compute:*'> +<meta name=variant content='?q=webgpu:web_platform,worker,worker:worker:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/6/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/6/cts.https.html new file mode 100644 index 0000000000..d6d9a9c0c1 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/6/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,rendering,basic:fullscreen_quad:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,basic:large_draw:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blending,formats:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blending,clamping:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blend_constant,initial:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blend_constant,setting:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:blend_constant,not_inherited:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:color_write_mask,channel_work:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,color_target_state:color_write_mask,blending_disabled:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth:depth_disabled:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth:depth_write_disabled:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth:depth_test_fail:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth:depth_compare_func:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth:reverse_depth:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth_bias:depth_bias:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth_bias:depth_bias_24bit_format:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,draw:arguments:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,draw:default_arguments:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,draw:vertex_attributes,basic:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,draw:vertex_attributes,formats:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,draw:largeish_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,indirect_draw:basics:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/7/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/7/cts.https.html new file mode 100644 index 0000000000..f1f9e5ec02 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/7/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_compare_func:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_passOp_operation:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_failOp_operation:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_depthFailOp_operation:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_read_write_mask:*'> +<meta name=variant content='?q=webgpu:api,operation,rendering,stencil:stencil_reference_initialized:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:partial_write_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:map_whole_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:map_partial_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:mapped_at_creation_whole_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:mapped_at_creation_partial_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:copy_buffer_to_buffer_copy_source:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:copy_buffer_to_texture:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:resolve_query_set_to_partial_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:copy_texture_to_partial_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:uniform_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:readonly_storage_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:storage_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:vertex_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:index_buffer:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:indirect_buffer_for_draw_indirect:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,buffer:indirect_buffer_for_dispatch_indirect:*'> +<meta name=variant content='?q=webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:*'> +<meta name=variant content='?q=webgpu:api,operation,sampling,anisotropy:anisotropic_filter_checkerboard:*'> +<meta name=variant content='?q=webgpu:api,operation,sampling,anisotropy:anisotropic_filter_mipmap_color:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/8/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/8/cts.https.html new file mode 100644 index 0000000000..b23ee54868 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/8/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,shader_module,compilation_info:compilationInfo_returns:*'> +<meta name=variant content='?q=webgpu:api,operation,shader_module,compilation_info:line_number_and_position:*'> +<meta name=variant content='?q=webgpu:api,operation,shader_module,compilation_info:offset_and_length:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,format_reinterpretation:texture_binding:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,format_reinterpretation:render_and_resolve_attachment:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,read:format:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,read:dimension:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,read:aspect:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,write:format:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,write:dimension:*'> +<meta name=variant content='?q=webgpu:api,operation,texture_view,write:aspect:*'> +<meta name=variant content='?q=webgpu:api,operation,uncapturederror:constructor:*'> +<meta name=variant content='?q=webgpu:api,operation,uncapturederror:iff_uncaptured:*'> +<meta name=variant content='?q=webgpu:api,operation,uncapturederror:only_original_device_is_event_target:*'> +<meta name=variant content='?q=webgpu:api,operation,uncapturederror:uncapturederror_from_non_originating_thread:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:vertex_format_to_shader_format_conversion:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:non_zero_array_stride_and_attribute_offset:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:buffers_with_varying_step_mode:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:vertex_buffer_used_multiple_times_overlapped:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:vertex_buffer_used_multiple_times_interleaved:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:max_buffers_and_attribs:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:array_stride_zero:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:discontiguous_location_and_attribs:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,correctness:overlapping_attributes:*'> diff --git a/testing/web-platform/mozilla/tests/webgpu/chunked/9/cts.https.html b/testing/web-platform/mozilla/tests/webgpu/chunked/9/cts.https.html new file mode 100644 index 0000000000..d0ebb3eae6 --- /dev/null +++ b/testing/web-platform/mozilla/tests/webgpu/chunked/9/cts.https.html @@ -0,0 +1,59 @@ +<!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> +<!-- + This test suite is built from the TypeScript sources at: + https://github.com/gpuweb/cts + + If you are debugging WebGPU conformance tests, it's highly recommended that + you use the standalone interactive runner in that repository, which + provides tools for easier debugging and editing (source maps, debug + logging, warn/skip functionality, etc.) + + NOTE: + The WPT version of this file is generated with *one variant per test spec + file*. If your harness needs more fine-grained suppressions, you'll need to + generate your own variants list from your suppression list. + See `tools/gen_wpt_cts_html` to do this. + + When run under browser CI, the original cts.https.html should be skipped, and + this alternate version should be run instead, under a non-exported WPT test + directory (e.g. Chromium's wpt_internal). +--> + +<!doctype html> +<title>WebGPU CTS</title> +<meta charset=utf-8> +<link rel=help href='https://gpuweb.github.io/gpuweb/'> + +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<script> + const loadWebGPUExpectations = undefined; + const shouldWebGPUCTSFailOnWarnings = undefined; +</script> +<script type=module src=/_mozilla/webgpu/common/runtime/wpt.js></script> + +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:index_format,uint16:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:index_format,uint32:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:index_format,change_pipeline_after_setIndexBuffer:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_before_setPipeline:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_different_formats:*'> +<meta name=variant content='?q=webgpu:api,operation,vertex_state,index_format:primitive_restart:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,create:size:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,create:limit:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,create:usage:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,create:createBuffer_invalid_and_oom:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,destroy:all_usages:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,destroy:error_buffer:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,destroy:twice:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,destroy:while_mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,usage:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,invalidBuffer:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,state,destroyed:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mappedAtCreation:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mapped:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,sizeUnspecifiedOOB:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeAlignment:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeOOB:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,earlyRejection:*'> +<meta name=variant content='?q=webgpu:api,validation,buffer,mapping:mapAsync,abort_over_invalid_error:*'> |