dawn-cmake/webgpu-cts/expectations.txt

884 lines
146 KiB
Plaintext
Raw Permalink Normal View History

# BEGIN TAG HEADER (autogenerated, see validate_tag_consistency.py)
# OS
# tags: [ android android-lollipop android-marshmallow android-nougat
# android-pie android-r android-s android-t
# chromeos
# fuchsia
# linux ubuntu
# mac highsierra mojave catalina bigsur monterey ventura
# win win8 win10 ]
# Devices
# tags: [ android-nexus-5x android-pixel-2 android-pixel-4
# android-pixel-6 android-shield-android-tv android-sm-a135m
# android-sm-a235m
# chromeos-board-amd64-generic chromeos-board-kevin chromeos-board-eve
# fuchsia-board-astro fuchsia-board-sherlock fuchsia-board-qemu-x64 ]
# Platform
# tags: [ desktop
# mobile ]
# Browser
# tags: [ android-chromium android-webview-instrumentation
# debug debug-x64
# release release-x64
# fuchsia-chrome web-engine-shell ]
# GPU
# tags: [ amd amd-0x6613 amd-0x679e amd-0x67ef amd-0x6821 amd-0x7340
# apple apple-apple-m1 apple-angle-metal-renderer:-apple-m1
# arm
# google google-0xffff google-0xc0de
# intel intel-gen-9 intel-gen-12 intel-0xa2e intel-0xd26 intel-0xa011on
# intel-0x3e92 intel-0x3e9b intel-0x5912 intel-0x9bc5
# nvidia nvidia-0xfe9 nvidia-0x1cb3 nvidia-0x2184
# qualcomm ]
# Architecture
# tags: [ mac-arm64 mac-x86_64 ]
# Decoder
# tags: [ passthrough no-passthrough ]
# Browser Target CPU
# tags: [ target-cpu-64 target-cpu-32 target-cpu-31 ]
# ANGLE Backend
# tags: [ angle-disabled
# angle-d3d9 angle-d3d11
# angle-metal
# angle-opengl angle-opengles
# angle-swiftshader
# angle-vulkan ]
# Skia Renderer
# tags: [ renderer-skia-dawn
# renderer-skia-gl
# renderer-skia-vulkan
# renderer-software ]
# Driver
# tags: [ mesa_lt_19.1
# mesa_ge_21.0 ]
# ASan
# tags: [ asan no-asan ]
# Display Server
# tags: [ display-server-wayland display-server-x ]
# OOP-Canvas
# tags: [ oop-c no-oop-c ]
# WebGPU Backend Validation
# tags: [ dawn-backend-validation dawn-no-backend-validation ]
# WebGPU Adapter
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
# Clang coverage
# tags: [ clang-coverage no-clang-coverage ]
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
# Last rolled: 2023-05-25 12:46:46AM
################################################################################
# copyToTexture failures on Linux
# Skipped instead of just Crash because of the number of failures
# KEEP
################################################################################
Roll third_party/webgpu-cts/ ecf480422..0a1288f5e (21 commits) Update expectations and ts_sources https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ecf4804228d1..0a1288f5e826 - 0a1288 Revert "Simplify device selection" and dependent commits (#1384) - 0afe04 Merge pull request #1383 from kainino0x/nit - ccfaca wgsl: Add support for f64 to Scalar (#1369) - 3ab573 Fix crash in GPUTest.init awaiting provider (#1381) - 753740 Fix order in package.json (#1380) - fb4eee wgsl: Stub tests for the textureGather builtin. (#1378) - c676c8 wgsl: Stub tests for textureDimension. (#1375) - 96f821 wgsl: Adds stub tests for textureGatherCompare (#1379) - d4a2b9 Skip whole case if there is no device - e38ab0 Fix skipping tests when device isn't available - dae9db [wgsl] Add missing @const decorations. (#1374) - 90d78b [wgs] fixup mix signature to match spec. (#1373) - 35c672 [wgs] sync modf text with spec update. (#1372) - 2398e8 [wgsl] reserve binding_array. (#1371) - a4f874 Explicitly specify 2d texture views in some cases (#1370) - a91256 Remove 'await's from selectDevice calls - c072e8 Simplify device selection - 47bd25 Encapsulate OOM-cleanup in DevicePool - 9be8bf factor out DeviceSelectionDescriptor - 229e43 Allow eventualExpectOk to accept Promise.all (#1368) - a6e1f5 wgsl: Generalize unary and binary f32 arithmetic case generation (#1367) Created with './tools/run cts roll' Change-Id: I9cc819aa118220b44f1df6511a7f557ec38a01c6 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89663 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
2022-05-11 02:53:45 -07:00
crbug.com/1236130 [ linux ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:* [ Skip ]
################################################################################
# web_platform crashes on SwiftShader
# Skipped instead of just Crash because of the number of failures
# KEEP
################################################################################
Roll third_party/webgpu-cts/ ad8abf400..631d877e7 (52 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/ad8abf400d8d..631d877e75e8 - 631d87 Add `f32` matrix subtraction tests (#2279) - 07f15b Add f32 matrix addition tests (#2278) - 16f862 Add validation tests about feature 'bgra8unorm-storage' (#2275) - 5dc0ec Add max vertex / max attribute limit / max stride tests - 763d0b Upgrade gpuweb/types to 0.1.27 (#2273) - 0dff1a Cleanup Validate maxBindGroups - d0b77a Add test for maxBindGroups and maxBindingsPerBindGroup - 2be5a7 Add getGPUBindingCommandsMixin to limits_utils - 8c190e Split GPUTest into GPUTest and GPUTestBase - b365b1 Implement `transpose` f32 tests (#2249) - 977a54 Add more tests for end twice (#2251) - feb07c Update to use `keysOf` helper. (#2243) - 1dee49 [wgsl] Tests `@const` is not allowed to be used as an attribute. (#2246) - 432aad [wgsl] Add placement tests for @builtin. (#2248) - 363837 Add validation tests for unary not and binary and/or (#2247) - 61b6ad Update builtin parse test to not use code as URL. (#2245) - 6e62ce Update `align` parsing tests. (#2244) - 534fb6 [wgsl] Add validation tests for `break` placement (#2240) - 991a57 add maxTextureArrayLayers limit test (#2234) - c7293f add maxBufferSize limit test (#2236) - 07216f [wgsl] Add validation of `discard` placement. (#2239) - cb7d76 [wgsl] Update `static_assert` to `const_assert`. (#2237) - d02b86 [wgsl] Add validation tests for pipeline stage attributes. (#2233) - 17eafe Add limit tests for maxTextureDimension1/2/3D (#2227) - d9199d Avoid writable storage buffer binding aliasing (#2230) - 6c7083 [wgsl] Validate expressions passed to attributes. (#2229) - 748ec9 Add a few more constant/override tests - 9300ec [wgsl] Alignment attribute tests. (#2180) - b2f9c2 Remove tests of end pass twice in encoder_state.spec.ts (#2226) - 1bf9c3 Test destroying an invalid queryset and an invalid texture (#2223) - efcb12 Fix a few spelling errors - 221d30 CSS, make button colors match (#2221) - 992b58 Culling: Test triangle-strips, depth, and stencil results - ae3c5e Add tests for i32 binary scalar-vector ops (#2219) - 6afbd0 Implement Matrix type for numeric testing (#2204) - e2248b Texture utility refactoring. (#2184) - b62579 op,render_pipeline,alpha_to_coverage (#2202) - 5a17b9 Add test for u32 scalar-vector remainder (#2216) - bd8450 Allow bgra8unorm as storage textures (#2212) - 11e6fb Added sourcmaps to webgpu:api,operation,shader_module,compilation_info - cf980a Fix package-lock.json (#2214) - 19fc83 Add tests for u32 scalar-vector division (#2215) - 7fa1d7 Add transferControlToOffscreen cases to colorSpace ref test - 458788 Make labels pass new eslint rules - 6c8361 Add tests for u32 scalar-vector addition and subtraction (#2208) - 7324ba Test labels in descriptors appear on objects created. - a0822b Add a few more debug markers (#2197) - 2db4fd Adds typescript-eslint/require-await and fixes existing warnings. (#2207) - 73a99f Adds val,buffer,create,limit tests (#2192) - 454253 Add a `--coverage` flag to cmdline.ts - 2cff62 Add tests for binary multiplication of scalars with vectors of type u32 (#2181) - a7e54e Implements and updates maxColorAttachmentBytesPerSample tests (#2200) Created with './tools/run cts roll' Change-Id: I05e331e2c7f5e2db42f573f14c208ee13fa2fa94 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120201 Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2023-02-17 17:15:46 -08:00
crbug.com/1344876 [ mac webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:* [ Skip ]
crbug.com/1344876 [ webgpu-adapter-swiftshader win ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:* [ Skip ]
Roll third_party/webgpu-cts/ a41bc407a..72e3a2249 (15 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/a41bc407a83a..72e3a2249135 - 72e3a2 Expand map_detach test for buffer should detach on device.destroy (#1699) - d5e662 Enhance val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1674) - 12b775 Implement val:CopyExternalImageToTexture,destination_texture,dimension (#1695) - 2834ce Add an out-of-range check to the ranges test in writeBuffer.spec.ts (#1663) - bee493 Implement val:queue:writeTexture:usage (#1675) - ea0057 Add GPURenderPassDescriptor.maxDrawCount test plan (#1614) - d30940 Generate full range of `atan2` cases (#1679) - 5b9641 Correct the order of params in atan2 message (#1677) - 228c28 Implement f32 `degrees` tests (#1668) - 4786c2 Remove obsolete f32 testing infrastructure (#1665) - 8e1167 Add f32 tests for `pow` (#1658) - aa0719 Make `render_pass_descriptor:resolveTarget,usage` test a valid case together (#1660) - 6dfee4 Submit all shader batches before checking for results - bbd744 Convert `ldexp` tests to use interval framework (#1659) - 9d3043 Update f32 tests to handle returning undefined for infinity (#1655) Created with './tools/run cts roll' Change-Id: Ibdf6a28ea84e2115103c9c9637b3e648a62b8364 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96880 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2022-07-21 18:13:15 -07:00
crbug.com/1344876 [ mac webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,ImageBitmap:from_canvas:* [ Skip ]
crbug.com/1344876 [ webgpu-adapter-swiftshader win ] webgpu:web_platform,copyToTexture,ImageBitmap:from_canvas:* [ Skip ]
Roll third_party/webgpu-cts/ a41bc407a..72e3a2249 (15 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/a41bc407a83a..72e3a2249135 - 72e3a2 Expand map_detach test for buffer should detach on device.destroy (#1699) - d5e662 Enhance val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1674) - 12b775 Implement val:CopyExternalImageToTexture,destination_texture,dimension (#1695) - 2834ce Add an out-of-range check to the ranges test in writeBuffer.spec.ts (#1663) - bee493 Implement val:queue:writeTexture:usage (#1675) - ea0057 Add GPURenderPassDescriptor.maxDrawCount test plan (#1614) - d30940 Generate full range of `atan2` cases (#1679) - 5b9641 Correct the order of params in atan2 message (#1677) - 228c28 Implement f32 `degrees` tests (#1668) - 4786c2 Remove obsolete f32 testing infrastructure (#1665) - 8e1167 Add f32 tests for `pow` (#1658) - aa0719 Make `render_pass_descriptor:resolveTarget,usage` test a valid case together (#1660) - 6dfee4 Submit all shader batches before checking for results - bbd744 Convert `ldexp` tests to use interval framework (#1659) - 9d3043 Update f32 tests to handle returning undefined for infinity (#1655) Created with './tools/run cts roll' Change-Id: Ibdf6a28ea84e2115103c9c9637b3e648a62b8364 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96880 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2022-07-21 18:13:15 -07:00
crbug.com/1344876 [ mac webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_2d_context_canvas:* [ Skip ]
crbug.com/1344876 [ webgpu-adapter-swiftshader win ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_2d_context_canvas:* [ Skip ]
Roll third_party/webgpu-cts/ a41bc407a..72e3a2249 (15 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/a41bc407a83a..72e3a2249135 - 72e3a2 Expand map_detach test for buffer should detach on device.destroy (#1699) - d5e662 Enhance val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1674) - 12b775 Implement val:CopyExternalImageToTexture,destination_texture,dimension (#1695) - 2834ce Add an out-of-range check to the ranges test in writeBuffer.spec.ts (#1663) - bee493 Implement val:queue:writeTexture:usage (#1675) - ea0057 Add GPURenderPassDescriptor.maxDrawCount test plan (#1614) - d30940 Generate full range of `atan2` cases (#1679) - 5b9641 Correct the order of params in atan2 message (#1677) - 228c28 Implement f32 `degrees` tests (#1668) - 4786c2 Remove obsolete f32 testing infrastructure (#1665) - 8e1167 Add f32 tests for `pow` (#1658) - aa0719 Make `render_pass_descriptor:resolveTarget,usage` test a valid case together (#1660) - 6dfee4 Submit all shader batches before checking for results - bbd744 Convert `ldexp` tests to use interval framework (#1659) - 9d3043 Update f32 tests to handle returning undefined for infinity (#1655) Created with './tools/run cts roll' Change-Id: Ibdf6a28ea84e2115103c9c9637b3e648a62b8364 Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/96880 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2022-07-21 18:13:15 -07:00
crbug.com/1344876 [ mac webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:* [ Skip ]
crbug.com/1344876 [ webgpu-adapter-swiftshader win ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:* [ Skip ]
################################################################################
# external_texture failures
# KEEP
################################################################################
crbug.com/dawn/0000 [ linux ] webgpu:web_platform,external_texture,* [ Failure ]
################################################################################
# texel_data failures
################################################################################
crbug.com/dawn/0000 webgpu:util,texture,texel_data:ufloat_texel_data_in_shader:* [ Failure ]
crbug.com/dawn/0000 webgpu:util,texture,texel_data:unorm_texel_data_in_shader:format="bgra8unorm-srgb" [ Failure ]
crbug.com/dawn/0000 webgpu:util,texture,texel_data:unorm_texel_data_in_shader:format="rgba8unorm-srgb" [ Failure ]
################################################################################
# ETC2 failures on Apple GPUS
################################################################################
crbug.com/dawn/1830 [ apple dawn-backend-validation ] webgpu:api,validation,createView:format:textureFormatFeature="texture-compression-etc2";viewFormatFeature="texture-compression-etc2" [ Failure ]
################################################################################
# depth16unorm failures on Mac
################################################################################
crbug.com/dawn/1828 [ apple ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth="_undef_";writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/1828 [ apple ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth="_undef_";writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1828 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1828 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1828 [ apple ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth=false;writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/1828 [ apple ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth=false;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1828 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1828 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth16unorm";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
################################################################################
# Apple GPUs need a workaround to clamp frag_depth: crbug.com/dawn/1616
# Other depth_clip_clamp failures: crbug.com/dawn/1125
################################################################################
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=true [ RetryOnFailure ]
crbug.com/dawn/1616 [ dawn-backend-validation qualcomm ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ dawn-no-backend-validation qualcomm ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=false;multisampled=true [ RetryOnFailure ]
crbug.com/dawn/1616 [ dawn-backend-validation qualcomm ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ dawn-no-backend-validation qualcomm ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/1616 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/1616 [ ventura ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ]
################################################################################
# shader execution failures
################################################################################
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/tint/1794 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/tint/1796 [ intel-0x9bc5 ubuntu ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="mixed";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":1,"y":1,"z":1} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="mixed";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":8,"y":4,"z":2} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="mixed";dispatch="indirect";groupSize={"x":3,"y":7,"z":5};numGroups={"x":13,"y":9,"z":11} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="mixed";dispatch="indirect";groupSize={"x":8,"y":4,"z":2};numGroups={"x":1,"y":1,"z":1} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="param";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":1,"y":1,"z":1} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="param";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":8,"y":4,"z":2} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="param";dispatch="indirect";groupSize={"x":3,"y":7,"z":5};numGroups={"x":13,"y":9,"z":11} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="param";dispatch="indirect";groupSize={"x":8,"y":4,"z":2};numGroups={"x":1,"y":1,"z":1} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="struct";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":1,"y":1,"z":1} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="struct";dispatch="indirect";groupSize={"x":1,"y":1,"z":1};numGroups={"x":8,"y":4,"z":2} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="struct";dispatch="indirect";groupSize={"x":3,"y":7,"z":5};numGroups={"x":13,"y":9,"z":11} [ Failure ]
crbug.com/tint/1801 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,execution,shader_io,compute_builtins:inputs:method="struct";dispatch="indirect";groupSize={"x":8,"y":4,"z":2};numGroups={"x":1,"y":1,"z":1} [ Failure ]
################################################################################
# shader validation failures
################################################################################
crbug.com/tint/0000 webgpu:shader,validation,parse,blankspace:null_characters:contains_null=true;placement="comment" [ Failure ]
################################################################################
# copyToTexture,canvas:color_space_conversion:* fail with swiftshader
# The other tests about canvas and image bitmap fail with swiftshader on Linux
################################################################################
crbug.com/dawn/1599 [ ventura webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,canvas:color_space_conversion:* [ Failure ]
crbug.com/dawn/1599 [ webgpu-adapter-swiftshader win10 ] webgpu:web_platform,copyToTexture,canvas:color_space_conversion:* [ Failure ]
################################################################################
# Untriaged canvas issues, potentially colorspace related.
################################################################################
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";webgpuCanvasType="offscreen";canvas2DType="offscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";webgpuCanvasType="offscreen";canvas2DType="onscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";webgpuCanvasType="onscreen";canvas2DType="offscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";webgpuCanvasType="onscreen";canvas2DType="onscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";webgpuCanvasType="offscreen";canvas2DType="offscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";webgpuCanvasType="offscreen";canvas2DType="onscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";webgpuCanvasType="onscreen";canvas2DType="offscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";webgpuCanvasType="onscreen";canvas2DType="onscreen" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/dawn/0000 [ amd-0x67ef ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="srgb";snapshotType="transferToImageBitmap" [ Failure ]
crbug.com/dawn/0000 [ nvidia-0x2184 win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="srgb";snapshotType="transferToImageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ apple ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="srgb";snapshotType="transferToImageBitmap" [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="srgb";snapshotType="transferToImageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/dawn/0000 [ intel-0x9bc5 win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="srgb";snapshotType="transferToImageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";snapshotType="convertToBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="bgra8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba16float";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="opaque";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/dawn/0000 [ win10 ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="display-p3";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";snapshotType="imageBitmap" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";snapshotType="toBlob" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:format="rgba8unorm";alphaMode="premultiplied";colorSpace="srgb";snapshotType="toDataURL" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:format="rgba8unorm";alphaMode="premultiplied";webgl="webgl";upload="texImage2D" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:format="rgba8unorm";alphaMode="premultiplied";webgl="webgl";upload="texSubImage2D" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:format="rgba8unorm";alphaMode="premultiplied";webgl="webgl2";upload="texImage2D" [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:format="rgba8unorm";alphaMode="premultiplied";webgl="webgl2";upload="texSubImage2D" [ Failure ]
################################################################################
# Failures due to rgba8unorm not being supported for canvas on macOS.
# Could be made more precise.
################################################################################
crbug.com/1410936 [ ventura ] webgpu:web_platform,canvas,configure:device:* [ Failure ]
Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/13410d18b430..6e39b5d2f228 - 6e39b5 Updates tests to adhere to only pass depth-stencil load/store values when needed. (#2311) - 08abe0 shader/execution: Begin flow control tests - eaf9af Updates error type for create oom buffers. (#2217) - 728f52 add maxXXXPerShaderStage limit tests - 72f15f add maxXXXBufferBindingSize limit tests - 34c738 Add f32 matrix-vector and vector-matrix multiplication tests (#2304) - 738697 GPUPipelineError.name is GPUPipelineError and not OperationError. (#2298) - 51f415 Add f32 matrix-matrix multiplication tests (#2301) - ff7ad7 Fix normalization checks - 0c4a36 Test rg11b10ufloat-renderable makes the format resolvable and MSAAable (#2289) - e6f317 Add ExternalTexture Rotatation Tests (#2299) - 10422e Use new test video files for ExternalTexture (#2242) - 6b9150 Emit `f32` values for F32Interval.toString() (#2296) - ab1336 Validate that case input types parameter types provided to test runner (#2288) Created with './tools/run cts roll' Change-Id: Ice1a8cfa190360512fc6266f2bc58f1be754abae Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121580 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2023-02-25 10:13:43 -08:00
crbug.com/1410936 [ ubuntu webgpu-adapter-default ] webgpu:web_platform,canvas,configure:usage:* [ Failure ]
crbug.com/1410936 [ ventura ] webgpu:web_platform,canvas,configure:viewFormats:canvasType="offscreen";format="rgba8unorm";viewFormatFeature="_undef_" [ Failure ]
crbug.com/1410936 [ ventura ] webgpu:web_platform,canvas,configure:viewFormats:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="_undef_" [ Failure ]
################################################################################
# Occlusion result incorrect with writeMask 0 on Windows Intel
################################################################################
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=2 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=2 [ Failure ]
crbug.com/dawn/1706 [ intel-0x3e9b ventura ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=4 [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=4 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=6 [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/1706 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero" [ Failure ]
################################################################################
# workgroup_barrier memType="non_atomic_storage" fails on Windows
################################################################################
crbug.com/tint/1943 [ win10 ] webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:memType="non_atomic_storage" [ Failure ]
crbug.com/tint/1943 [ win10 ] webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:memType="non_atomic_storage" [ Failure ]
################################################################################
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
# Skipped due to device creation failures
# KEEP
################################################################################
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/1421045 [ nvidia-0x2184 ubuntu ] webgpu:api,validation,capability_checks,limits,* [ Skip ]
################################################################################
# Flaky multisampled sample_mask tests on Mac AMD
# KEEP
################################################################################
crbug.com/dawn/1843 [ amd-0x67ef mac ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;* [ RetryOnFailure ]
################################################################################
# untriaged failures
################################################################################
crbug.com/dawn/0000 [ dawn-backend-validation win10 ] webgpu:api,operation,render_pass,resolve:* [ Failure ]
crbug.com/dawn/0000 [ android-t dawn-backend-validation ] webgpu:api,operation,render_pass,resolve:render_pass_resolve:storeOperation="store" [ Failure ]
crbug.com/dawn/0000 [ android-t dawn-no-backend-validation ] webgpu:api,operation,render_pass,resolve:render_pass_resolve:storeOperation="store" [ Failure ]
################################################################################
# web_platform failures on Android
# Skipped instead of just Crash / Failure because of the number of failures
# KEEP
################################################################################
crbug.com/dawn/0000 [ android-r ] webgpu:web_platform,canvas,* [ Skip ]
crbug.com/dawn/0000 [ android-t ] webgpu:web_platform,canvas,* [ Skip ]
################################################################################
# maxBufferSize test causing instability
# KEEP
################################################################################
crbug.com/dawn/0000 [ arm ] webgpu:api,validation,capability_checks,limits,maxBufferSize:* [ Skip ]
################################################################################
# sample_mask tests causing instability
# KEEP
################################################################################
crbug.com/dawn/0000 [ qualcomm ] webgpu:api,operation,render_pipeline,sample_mask:* [ Skip ]
################################################################################
# untriaged Android failures
################################################################################
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="r16float";dimension="1d" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="r16float";dimension="2d" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="r16float";dimension="3d" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:format="depth24plus-stencil8";copyMethod="CopyB2T";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:format="depth24plus-stencil8";copyMethod="WriteTexture";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:format="depth32float-stencil8";copyMethod="CopyB2T";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:format="depth32float-stencil8";copyMethod="WriteTexture";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:format="depth24plus-stencil8";copyMethod="CopyB2T";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:format="depth24plus-stencil8";copyMethod="WriteTexture";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:format="depth32float-stencil8";copyMethod="CopyB2T";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:format="depth32float-stencil8";copyMethod="WriteTexture";aspect="stencil-only" [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,alpha_to_coverage:* [ Failure ]
crbug.com/dawn/0000 [ intel-0x9bc5 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,alpha_to_coverage:* [ Failure ]
crbug.com/dawn/0000 [ qualcomm ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,alpha_to_coverage:* [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,memory_sync,texture,same_subresource:wr:boundary="command-buffer";write={"op":"attachment-resolve","in":"command-encoder"};read={"op":"sample","in":"compute-pass-encoder"} [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,memory_sync,texture,same_subresource:wr:boundary="command-buffer";write={"op":"attachment-store","in":"command-encoder"};read={"op":"sample","in":"compute-pass-encoder"} [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,memory_sync,texture,same_subresource:ww:boundary="command-buffer";first={"op":"attachment-resolve","in":"command-encoder"};second={"op":"storage","in":"compute-pass-encoder"} [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,memory_sync,texture,same_subresource:ww:boundary="command-buffer";first={"op":"attachment-store","in":"command-encoder"};second={"op":"storage","in":"compute-pass-encoder"} [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=1 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=10 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=11 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=12 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=13 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=14 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=15 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=2 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=3 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=4 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=5 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=6 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=7 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=8 [ Failure ]
crbug.com/dawn/0000 [ arm ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=4;rasterizationMask=9 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=false;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth24plus-stencil8";unclippedDepth=true;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth="_undef_";writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=true;writeDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=true;writeDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=true;writeDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=true;writeDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth24plus-stencil8";unclippedDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth24plus-stencil8";unclippedDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth24plus-stencil8";unclippedDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth24plus-stencil8";unclippedDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth32float-stencil8";unclippedDepth=false;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth32float-stencil8";unclippedDepth=false;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth32float-stencil8";unclippedDepth=true;multisampled=false [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:format="depth32float-stencil8";unclippedDepth=true;multisampled=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,resource_init,buffer:indirect_buffer_for_dispatch_indirect: [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,operation,resource_init,buffer:indirect_buffer_for_draw_indirect:* [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:api,operation,vertex_state,index_format:primitive_restart:indexFormat="uint32";primitiveTopology="line-list" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:api,operation,vertex_state,index_format:primitive_restart:indexFormat="uint32";primitiveTopology="point-list" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:api,operation,vertex_state,index_format:primitive_restart:indexFormat="uint32";primitiveTopology="triangle-list" [ Failure ]
crbug.com/dawn/0000 [ android-t arm dawn-no-backend-validation ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:* [ Failure ]
crbug.com/dawn/0000 [ android-r qualcomm ] webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:* [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_aspects:format="depth32float" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges:dimension="1d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":0,"depthOrArrayLayers":0};srcCopyLevel=0;dstCopyLevel=0 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges:dimension="2d";copyBoxOffsets={"x":0,"y":0,"z":0,"width":0,"height":1,"depthOrArrayLayers":-2};srcCopyLevel=1;dstCopyLevel=3 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ android-t arm dawn-no-backend-validation ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ android-t dawn-no-backend-validation ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,validation,texture,bgra8unorm_storage:configure_storage_usage_on_canvas_context_with_bgra8unorm_storage:* [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,bitwise_shift:shift_left_concrete:type="i32";inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,bitwise_shift:shift_left_concrete:type="u32";inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,f32_multiplication:scalar_vector:inputSource="const";dim=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,f32_multiplication:vector_scalar:inputSource="const";dim=3 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation ] webgpu:shader,execution,expression,binary,i32_arithmetic:addition:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:addition_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:division_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:remainder:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar:inputSource="const";vectorize_lhs=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:addition_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:division_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation ] webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:shader,execution,expression,call,builtin,abs:f32:inputSource="storage_rw";vectorize=4 [ RetryOnFailure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,abs:i32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,abs:u32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,atan:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=16;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=16;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=1;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=1;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=4;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=4;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=8;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:workgroupSize=2;dispatchSize=8;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=16;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=1;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=4;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:workgroupSize=2;dispatchSize=8;scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=16;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=16;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=1;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=1;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=4;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=4;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=8;mapId="remap";scalarKind="i32" [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:workgroupSize=2;dispatchSize=8;mapId="remap";scalarKind="u32" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,ceil:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,clamp:i32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,cross:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,fract:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,frexp:f32_vec3_exp:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,frexp:f32_vec3_fract:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,log2:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,log:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,max:u32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_whole:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ qualcomm ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef ] webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:inputSource="storage_rw" [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:array_of_matCx3:columns=2;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:array_of_matCx3:columns=3;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:array_of_matCx3:columns=4;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:matCx3:columns=2;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:matCx3:columns=3;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,padding:matCx3:columns=4;use_struct=true [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation ] webgpu:shader,execution,robust_access:linear_memory:storageClass="private";access="read";containerType="vector";shadowingMode="function-scope";isAtomic=false [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation ] webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:indexed=true;indirect=true;drawCallTestParameter="vertexCountInIndexBuffer";type="float32";additionalBuffers=0;partialLastNumber=false;offsetVertexBuffer=false;errorScale=1000000 [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:shader,execution,zero_init:* [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation webgpu-adapter-default ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:* [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation webgpu-adapter-default ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:* [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation webgpu-adapter-default win10 ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:alpha="none";orientation="flipY";srcDoFlipYDuringCopy=true;dstPremultiplied=false [ RetryOnFailure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ android-r ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:* [ Failure ]
crbug.com/dawn/0000 [ android-t ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:* [ Failure ]
# New flakes. Please triage:
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="one-minus-constant";dstFactor="one-minus-src";operation="reverse-subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="one-minus-dst-alpha";dstFactor="constant";operation="add" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="one-minus-src";dstFactor="one-minus-dst";operation="subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="one-minus-src-alpha";dstFactor="src-alpha-saturated";operation="reverse-subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="src-alpha";dstFactor="one-minus-constant";operation="add" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="alpha";srcFactor="src-alpha-saturated";dstFactor="src";operation="subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="constant";dstFactor="dst-alpha";operation="reverse-subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="dst";dstFactor="one-minus-src-alpha";operation="add" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="one";dstFactor="constant";operation="subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="one-minus-constant";dstFactor="one-minus-dst";operation="subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="one-minus-dst";dstFactor="src-alpha-saturated";operation="reverse-subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="one-minus-src";dstFactor="one-minus-constant";operation="add" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="one-minus-src-alpha";dstFactor="src";operation="subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="src-alpha";dstFactor="dst-alpha";operation="reverse-subtract" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:component="color";srcFactor="src-alpha-saturated";dstFactor="one-minus-src-alpha";operation="add" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,color_target_state:blending,clamping:format="rg16float";srcValue=0.6;dstValue=0.2 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth16unorm";depthCompare="always";depthClearValue=0 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth16unorm";depthCompare="less";depthClearValue=1 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth24plus";depthCompare="equal";depthClearValue=0.5001 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth24plus-stencil8";depthCompare="greater";depthClearValue=1 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth24plus-stencil8";depthCompare="not-equal";depthClearValue=0.5001 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth32float";depthCompare="less";depthClearValue=0 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_compare_func:format="depth32float-stencil8";depthCompare="less-equal";depthClearValue=0.5001 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,depth:depth_write_disabled:depthWriteEnabled=true;lastDepth=0 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ventura ] webgpu:api,operation,rendering,depth_bias:depth_bias_24bit_format:format="depth24plus-stencil8";quadAngle=0;bias=8388608;biasSlopeScale=0;biasClamp=0 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=0;instance_count=0;indexed=false;indirect=false;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=0;instance_count=0;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=0;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=0;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=2;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=16;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=2;instance_count=1;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=0;first_instance=2;instance_count=4;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=0;instance_count=0;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=16;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=0;instance_count=1;indexed=false;indirect=false;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=0;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=2;instance_count=0;indexed=false;indirect=true;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=2;instance_count=0;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=3;first_instance=2;instance_count=4;indexed=true;indirect=false;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=6;first_instance=0;instance_count=4;indexed=false;indirect=false;vertex_buffer_offset=32;index_buffer_offset="_undef_";base_vertex="_undef_" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=0;count=6;first_instance=2;instance_count=1;indexed=true;indirect=true;vertex_buffer_offset=32;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,operation,rendering,draw:arguments:first=3;count=0;first_instance=0;instance_count=1;indexed=true;indirect=true;vertex_buffer_offset=0;index_buffer_offset=0;base_vertex=9 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="overLimit";visibility=5;order="forward" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="compute";order="shiftByHalf";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="sameGroup" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="sameGroup" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;bindingCombination="compute";order="backward";bindGroupTest="sameGroup" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="overMaximum";testValueName="atLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=true;bindingCombination="fragment";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="compute";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="fragment";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;bindingCombination="compute";order="backward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="overMaximum";testValueName="atLimit";async=false;bindingCombination="compute";order="forward";bindGroupTest="differentGroups" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:configure,at_over:limitTest="underDefault";testValueName="overLimit";canvasType="onscreen" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:getCurrentTexture,at_over:limitTest="underDefault";testValueName="atLimit";canvasType="onscreen" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBufferBindingSize:createBindGroup,at_over:limitTest="atDefault";testValueName="atLimit";bufferPart="wholeBuffer" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="atDefault";testValueName="atLimit";visibility=3;order="shiftByHalf" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="atMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=2;order="backward" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=6;order="shiftByHalf" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 webgpu-adapter-default win10 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="overMaximum";testValueName="atLimit";visibility=2;order="backward" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation ventura ] webgpu:api,validation,render_pipeline,depth_stencil_state:format:isAsync=false;format="rgb9e5ufloat" [ RetryOnFailure ]
crbug.com/dawn/0000 [ ventura ] webgpu:api,validation,render_pipeline,fragment_state:targets_blend:isAsync=false;component="color" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation ] webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_offset_alignment:format="float32x3";arrayStride=256;offset=240 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x3e9b ] webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_offset_alignment:format="float32x3";arrayStride=256;offset=240 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x3e9b ] webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_offset_alignment:format="float32x3";arrayStride=256;offset=240 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation win10 ] webgpu:api,validation,state,device_lost,destroy:createView,2d,compressed_format:format="bc6h-rgb-ufloat" [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation win10 ] webgpu:api,validation,state,device_lost,destroy:createView,2d,uncompressed_format:format="bgra8unorm-srgb" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,abs:f32:inputSource="storage_rw";vectorize=3 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,abs:u32:inputSource="storage_r";vectorize=4 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,abs:u32:inputSource="storage_rw";vectorize=2 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,acos:f32:inputSource="uniform";vectorize=4 [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,all:bool:inputSource="storage_r";overload="vec4" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,all:bool:inputSource="storage_rw";overload="vec2" [ RetryOnFailure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,arrayLength:multiple_elements:buffer_size=1004;type="ElemStruct_ExplicitPadding";stride=32 [ RetryOnFailure ]
# New failures. Please triage:
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/dawn/0000 webgpu:api,operation,adapter,requestDevice:stale: [ Failure ]
Roll third_party/webgpu-cts/ c7d833bad..b83a6ae70 (22 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/c7d833badcd3..b83a6ae7088e - b83a6a Remove using CaseCache in bitcast tests (#2594) - e78340 Add TODO to last shouldThrow that doesn't expect a particular name (#2590) - 458aa9 Check exception type for Webgpu context configure test (#2575) - c57f28 Check exception type for Webgpu getCurrentTexture test (#2537) - dadb86 Clarify that f64 castable constants are about WebIDL casting (#2505) - 7b529d test bitcast f32 to {f32,u32,i32} (#2508) - cf6069 Make maxBindingsPerBindGroup 1000 (#2519) - 857e83 Add f16 comparison tests (#2503) - cdef82 [wgsl] Validation tests for `enable` (#2511) - 8814fa [wgsl] Add test for BOM. (#2504) - 29b8e0 Add basic uniformity validation tests (#2497) - a75df2 Replace hexToFoo function names with more accuracte names (#2502) - f89971 Implement core abstract float support (#2498) - 7d2d22 Execution atomic builtins: add tests for i32 workgroup/storage vars (#2496) - bc8d8a Missed one instance of maxFragmentCombinedOutputResources. (#2494) - 908d7b Execution tests for atomic builtins on workgroup atomic vars (#2493) - d353b0 Remove numeric framework shim (#2492) - 856059 Migrate fundamental error interval tests (#2491) - a14d92 Migrate bespoke floating point tests (#2489) - e0990d Replace calling Vector/Matrix constructors directly (#2490) - cefabb Migrate Matrix -> tests (#2487) - 9a964b Execution tests for atomic builtins (#2484) Created with './tools/run cts roll' Change-Id: I254c40a5aa0e43f23180a66713cdd99b50154c5f Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Include-Ci-Only-Tests: true Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131583 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Austin Eng <enga@chromium.org>
2023-05-04 20:03:34 -07:00
crbug.com/dawn/0000 [ intel-0x9bc5 win10 ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero" [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="non-zero";querySetOffset="zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="non-zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="direct";bufferOffset="zero";querySetOffset="zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="non-zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="non-zero";querySetOffset="zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="non-zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ intel-0x3e9b ] webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:writeMask=0;renderMode="render-bundle";bufferOffset="zero";querySetOffset="zero";sampleMask=0 [ Failure ]
crbug.com/dawn/0000 [ android-t arm ] webgpu:api,operation,render_pipeline,sample_mask:alpha_to_coverage_mask:* [ Failure ]
crbug.com/dawn/0000 [ intel-0x9bc5 ubuntu ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=false;sampleCount=1;rasterizationMask=1 [ Failure ]
crbug.com/dawn/0000 [ intel-0x9bc5 ubuntu ] webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:interpolated=true;sampleCount=1;rasterizationMask=1 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 ubuntu ] webgpu:api,operation,rendering,depth_bias:depth_bias:quadAngle=0;bias=-8388608;biasSlopeScale=0;biasClamp=0.125 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 ubuntu ] webgpu:api,operation,rendering,depth_bias:depth_bias:quadAngle=0;bias=-8388608;biasSlopeScale=0;biasClamp=0.125 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 ubuntu ] webgpu:api,operation,rendering,depth_bias:depth_bias:quadAngle=0;bias=8388608;biasSlopeScale=0;biasClamp=0 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 ubuntu ] webgpu:api,operation,rendering,depth_bias:depth_bias:quadAngle=0;bias=8388608;biasSlopeScale=0;biasClamp=0 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,buffer,mapping:getMappedRange,state,mappingPending: [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,buffer,mapping:mapAsync,earlyRejection: [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending: [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:createComputePipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:parent_scope:errorFilter="out-of-memory";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="internal" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="internal" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="out-of-memory" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="out-of-memory" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="validation" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x9bc5 ubuntu ] webgpu:api,validation,error_scope:simple:errorType="out-of-memory";errorFilter="validation" [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation ] webgpu:api,validation,gpu_external_texture_expiration:use_import_to_refresh:sourceType="VideoElement" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,bool_logical:and_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,bool_logical:and_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,bool_logical:or_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,bool_logical:or_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,i32_arithmetic:addition:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,i32_arithmetic:addition:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,i32_arithmetic:division:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,i32_arithmetic:division:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,i32_arithmetic:division:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,binary,i32_arithmetic:division:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar:inputSource="const";vectorize_lhs=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar:inputSource="const";vectorize_lhs=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,u32_arithmetic:remainder:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,binary,u32_arithmetic:remainder:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,call,builtin,acos:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:inputSource="storage_r" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:inputSource="storage_r" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:inputSource="uniform" [ Failure ]
crbug.com/dawn/0000 [ amd-0x67ef dawn-no-backend-validation target-cpu-64 ventura ] webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:inputSource="uniform" [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,expression,unary,f32_conversion:f32_mat:inputSource="const";cols=3;rows=4 [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:memType="non_atomic_workgroup" [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,memory_model,coherence:corw2:memType="atomic_workgroup";testType="intra_workgroup" [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,padding:array_of_struct: [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm target-cpu-32 ] webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:indexed=false;indirect=true;drawCallTestParameter="firstVertex";type="float32";additionalBuffers=0;partialLastNumber=true;offsetVertexBuffer=false;errorScale=0 [ Failure ]
Roll third_party/webgpu-cts/ 0557875f3..3030a7bb2 (30 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https: //chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0557875f3982..3030a7bb2c69 - 3030a7 Implement `frexp` f32 tests (#2336) - 5be43e Implement `determinant` f32 tests (#2321) - 1c53bf Adds stale adapter tests (#2387) - 176741 Test destroyed buffers and textures on submit - 4bd39d Implement absolute error for `acos` intervals (#2372) - d56144 Implement absolute error for `asin` intervals (#2346) - 7e411f shader/execution: Flip eval order of assignment - e6edef shader/execution: Port evaluation order tests to flow_control - e45de6 Add isZeroCopy cases for ExternalTexture (#2338) - 6c2b83 shader/execution: Add more complex flow control tests - 8c8d89 Implement `bool` builtin tests (#2327) - d18b3a Implement `i32` builtin tests (#2379) - dfac60 Implement `u32` builtin tests (#2344) - 9179cd Test import GPUExternalTexture from destroyed device (#2351) - fb969c Sync keyword/reserved word list. (#2383) - 685049 Implement `f32` builtin tests (#2382) - 0e3229 shader/execution: Add 'preventValueOptimizations' case parameterization - ec5ad7 Start adding queue validation tests for buffers and textures - a1efad Put the same URL in all "Open" links (#2316) - f99f92 Updates max*BufferBindingSize limit tests to adhere to maxBufferSize (#2339) - d88504 Add validation tests on BGRA8Unorm canvas with StorageBinding usage (#2348) - 8d827d Add validation test for maxComputeXXX - e613a8 Rename maximumLimit to adapterLimit and related changes - 7b1df1 Update src/webgpu/api/validation/capability_checks/limits/maxBindingsPerBindGroup.spec.ts - 188203 Check maxBindingsPerBindGroup limit matches spec limits - a28619 Fix writable binding aliasing in webgpu:api,validation,resource_usages,texture,in_pass_encoder (#2341) - c54778 Fix wrong conditions and missing formats for maxAttachmentState tests. (#2343) - 6b01d8 Changes for depthWriteEnabled/depthCompare/depthClearValue being required (#2342) - b61662 Require npm >=8.5.2 (#2340) - 785335 Generate OOM error using createTexture (#2337) Change-Id: Iebefb8ee703437252e44040fd74310a52d079dc4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123660 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
2023-03-13 13:22:02 -07:00
crbug.com/dawn/0000 webgpu:shader,validation,parse,identifiers:identifiers:ident="bitcast" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation webgpu-adapter-default win10 ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:orientation="flipY";srcDoFlipYDuringCopy=true;dstPremultiplied=true [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation webgpu-adapter-default win10 ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:orientation="none";srcDoFlipYDuringCopy=false;dstPremultiplied=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm-srgb";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm-srgb";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm-srgb";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="bgra8unorm-srgb";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="r8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rg8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgb10a2unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgb10a2unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgb10a2unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgb10a2unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba16float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba16float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba32float";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba32float";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm-srgb";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm-srgb";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm-srgb";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/dawn/0000 [ ventura ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:canvasType="offscreen";dstColorFormat="rgba8unorm-srgb";dstAlphaMode="premultiplied";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-0x3e9b ventura webgpu-adapter-default ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:canvasType="offscreen";contextName="webgl2";dstColorFormat="rgba32float";srcPremultiplied=true;dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-0x3e9b ventura webgpu-adapter-default ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:canvasType="onscreen";contextName="webgl";dstColorFormat="rgba8unorm";srcPremultiplied=false;dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
2023-03-14 15:24:40 -07:00
crbug.com/dawn/0000 [ intel-0x9bc5 ubuntu webgpu-adapter-default ] webgpu:web_platform,copyToTexture,video:* [ Failure ]