WebGPUExpectations 2.5 KB

1234567891011121314151617181920212223242526272829303132
  1. # tags: [ Android Fuchsia Linux Mac Mac10.13 Mac11 Mac12 Win Win10.20h2 Win11 ]
  2. # tags: [ Release Debug ]
  3. # results: [ Timeout Crash Pass Failure Slow Skip RetryOnFailure ]
  4. # WebGPU tests are only run on GPU bots, so they are skipped by default and run
  5. # separately from other Web Tests. The WebGPU reftests use this expectations
  6. # file. Note, non-ref tests use a different expectations file:
  7. # //third_party/dawn/webgpu-cts/expectations.txt
  8. # Workaround page loaded when content_shell starts, but not run as a test.
  9. crbug.com/1231599 wpt_internal/webgpu/000_run_me_first.https.html [ Skip ]
  10. # VVL failure
  11. crbug.com/1083478 [ Linux ] wpt_internal/webgpu/web_platform/reftests/canvas_size_different_with_back_buffer_size.https.html [ Crash ]
  12. # Mac doesn't support rgba8unorm for the swapchain format (yet)
  13. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html [ Skip ]
  14. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html [ Skip ]
  15. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html [ Skip ]
  16. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_draw.https.html [ Skip ]
  17. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html [ Skip ]
  18. crbug.com/1298618 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html [ Skip ]
  19. # STORAGE_BINDING is only support on WIN.
  20. crbug.com/1241369 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html [ Skip ]
  21. crbug.com/1241369 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba16float_store.https.html [ Skip ]
  22. crbug.com/1241369 [ Linux ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html [ Skip ]
  23. crbug.com/1241369 [ Linux ] wpt_internal/webgpu/web_platform/reftests/canvas_complex_rgba16float_store.https.html [ Skip ]
  24. # SharedImageBackingFactoryIOSurface takes rgba8unorm as bgra8unorm.
  25. # https://source.chromium.org/chromium/chromium/src/+/main:gpu/command_buffer/service/shared_image_backing_factory_iosurface.mm;l=217?q=SharedImageBackingFactoryIOSurface::CreateSharedImage&ss=chromium%2Fchromium%2Fsrc
  26. crbug.com/1241369 [ Mac ] wpt_internal/webgpu/web_platform/reftests/canvas_clear.https.html [ Skip ]