| Kai Ninomiya | 2032e1c | 2020-01-17 20:52:03 | [diff] [blame] | 1 | <!-- AUTO-GENERATED - DO NOT EDIT. See WebGPU CTS: tools/gen_wpt_cts_html. --> |
| Kai Ninomiya | 7a9cb99 | 2019-08-17 04:38:04 | [diff] [blame] | 2 | <!-- |
| 3 | This test suite is built from the TypeScript sources at: |
| 4 | https://github.com/gpuweb/cts |
| Kai Ninomiya | b264879 | 2019-10-17 04:26:22 | [diff] [blame] | 5 | |
| Kai Ninomiya | b490a2b | 2019-11-07 02:00:28 | [diff] [blame] | 6 | If you are debugging WebGPU conformance tests, it's highly recommended that |
| 7 | you use the standalone interactive runner in that repository, which |
| 8 | provides tools for easier debugging and editing (source maps, debug |
| 9 | logging, warn/skip functionality, etc.) |
| 10 | |
| Kai Ninomiya | b264879 | 2019-10-17 04:26:22 | [diff] [blame] | 11 | NOTE: |
| Kai Ninomiya | b490a2b | 2019-11-07 02:00:28 | [diff] [blame] | 12 | The WPT version of this file is generated with *one variant per test spec |
| 13 | file*. If your harness needs more fine-grained suppressions, you'll need to |
| Kai Ninomiya | 2032e1c | 2020-01-17 20:52:03 | [diff] [blame] | 14 | generate your own variants list from your suppression list. |
| 15 | See `tools/gen_wpt_cts_html` to do this. |
| Kai Ninomiya | b264879 | 2019-10-17 04:26:22 | [diff] [blame] | 16 | |
| 17 | When run under browser CI, the original cts.html should be skipped, and |
| 18 | this alternate version should be run instead, under a non-exported WPT test |
| 19 | directory (e.g. Chromium's wpt_internal). |
| Kai Ninomiya | 7a9cb99 | 2019-08-17 04:38:04 | [diff] [blame] | 20 | --> |
| Kai Ninomiya | b264879 | 2019-10-17 04:26:22 | [diff] [blame] | 21 | |
| Kai Ninomiya | 7a9cb99 | 2019-08-17 04:38:04 | [diff] [blame] | 22 | <!doctype html> |
| 23 | <title>WebGPU CTS</title> |
| 24 | <meta charset=utf-8> |
| Kai Ninomiya | b264879 | 2019-10-17 04:26:22 | [diff] [blame] | 25 | <link rel=help href='https://gpuweb.github.io/gpuweb/'> |
| Kai Ninomiya | 7a9cb99 | 2019-08-17 04:38:04 | [diff] [blame] | 26 | |
| 27 | <script src=/resources/testharness.js></script> |
| 28 | <script src=/resources/testharnessreport.js></script> |
| Kai Ninomiya | b666e08 | 2020-04-16 03:12:35 | [diff] [blame] | 29 | <script type=module src=/webgpu/common/runtime/wpt.js></script> |
| Kai Ninomiya | 77b4f8d | 2020-05-20 17:58:41 | [diff] [blame] | 30 | <meta name=variant content='?q=webgpu:api,operation,buffers,create_mapped:*'> |
| 31 | <meta name=variant content='?q=webgpu:api,operation,buffers,map:*'> |
| 32 | <meta name=variant content='?q=webgpu:api,operation,buffers,map_detach:*'> |
| 33 | <meta name=variant content='?q=webgpu:api,operation,buffers,map_oom:*'> |
| 34 | <meta name=variant content='?q=webgpu:api,operation,command_buffer,basic:*'> |
| 35 | <meta name=variant content='?q=webgpu:api,operation,command_buffer,copies:*'> |
| 36 | <meta name=variant content='?q=webgpu:api,operation,command_buffer,render,basic:*'> |
| 37 | <meta name=variant content='?q=webgpu:api,operation,fences:*'> |
| 38 | <meta name=variant content='?q=webgpu:api,operation,resource_init,copied_texture_clear:*'> |
| 39 | <meta name=variant content='?q=webgpu:api,validation,createBindGroup:*'> |
| 40 | <meta name=variant content='?q=webgpu:api,validation,createBindGroupLayout:*'> |
| 41 | <meta name=variant content='?q=webgpu:api,validation,createPipelineLayout:*'> |
| 42 | <meta name=variant content='?q=webgpu:api,validation,createTexture:*'> |
| 43 | <meta name=variant content='?q=webgpu:api,validation,createView:*'> |
| 44 | <meta name=variant content='?q=webgpu:api,validation,error_scope:*'> |
| 45 | <meta name=variant content='?q=webgpu:api,validation,fences:*'> |
| 46 | <meta name=variant content='?q=webgpu:api,validation,queue_submit:*'> |
| 47 | <meta name=variant content='?q=webgpu:api,validation,render_pass_descriptor:*'> |
| 48 | <meta name=variant content='?q=webgpu:api,validation,setBindGroup:*'> |
| 49 | <meta name=variant content='?q=webgpu:api,validation,setBlendColor:*'> |
| 50 | <meta name=variant content='?q=webgpu:api,validation,setScissorRect:*'> |
| 51 | <meta name=variant content='?q=webgpu:api,validation,setStencilReference:*'> |
| 52 | <meta name=variant content='?q=webgpu:api,validation,setViewport:*'> |
| 53 | <meta name=variant content='?q=webgpu:examples:*'> |
| Austin Eng | 2bc620b | 2020-06-10 01:38:54 | [diff] [blame] | 54 | <meta name=variant content='?q=webgpu:idl,constants,flags:*'> |
| Kai Ninomiya | 77b4f8d | 2020-05-20 17:58:41 | [diff] [blame] | 55 | <meta name=variant content='?q=webgpu:web-platform,canvas,context_creation:*'> |
| 56 | <meta name=variant content='?q=webgpu:web-platform,copyImageBitmapToTexture:*'> |