dawn-cmake/webgpu-cts/expectations.txt

940 lines
138 KiB
Plaintext
Raw 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
# chromeos
# fuchsia
# linux ubuntu
# mac bigsur catalina lion highsierra mac-10.12 mojave monterey
# mountainlion sierra
# win win7 win8 win10 ]
# Devices
# tags: [ android-nexus-5 android-nexus-5x android-pixel-2 android-pixel-4
# android-pixel-6 android-shield-android-tv
# 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-0x6821 amd-0x7340
# apple apple-apple-m1 apple-angle-metal-renderer:-apple-m1
# arm
# google google-0xffff
# intel intel-0xa2e intel-0xd26 intel-0xa011 intel-0x3e92 intel-0x3e9b
# intel-0x5912 intel-0x9bc5 intel-gen-9
# nvidia nvidia-0xfe9 nvidia-0x1cb3 nvidia-0x2184
# qualcomm ]
# Decoder
# tags: [ passthrough no-passthrough ]
# ANGLE Backend
# tags: [ angle-disabled
# angle-d3d9 angle-d3d11
# angle-metal
# angle-opengl angle-opengles
# angle-swiftshader
# angle-vulkan ]
# Skia Renderer
# tags: [ skia-renderer-dawn
# skia-renderer-disabled
# skia-renderer-gl
# skia-renderer-vulkan ]
# Driver
# tags: [ mesa_lt_19.1 ]
# 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 ]
# Target CPU Bits
# tags: [ target-cpu-32 target-cpu-64 ]
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
# Last rolled: 2022-11-28 10:30:27PM
################################################################################
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
# depth32float-stencil8 and stencil8 fail consistently.
# KEEP
################################################################################
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="depth32float-stencil8" [ Failure ]
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="stencil8" [ Failure ]
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToTexture";format="stencil8" [ Failure ]
crbug.com/dawn/1487 [ intel-gen-9 win10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="StencilTest";format="stencil8" [ Failure ]
################################################################################
# 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 ]
# Limit value changed. gpuweb#3648
webgpu:api,validation,query_set,create:count:type="occlusion" [ Failure ]
webgpu:api,validation,query_set,create:count:type="timestamp" [ Failure ]
################################################################################
# web_platform crashes on SwiftShader
# Skipped instead of just Crash because of the number of failures
# KEEP
################################################################################
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 ]
################################################################################
# copyToTexture failures with incorrect values on Mac Intel
# KEEP
################################################################################
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="r8snorm";* [ Failure ]
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rg8snorm";* [ Failure ]
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rgba8snorm";* [ Failure ]
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="r8snorm";* [ Failure ]
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rg8snorm";* [ Failure ]
crbug.com/dawn/1047 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rgba8snorm";* [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="r32float";dstFormat="r32float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rg11b10ufloat";dstFormat="rg11b10ufloat";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rg16float";dstFormat="rg16float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rg32float";dstFormat="rg32float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rgba16float";dstFormat="rgba16float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:srcFormat="rgba32float";dstFormat="rgba32float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="r32float";dstFormat="r32float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rg11b10ufloat";dstFormat="rg11b10ufloat";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rg16float";dstFormat="rg16float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rg32float";dstFormat="rg32float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rgba16float";dstFormat="rgba16float";dimension="2d" [ Failure ]
crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rgba32float";dstFormat="rgba32float";dimension="2d" [ Failure ]
################################################################################
# Failing with Metal validation layers
################################################################################
crbug.com/dawn/1430 [ mac dawn-backend-validation ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="CopyB2T";checkMethod="FullCopyT2B";* [ Failure ]
crbug.com/dawn/1430 [ mac dawn-backend-validation ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="PartialCopyT2B";* [ Failure ]
################################################################################
# Large and slow tests
# KEEP
################################################################################
webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Slow ]
Roll third_party/webgpu-cts/ 27dc745ca..a6451cc67 (19 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/27dc745ca167..a6451cc67394 - a6451c Update 'buffer,usage' test in createBindGroup.spec.ts (#1824) - 0007e6 Add 'buffer,resource_offset' to createBindGroup.spec.ts (#1825) - a40f43 shader/execution: Fix shader creation errors (#1827) - 25c9f4 Add 'buffer,usage' test to createBindGroup.spec.ts (#1820) - 888ada slightly broaden/simplify pipeline_output_targets (#1823) - 708441 test ~all cases of pipeline_output_targets,blend (#1822) - 399cd2 Fix a wrong bit operation to decide the validation in indirect_dispatch_buffer,usage (#1819) - 73c9e8 Add storage_texture,mip_level_count test to createBindGroup.spec.ts (#1818) - 65fdb8 Minor clean up in life_of.md (#1608) - e53aff Add storage_texture,usage test to createVindGroup.spec.ts (#1813) - 39f597 Add `smoothstep` F32 Tests (#1811) - e97d14 Add tests to fullI32Range (#1792) - 7c4e02 Remove old implementation of correctlyRounded (#1796) - e93c41 Add 'multisampled_validation' test to createBindGroup.spec.ts (#1810) - cc7a40 Use trackForCleanup() for dst texture in copyToTexture cases (#1809) - 3c353f Adds remaining adapter.requestDevice tests. (#1798) - fd9cf4 Implement 'texture_buffer_usage' test to buffer_texture_copies.spec.ts (#1807) - f7f601 Add RENDER_ATTACHMENT usage when creating multisampled textures (#1806) - 63c716 Add 'texture_buffer_usage' test to buffer_texture_copies.spec.ts (#1803) Created with './tools/run cts roll' Change-Id: I608a519f30d75d18efd9edb6b1ece61e856ac2f5 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/+/101681 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
2022-09-09 09:14:19 -07:00
webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=100000 [ Slow ]
################################################################################
# entry_point_name_must_match failures
################################################################################
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:fragment:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:vertex:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=false;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000" [ Failure ]
crbug.com/dawn/1345 webgpu:api,validation,shader_module,entry_point:compute:isAsync=true;shaderModuleEntryPoint="main";stageEntryPoint="main%5Cu0000a" [ Failure ]
################################################################################
# external_texture failures
# KEEP
################################################################################
crbug.com/dawn/0000 [ linux ] webgpu:web_platform,external_texture,* [ Failure ]
################################################################################
# Skip external_texture,video:* tests due to incorrect expectation values.
# See cts issue https://github.com/gpuweb/cts/issues/2042
# KEEP
################################################################################
crbug.com/dawn/1082 [ win ] webgpu:web_platform,external_texture,video:* [ Skip ]
crbug.com/dawn/1082 [ mac ] webgpu:web_platform,external_texture,video:* [ Skip ]
################################################################################
################################################################################
# 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 ]
################################################################################
# depth_clip_clamp failures
################################################################################
crbug.com/dawn/1125 [ ubuntu ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:* [ Failure ]
crbug.com/dawn/1125 [ ubuntu ] webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:* [ Failure ]
################################################################################
# compilation_info failures
################################################################################
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/1357 webgpu:api,operation,shader_module,compilation_info:offset_and_length:valid=false;name="unicode" [ Failure ]
################################################################################
# atan2 shader execution failures
# Very slow, many failing. Skip for now.
# KEEP
################################################################################
crbug.com/tint/1524 webgpu:shader,execution,expression,call,builtin,atan2:f32:* [ Skip ]
################################################################################
# shader execution failures
################################################################################
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 webgpu:shader,execution,expression,call,builtin,dot:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/dawn/0000 [ monterey ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:* [ Failure ]
crbug.com/dawn/0000 [ ubuntu ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ monterey ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:* [ Failure ]
crbug.com/dawn/0000 [ ubuntu ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 ubuntu ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ win10 ] webgpu:shader,execution,expression,call,builtin,sign:f32:inputSource="uniform";vectorize=4 [ Failure ]
################################################################################
# Built-in constant evaluation is not completed yet
################################################################################
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,length:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,length:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,length:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,normalize:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,normalize:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,normalize:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/1613 webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,acosh:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,acosh:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,acosh:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,acosh:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 [ dawn-no-backend-validation monterey ] webgpu:shader,execution,expression,call,builtin,cos:f32:inputSource="const";vectorize=3 [ RetryOnFailure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,degrees:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,degrees:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,degrees:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,degrees:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp2:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp2:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp2:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp2:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,exp:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,fract:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,fract:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,fract:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,fract:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 [ dawn-backend-validation monterey ] webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:inputSource="const";vectorize=3 [ Slow ]
crbug.com/tint/1613 [ dawn-no-backend-validation monterey ] webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:inputSource="const";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,ldexp:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,ldexp:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,ldexp:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,ldexp:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log2:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log2:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log2:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log2:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,log:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,max:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,min:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,mix:matching_f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,mix:matching_f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,mix:matching_f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,mix:matching_f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,pow:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,pow:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,pow:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,pow:f32:inputSource="const";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/tint/1613 [ dawn-backend-validation monterey ] webgpu:shader,execution,expression,call,builtin,sin:f32:inputSource="const";vectorize=3 [ Slow ]
crbug.com/tint/1613 [ dawn-no-backend-validation monterey ] webgpu:shader,execution,expression,call,builtin,sin:f32:inputSource="const";vectorize=3 [ RetryOnFailure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,sqrt:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,sqrt:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,sqrt:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/tint/1613 webgpu:shader,execution,expression,call,builtin,sqrt:f32:inputSource="const";vectorize=4 [ Failure ]
################################################################################
# webgpu:shader,execution,memory_model
# Flakes / slow tests
# KEEP
################################################################################
crbug.com/dawn/0000 [ win ] webgpu:shader,execution,memory_model,* [ Failure ]
################################################################################
# shader validation failures
################################################################################
crbug.com/tint/0000 webgpu:shader,validation,parse,blankspace:null_characters:contains_null=true;placement="comment" [ Failure ]
crbug.com/tint/0000 webgpu:shader,validation,parse,blankspace:null_characters:contains_null=true;placement="eol" [ Failure ]
crbug.com/tint/0000 [ intel-gen-9 target-cpu-32 ] webgpu:shader,validation,parse,identifiers:identifiers:* [ Failure ]
crbug.com/tint/0000 [ intel-gen-9 target-cpu-64 ] webgpu:shader,validation,parse,identifiers:identifiers:* [ Failure ]
crbug.com/tint/0000 [ nvidia-0x2184 target-cpu-32 ] webgpu:shader,validation,parse,identifiers:identifiers:* [ Failure ]
crbug.com/tint/0000 [ nvidia-0x2184 target-cpu-64 ] webgpu:shader,validation,parse,identifiers:identifiers:* [ Failure ]
Roll third_party/gpuweb/ 3c4734b09..0f5fc665a (381 commits) And update dawn/node accordingly. https://github.com/gpuweb/gpuweb/compare/3c4734b09c68...0f5fc665a0d5 $ git log 3c4734b09..0f5fc665a --date=short --no-merges --format='%ad %ae %s' 2022-11-25 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@6b7d8f4947618624b65cb6c833d5034a46c1075a 🚀 2022-11-24 dneto Deploying to gh-pages from @ gpuweb/gpuweb@7eea224a851b3d7b481672f2ed70bdcb43129988 🚀 2022-11-23 dneto Deploying to gh-pages from @ gpuweb/gpuweb@c11820e695fbd2e7b3c0094edf0da6d2d884b8db 🚀 2022-11-23 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@162e04d0c027e1350aec96b82cb07cce2341ce32 🚀 2022-11-22 dneto Deploying to gh-pages from @ gpuweb/gpuweb@58a9410e387138ee173327c447fdc0da32075f07 🚀 2022-11-22 dneto Deploying to gh-pages from @ gpuweb/gpuweb@9fa1932d13dc980093b2d3f1016bd10b1e147e1c 🚀 2022-11-22 dneto Deploying to gh-pages from @ gpuweb/gpuweb@39f2321f547c8f0b7f473cf1d47fba30b1691303 🚀 2022-11-21 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@cc0fc37636ddff98cd9c4b93d9d6a09e1ce10567 🚀 2022-11-18 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@684c5104ce067230f49a963b85d3f58f9def95ce 🚀 2022-11-18 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@6049e8fc99b8204e44b7ca14d7bbff02a5730dfb 🚀 2022-11-17 dneto Deploying to gh-pages from @ gpuweb/gpuweb@08126940556cd659ce871755a184d3666e8de2bb 🚀 2022-11-17 dneto Deploying to gh-pages from @ gpuweb/gpuweb@9b656239387a809928bd4452c645345b4119e79b 🚀 2022-11-17 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@30e78fb154fef1d83d7379d7d9dac9b98452f1d3 🚀 2022-11-16 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@8b9da345bd1dbf14183fbc06d3ef6fe0652b64cf 🚀 2022-11-16 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@113555271ff101545ac22265d8859327c90b02b2 🚀 2022-11-13 dneto Deploying to gh-pages from @ gpuweb/gpuweb@9c39cc1f0efb825920c2f04d954e058583e0a927 🚀 2022-11-11 dneto Deploying to gh-pages from @ gpuweb/gpuweb@a3d767aff48acd9e5d3d8f84928119785dab24f1 🚀 2022-11-09 dneto Deploying to gh-pages from @ gpuweb/gpuweb@576b7c97c7ec454a90b54dc760526aa5e50dcc05 🚀 2022-11-09 dneto Deploying to gh-pages from @ gpuweb/gpuweb@f2fadab356c614cbc7834d33a0c9f4880a4b682c 🚀 2022-11-09 dneto Deploying to gh-pages from @ gpuweb/gpuweb@a291e74d7e2ecd7bab3c13d848b4808296da3117 🚀 2022-11-09 dneto Deploying to gh-pages from @ gpuweb/gpuweb@0f69fcba159f1ef6d07b8bc3e9c2347096e7de9d 🚀 2022-11-09 jdashg Deploying to gh-pages from @ gpuweb/gpuweb@f02d667d59a05dbc38badbe498504943e39472dc 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@0fdebc2886b41986bc0547448f649d797efc7a00 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@44164a2c63418b31ebd8e9cbb329404813d43f0f 🚀 2022-11-07 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@a5cebd57727859c7c97a3bf66b7849d5d8fb60c6 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@c322a6fed4b389bc0f87ba9c3998a1b6c96ba3b1 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@7ef39cfc0e02701ad6f7db13fc2676220b917b17 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@572fc32a836726f593dd321e7c7eae0963c4fb3d 🚀 2022-11-07 dneto Deploying to gh-pages from @ gpuweb/gpuweb@4bb872ac559547072b69dde55da93833f5b96488 🚀 2022-11-02 dneto Deploying to gh-pages from @ gpuweb/gpuweb@98f851baa4c9c8e539714aca3187642a850a7d36 🚀 2022-11-02 dneto Deploying to gh-pages from @ gpuweb/gpuweb@5c6f64891927941bdc1926a2e7b289863d6db843 🚀 2022-11-02 dneto Deploying to gh-pages from @ gpuweb/gpuweb@bf1d73a0368a42d8de99d8bcec652b87f7ab326d 🚀 2022-11-01 dneto Deploying to gh-pages from @ gpuweb/gpuweb@2371712042dadca77ef1417c17d02c3c7193d0f0 🚀 2022-11-01 dneto Deploying to gh-pages from @ gpuweb/gpuweb@acdc5b3e83430e69af55a3452baa06b286999c70 🚀 2022-11-01 dneto Deploying to gh-pages from @ gpuweb/gpuweb@8304c57556cb1fd3bcfee2242bcbd2ae5fc9a4af 🚀 2022-10-27 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@27c5c15c84d2803ab1468d91d92117ff8e4c2950 🚀 2022-10-26 corentin Deploying to gh-pages from @ gpuweb/gpuweb@4048adbfb3b952f71881ee3079dade37569dff48 🚀 2022-10-26 shaobo.yan Deploying to gh-pages from @ gpuweb/gpuweb@b85a821e2f57511677cb5b93a51103b98eb37037 🚀 2022-10-18 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@63a7a24e4d8eeaca4fb00db20c541bba34a4ed7d 🚀 2022-10-18 dneto Deploying to gh-pages from @ gpuweb/gpuweb@6678c9478d64489186d657707907262f39244d8f 🚀 2022-10-18 dneto Deploying to gh-pages from @ gpuweb/gpuweb@b56d95976d3152f9ea1fa6ee427768c048460c58 🚀 2022-10-18 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@44cf3bf01cff72aefe01628f7908333d9bdf6f8d 🚀 2022-10-17 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@1e332763cd805a59e2231af645bc4cff3d012c9b 🚀 2022-10-14 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@49eae687bf0448964c614e1d15d167150a9cc6c2 🚀 2022-10-14 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@d7402a1367ff89612a5e3aa246129aa1ddcfeb70 🚀 2022-10-13 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@d2ef870027dffb1300cca72d7209c9c398090fe3 🚀 2022-10-12 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@db76cc3158c7ed9f5e4b080c1d87204dfd8d353d 🚀 2022-10-11 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@823a357986e580e54490b6665e872f0fbb6d1d1d 🚀 2022-10-11 dneto Deploying to gh-pages from @ gpuweb/gpuweb@7857eee214fde7f202b8f120ad99d172bd9039a7 🚀 2022-10-11 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@6f93d67391ab77abede1d4cd64c874fab845aab3 🚀 (...) 2022-06-14 jimb Correct '/' to '.' in 'derive render targets layout from pipeline'. (#3041) 2022-06-14 corentin Deploying to gh-pages from @ gpuweb/gpuweb@d47a377c382923fee23639e9eacab607a94d4b00 🚀 2022-06-14 dsinclair Combine section headers which define the same function (#3020) 2022-06-14 dsinclair Combine section headers which define the same function (#3020) 2022-06-14 dsinclair Combine section headers which define the same function (#3020) 2022-06-14 dneto Deploying to gh-pages from @ gpuweb/gpuweb@e37fc8f57a06b5a15f0bb92c41b26607829011ad 🚀 2022-06-13 mehmetoguzderin Shorthand 2022-06-13 mehmetoguzderin Shorthand 2022-06-13 mehmetoguzderin Shorthand 2022-06-13 mehmetoguzderin Deploying to gh-pages from @ gpuweb/gpuweb@170f891c4b5f7a4a68f20e9113734520f041be4f 🚀 2022-06-13 dneto Add WGSL strict LALR(1) check to CI (#3037) 2022-06-13 dneto Add WGSL strict LALR(1) check to CI (#3037) 2022-06-13 dneto Add WGSL strict LALR(1) check to CI (#3037) 2022-06-13 dneto Deploying to gh-pages from @ gpuweb/gpuweb@edca8002abd2a0ba8ee44a6109822262b4e56bf0 🚀 2022-06-11 kainino editorial nit: specify units for limits where relevant 2022-06-11 kainino editorial nit: specify units for limits where relevant 2022-06-11 kainino editorial nit: specify units for limits where relevant 2022-06-11 tojiro Deploying to gh-pages from @ gpuweb/gpuweb@02dac6eb8a22de193c7128a5c6c354ab6e59d09a 🚀 2022-06-10 dneto Add WGSL grammar analyzer (#2754) 2022-06-10 dneto Add WGSL grammar analyzer (#2754) 2022-06-10 dneto Add WGSL grammar analyzer (#2754) 2022-06-10 dneto Deploying to gh-pages from @ gpuweb/gpuweb@5fec9c77764e36f1ad2e93909fa8f4226e74258e 🚀 2022-06-10 kainino fix typo comparison_sampler -> sampler_comparison 2022-06-10 kainino fix typo comparison_sampler -> sampler_comparison 2022-06-10 kainino fix typo comparison_sampler -> sampler_comparison 2022-06-10 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@d3faddafb97e0375560e363f9fb6580d7da155ba 🚀 2022-06-09 jiawei.shao Ensure the formats supporting multisampling must support rendering (#3018) 2022-06-09 jiawei.shao Ensure the formats supporting multisampling must support rendering (#3018) 2022-06-09 jiawei.shao Ensure the formats supporting multisampling must support rendering (#3018) 2022-06-09 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@6ab558611a4e0822b4b3adc56e9d66cbbeb81ac4 🚀 2022-06-08 dom Align phrasing of Firing an event with DOM (#3019) 2022-06-08 dom Align phrasing of Firing an event with DOM (#3019) 2022-06-08 dom Align phrasing of Firing an event with DOM (#3019) 2022-06-08 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@72ce3910cfd4cdea93425f1208f19accbf61195b 🚀 2022-06-08 dsinclair Move builtin names to section headers. (#3016) 2022-06-08 dsinclair Move builtin names to section headers. (#3016) 2022-06-08 dsinclair Move builtin names to section headers. (#3016) 2022-06-08 bclayton wgsl: Allow phony assignment of abstract numeric type 2022-06-08 bclayton wgsl: Allow phony assignment of abstract numeric type 2022-06-08 bclayton wgsl: Allow phony assignment of abstract numeric type 2022-06-08 bclayton Deploying to gh-pages from @ gpuweb/gpuweb@1cfd17eed1a86fc5ae8c6a6dd0996d77156758d8 🚀 2022-06-07 kainino Add maxColorAttachments missing from GPUSupportedLimits (#2985) 2022-06-07 kainino Add maxColorAttachments missing from GPUSupportedLimits (#2985) 2022-06-07 kainino Add maxColorAttachments missing from GPUSupportedLimits (#2985) 2022-06-07 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@356791fbc08edfc8500afc620122531ae8e8277e 🚀 2022-06-07 kainino Support building multi-file specs with the Bikeshed API (#2856) 2022-06-07 kainino Support building multi-file specs with the Bikeshed API (#2856) 2022-06-07 kainino Support building multi-file specs with the Bikeshed API (#2856) 2022-06-07 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@22eae8503182af5462fea97d5d5aabb97710bd5c 🚀 2022-06-07 kainino Format internal slots consistently with IDL attributes (#3011) Created with: roll-dep third_party/gpuweb Change-Id: Iebc959cfe54e64c17e7d6175379dbd2cfe840986 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111801 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2022-12-01 05:03:06 -08:00
crbug.com/tint/1771 webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits,* [ Failure ]
################################################################################
# API operation failures
################################################################################
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth24plus-stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth24plus-stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth24plus-stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth24plus-stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth32float-stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth32float-stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth32float-stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="depth32float-stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="stencil8";stencilClearValue=258;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
crbug.com/dawn/0000 [ intel-gen-9 monterey ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
Roll third_party/webgpu-cts/ 8cfc317e2..a41bc407a (23 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/8cfc317e23c7..a41bc407a83a - a41bc4 Implement val:render_pass_descriptor:timestampWrite,same_query_index (#1656) - 167076 Implement val:render_pass_descriptor:timestamp_writes_query_set_type (#1653) - 06954d Implement val:render_pass_descriptor:timestampWrite,query_index (#1654) - deec4f Implement val:render_pass_descriptor:occlusion_query_set_type (#1652) - 3bef26 Succinct the test names of render_pass_descriptor.spec.ts (3/3) (#1651) - 425fc8 Convert `clamp` f32 tests to use interval framework (#1645) - 46fce2 Add support for multiple intervals to FP testing framework (#1643) - 09c7fb Address feedback from Kai - f803ff Add context configuration tests - d620a1 Address feedback from Kai - 77633d Add tests for getCurrentTexture and getPreferredCanvasFormat - 781ad8 Succinct the test names of render_pass_descriptor.spec.ts (2/n) (#1639) - d7ca02 Implement val:render_pass_descriptor:timestamp_writes_location (#1630) - 09793f Test zero levels or layers is invalid in render_pass,resolve:resolve_attachment (#1600) - daf0da Split shader_stages_and_visibility and add control cases - 496182 Rewrite usage validation scope tests - f4e9a3 refactor: split out makeConflictingBindGroups from testValidationScope - bc278d nits: simplify a few things in this file - a65914 Implement val:render_pass_descriptor:depth_stencil_attachment_depth_clear_value (#1640) - a6bab7 Implement api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats (#1593) - e7f8fe Succinct the test names of render_pass_descriptor.spec.ts (1/n) (#1619) - 7f3683 Convert `fract` tests to use interval framework (#1612) - d8009f Correct logInterval & log2Interval handling of out of bounds inputs (#1629) Created with './tools/run cts roll' Change-Id: I10d895c4a11252317619f7ea480c97d821cbf81c 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/+/96200 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com>
2022-07-15 09:25:39 -07:00
crbug.com/dawn/0000 [ nvidia-0x2184 ubuntu ] webgpu:api,operation,render_pass,clear_value:stencil_clear_value:stencilFormat="stencil8";stencilClearValue=65539;applyStencilClearValueAsStencilReferenceValue=true [ Failure ]
################################################################################
# Failures with depth/stencil textures on Intel Mac
# KEEP
################################################################################
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth16unorm" [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth24plus" [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth24plus-stencil8" [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float" [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float-stencil8" [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:format="stencil8";* [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:format="stencil8";* [ Failure ]
crbug.com/dawn/1083 [ intel monterey ] webgpu:api,operation,render_pass,storeOp:render_pass_store_op,depth_stencil_attachment_only:depthStencilFormat="stencil8";* [ Failure ]
############################################################################
# Flaky on Intel Mac
# KEEP
################################################################################
crbug.com/dawn/1500 [ intel-gen-9 monterey ] webgpu:api,operation,command_buffer,image_copy:origins_and_extents:initMethod="WriteTexture";checkMethod="PartialCopyT2B";* [ RetryOnFailure ]
################################################################################
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
# Failures on Mac Intel, likely also due to crbug.com/dawn/1083
# KEEP
################################################################################
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="depth16unorm" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="depth32float-stencil8" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="stencil8" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToTexture";format="depth16unorm" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToTexture";format="stencil8" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="DepthTest";format="depth16unorm" [ Failure ]
crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="StencilTest";format="stencil8" [ Failure ]
################################################################################
# Flaky OOM on Windows for worker_webgpu tests
# KEEP
################################################################################
crbug.com/1357206 [ nvidia-0x2184 win10 ] worker_webgpu:api,validation,buffer,mapping:getMappedRange,offsetAndSizeAlignment,mappedAtCreation: [ Failure ]
crbug.com/1357206 [ nvidia-0x2184 win10 ] worker_webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeAlignment: [ Failure ]
################################################################################
# Const-eval version of bitwise XOR failing on Windows
# KEEP
################################################################################
crbug.com/tint/1753 [ win10 ] webgpu:shader,execution,expression,binary,bitwise:bitwise_exclusive_or:type="i32";inputSource="const";* [ Failure ]
crbug.com/tint/1753 [ win10 ] webgpu:shader,execution,expression,binary,bitwise:bitwise_exclusive_or:type="u32";inputSource="const";* [ Failure ]
crbug.com/tint/1755 [ win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16snorm:pack:inputSource="const" [ Failure ]
crbug.com/tint/1755 [ win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16unorm:pack:inputSource="const" [ Failure ]
crbug.com/tint/1755 [ win10 ] webgpu:shader,execution,expression,call,builtin,pack4x8snorm:pack:inputSource="const" [ Failure ]
crbug.com/tint/1755 [ win10 ] webgpu:shader,execution,expression,call,builtin,pack4x8unorm:pack:inputSource="const" [ Failure ]
################################################################################
# Const-eval functions that fail on inf/nan inputs
# KEEP
################################################################################
crbug.com/tint/1581 webgpu:shader,execution,expression,binary,f32_arithmetic:division:inputSource="const";* [ Failure ]
crbug.com/tint/1581 webgpu:shader,execution,expression,call,builtin,cosh:f32:inputSource="const";* [ Failure ]
crbug.com/tint/1581 [ linux ] webgpu:shader,execution,expression,call,builtin,cross:f32:inputSource="const" [ Failure ]
crbug.com/tint/1581 [ win ] webgpu:shader,execution,expression,call,builtin,cross:f32:inputSource="const" [ Failure ]
crbug.com/tint/1581 webgpu:shader,execution,expression,call,builtin,sinh:f32:inputSource="const";* [ Failure ]
crbug.com/tint/1581 webgpu:shader,execution,expression,call,builtin,unpack2x16float:unpack:inputSource="const" [ Failure ]
################################################################################
# copyToTexture,canvas:color_space_conversion:* fail with swiftshader
# The other tests about canvas and image bitmap fail with swiftshader on Linux
# KEEP
################################################################################
crbug.com/dawn/1599 [ linux webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:* [ Failure ]
crbug.com/dawn/1599 [ linux webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,getCurrentTexture:* [ Failure ]
crbug.com/dawn/1599 [ linux webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:* [ Failure ]
crbug.com/dawn/1599 [ webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,canvas:color_space_conversion:* [ Failure ]
################################################################################
################################################################################
# commandEncoder validation tests need updates in CTS
# KEEP
################################################################################
crbug.com/dawn/1602 webgpu:api,validation,encoding,beginComputePass:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,encoding,beginRenderPass:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,encoding,encoder_open_state:non_pass_commands:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,encoding,queries,general:occlusion_query,* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,render_pass,render_pass_descriptor:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,render_pass,resolve:resolve_attachment:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,render_pass,storeOp:* [ Skip ]
crbug.com/dawn/1602 webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_bind_group_on_same_index_depth_stencil_texture:* [ Skip ]
################################################################################
################################################################################
# Buffer.MapAsync pending map error tests need updates in CTS
################################################################################
crbug.com/dawn/1613 webgpu:api,validation,buffer,mapping:getMappedRange,state,mappingPending:* [ Failure ]
crbug.com/dawn/1613 webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending:* [ Failure ]
crbug.com/dawn/1613 worker_webgpu:api,validation,buffer,mapping:getMappedRange,state,mappingPending:* [ Failure ]
crbug.com/dawn/1613 worker_webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending:* [ Failure ]
################################################################################
################################################################################
# untriaged failures
# KEEP
################################################################################
crbug.com/dawn/0000 [ win ] webgpu:api,operation,render_pass,resolve:* [ Failure ]
crbug.com/dawn/0000 [ win ] webgpu:api,operation,render_pipeline,pipeline_output_targets:color,component_count,blend:format="rg8unorm" [ Failure ]
crbug.com/dawn/0000 [ mac ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:* [ Failure ]
crbug.com/dawn/0000 [ mac ] worker_webgpu:api,operation,render_pass,storeOp:render_pass_store_op,depth_stencil_attachment_only:depthStencilFormat="stencil8";* [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
# New flakes. Please triage:
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="const";vectorize=3 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,step:f32:inputSource="const";vectorize=3 [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation target-cpu-32 ] worker_webgpu:api,operation,rendering,basic:large_draw:indexed=false;indirect=true [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 win10 ] worker_webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeOOB: [ RetryOnFailure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 win10 ] worker_webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeOOB: [ RetryOnFailure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 win10 ] worker_webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeOOB: [ RetryOnFailure ]
# New failures. Please triage:
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 webgpu:api,operation,shader_module,compilation_info:line_number_and_position:valid=false;name="carriage-return" [ Failure ]
Roll third_party/webgpu-cts/ 0fee76f32..deb4ba9f3 (12 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/0fee76f32e7b..deb4ba9f335f - deb4ba wgsl: Remove gradients_in_varying_loop tests - e84b11 Add 'render_pass_and_bundle,device_mismatch' test to attachment_compatibility.spec.ts (#1858) - cca406 webgpu/shader/execution: More tightly scope validation to batches - 2e8bb0 webgpu/shader/execution: Reduce `const` case batch size - 042ae7 wgsl: Fix emission of f32 and f16 infinities. (#1862) - 050429 Update canvas_composite_alpha to test opaque alpha mode canvas composite (#1856) - 2a4dfd Update 'multisampled_validation' test in createBindGroupLayout.spec.ts (#1777) - b09c17 Update texture_must_have_correct_dimension test to handle storageTexture as well (#1851) - 09db86 Add a doc about Floating Point math as background on numeric testing (#1847) - 0860ad Update align tests for const expressions. (#1854) - e77a9f Implement test in operation/rendering/blending.spec.ts (#1845) - 46e737 Update multisampled_validation test to check the sampleType as well (#1850) Created with './tools/run cts roll' Change-Id: Ic58d621db0aab0c847cf30deddb07b5108c466b6 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/+/103600 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
2022-09-24 11:36:24 -07:00
crbug.com/dawn/0000 webgpu:api,validation,createBindGroupLayout:multisampled_validation:viewDimension="2d" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,createBindGroupLayout:multisampled_validation:viewDimension="_undef_" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,encoding,encoder_state:pass_end_twice: [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 webgpu:api,validation,error_scope:current_scope:errorFilter="internal";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:current_scope:errorFilter="internal";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:current_scope:errorFilter="internal";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:current_scope:errorFilter="internal";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:current_scope:errorFilter="internal";stackDepth=100000 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:parent_scope:errorFilter="internal";stackDepth=1 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:parent_scope:errorFilter="internal";stackDepth=10 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:parent_scope:errorFilter="internal";stackDepth=100 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:parent_scope:errorFilter="internal";stackDepth=1000 [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:simple:errorType="internal";errorFilter="internal" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:simple:errorType="internal";errorFilter="out-of-memory" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,error_scope:simple:errorType="internal";errorFilter="validation" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_r";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="storage_rw";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,asin:f32:inputSource="uniform";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="const";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,cross:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,cross:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize="_undef_" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=2 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=3 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,fma:f32:inputSource="const";vectorize=4 [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/dac3646b15e7..d7e8d005dd88 - d7e8d0 webgpu/shader: Migrate all `f32` expression tests to the CaseCache. - ea0cfe Add a DataCache & expression CaseCache - c6c3b7 op: Implement 'simple_blend_constant,setting_blend_constant' test in blending.spec.ts (#1984) - da9eeb operation,rendering,blending nits (#1986) - 9c990c Implement `refract` f32 tests (#1962) - 6b5a1f transferControlToOffscreen nits - 9eb57d Implement `fma` f32 tests (#1967) - aa6489 op: Implement 'default_blend_color,initial_blend_color' test in blending.spec.ts (#1980) - 7fbc3b Update rg11b10ufloat_renderable.spec.ts - 473ddf Add rg11b10ufloat-renderable validation test plan (#1937) - e36d82 Simplify code around ULP calculations and fix subtly wrong tests (#1974) - 634afd op: op: Implement 'index_format,setIndexBuffer_different_formats' test in index_format.spec.ts (#1973) - 62e3da op: Implement 'index_format,change_pipeline_after_setIndexBuffer' test in index_format.spec.ts (#1969) - 60769d Add f16 test ranges to quantizeToF16 - 02f468 Fix quantizeToF16 tests to not test overflow cases for const input source - f5f8fc Implement 'render_bundle_commands' test in encoder_open_state.spec.ts (#1961) - f3375a Add support to load cross origin resources (#1951) - 85e3b4 Convert asin, acos and atanh to a filtered range when needed. (#1963) Created with './tools/run cts roll' Change-Id: I9d5a39fd2b4d951e3b001d7eab656ec20609ab7b 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/+/109765 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com>
2022-11-16 15:09:02 -08:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 monterey target-cpu-64 webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation intel-gen-9 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 ubuntu webgpu-adapter-default ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-64 webgpu-adapter-default win10 ] webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:inputSource="const" [ Failure ]
Roll third_party/webgpu-cts/ d8a28755b..cbd5a5082 (41 commits) Update: - expectations.txt - ts_sources.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d8a28755b232..cbd5a5082739 - cbd5a5 val: Add 'push_pop_call_count_unbalance,render_compute_pass' test - 288990 val: Introduce debugMarker.spec.ts to test debug marker - e520cb Use cast instead of suffix for signed integers in Scalar (#1936) - b97207 Convert f32 binary expression tests to use pre-generated inputs (#1933) - 70e87f Convert pack* tests to use generated vectors for inputs (#1932) - ff9aba Implement `pack4x8unorm` tests (#1923) - d5c1a9 Implement `pack4x8snorm` tests (#1924) - 4412a6 Implement `pack2x16snorm` tests (#1922) - b812e1 Implement `pack2x16unorm` tests (#1920) - 874525 Implement `faceForward` f32 tests (#1900) - afb5c8 val: Implement 'call_after_successful_finish' test (#1918) - 54213a val: Implement 'pass_end_invalid_order' test (#1912) - 8ced52 val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups,render_pass' test (#1915) - 9ff9ec Implement `reflect` f32 tests (#1908) - 2baf7b val: Implement 'empty_bind_group_layouts_requires_empty_bind_groups' test (#1910) - e6f01e Implement `distance` f32 tests (#1894) - fbdfd0 Fix pack2x16float tests to correctly handle corner cases (#1911) - 9c402f Implement `asin` f32 tests (#1898) - c1164b Implement `acos` f32 tests (#1897) - eba1a7 Add tests on effective buffer binding size the fix existing tests (#1906) - 6c61e3 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1907) - 74b1f1 op: Implement 'multiple_pairs_of_draws_in_one_render_bundle' test in multiple_buffers.spec.ts (#1901) - 777f1c Implement 'index_range,auto_layout' test in getBindGroupLayout.spec.ts (#1899) - f0dacb Implement `pack2x16float` tests (#1890) - dbbbc8 op: Implement 'two_dispatches_in_the_same_compute_pass' test in multiple_buffers.spec.ts (#1896) - 2abd75 Implement 'index_range' test in getBindGroupLayout.spec.ts (#1892) - cbdd47 Roll types to 0.1.22 and test rg11b10ufloat-renderable requestDevice (#1888) - 723878 op: Implement 'ww' test in multiple_buffers.spec.ts (#1879) - b411f7 Remove a fallback value in the use of maxBindGroups value (#1895) - 68e6e0 Update `atan2` F32 tests to account for atan based implementations (#1837) - 07936b Implement `cross` f32 tests (#1878) - 5efbf7 compilation_info: Check offset when there is a carriage-return. (#1880) - 2f74c8 Implement 'timestampWrites,invalid_query_set' test in beginComputePass.spec.ts (#1877) - a0b0ba op: Implement 'wr' test in multiple_buffers.spec.ts (#1872) - 427b99 Implement boolean logical equality tests (#1876) - 115248 Style and bug fixes in device_mismatch tests (#1871) - 2c53b5 Add a 'sampler,device_mismatch' test to createBindGroup.spec.ts (#1867) - 291ce4 Implement 'sampler,compare_function_with_binding_type' test in createBindGroup.spec.ts (#1865) - 497c85 op: Implement test in multiple_buffers.spec.ts (#1857) - 3eaf0e Add execution tests for logical binary operations (#1870) - 6f50ab Add execution tests for logical negation (#1869) Created with './tools/run cts roll' Change-Id: I1816812c091b0cea298f319fc879ca526648ecd4 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/+/106900 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
2022-10-25 07:02:02 -07:00
crbug.com/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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/dawn/0000 [ dawn-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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 ]
crbug.com/dawn/0000 [ dawn-no-backend-validation nvidia-0x2184 target-cpu-32 webgpu-adapter-default win10 ] 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 ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:alpha_mode:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:alpha_mode:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:defaults:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:defaults:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:device:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:device:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:format:canvasType="offscreen";format="rgba8unorm" [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:format:canvasType="offscreen";format="rgba8unorm" [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:format:canvasType="onscreen";format="rgba8unorm" [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:format:canvasType="onscreen";format="rgba8unorm" [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,configure:usage:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,configure:usage:* [ Failure ]
crbug.com/dawn/0000 [ ubuntu webgpu-adapter-default ] webgpu:web_platform,canvas,configure:usage:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-default ] webgpu:web_platform,canvas,getCurrentTexture:* [ Failure ]
crbug.com/dawn/0000 [ monterey webgpu-adapter-swiftshader ] webgpu:web_platform,canvas,getCurrentTexture:* [ Failure ]