[webkit-changes] [WebKit/WebKit] a3d85a: [WebGPU] Mark all WebGPU CTS tests non-skipped in EWS

mwyrzykowski noreply at github.com
Wed May 29 19:22:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a3d85a7fd45bd4ad75adbaa39cf2106d83ec5f23
      https://github.com/WebKit/WebKit/commit/a3d85a7fd45bd4ad75adbaa39cf2106d83ec5f23
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-05-29 (Wed, 29 May 2024)

  Changed paths:
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/command_buffer/copyTextureToTexture-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/command_buffer/image_copy-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/compute_pipeline/entry_point_name-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/memory_sync/buffer/multiple_buffers-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/api/operation/memory_sync/texture/readonly_depth_stencil-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/render_pipeline/alpha_to_coverage-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/render_pipeline/sample_mask-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/3d_texture_slices-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/color_target_state-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/rendering/robust_access_index-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/resource_init/texture_zero-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/sampling/filter_mode-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/shader_module/compilation_info-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/api/operation/storage_texture/read_only-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/texture_view/write-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/operation/vertex_state/correctness-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/buffer/threading-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxBindGroupsPlusVertexBuffers-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxStorageBuffersPerShaderStage-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxVertexBuffers-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/compute_pipeline-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/createBindGroup-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/createBindGroupLayout-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/createTexture-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/encoding/cmds/render/draw-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pass/render_pass_descriptor-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pass/storeOp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pipeline/fragment_state-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pipeline/inter_stage-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pipeline/misc-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pipeline/resource_compatibility-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/render_pipeline/vertex_state-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/resource_usages/texture/in_render_common-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/shader_module/entry_point-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/api/validation/texture/bgra8unorm_storage-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/evaluation_order-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/access/array/index-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/access/matrix/index-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/access/structure/index-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/access/vector/components-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/access/vector/index-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_addition-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_division-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_matrix_addition-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_matrix_matrix_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_matrix_scalar_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_matrix_subtraction-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_matrix_vector_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_remainder-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/af_subtraction-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/ai_arithmetic-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/bitwise-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/bitwise_shift-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_addition-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_comparison-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_division-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_addition-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_matrix_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_scalar_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_subtraction-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_matrix_vector_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_remainder-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f16_subtraction-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f32_arithmetic-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f32_logical-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f32_matrix_matrix_multiplication-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f32_matrix_subtraction-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/f32_remainder-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/i32_arithmetic-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/binary/u32_arithmetic-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/abs-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/acos-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/acosh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/arrayLength-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/asin-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/asinh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atan-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atan2-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atanh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicAdd-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicAnd-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicCompareExchangeWeak-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicExchange-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicLoad-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicMax-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicMin-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicOr-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicStore-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicSub-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomicXor-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomics/atomicAnd-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomics/atomicCompareExchangeWeak-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomics/atomicExchange-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/atomics/atomicSub-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/ceil-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/clamp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/cos-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/cosh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/countLeadingZeros-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/countOneBits-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/countTrailingZeros-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/cross-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/degrees-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/determinant-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/distance-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dot-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dot4I8Packed-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dot4U8Packed-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdx-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdxCoarse-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdxFine-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdy-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdyCoarse-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/dpdyFine-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/exp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/exp2-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/extractBits-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/faceForward-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/firstLeadingBit-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/firstTrailingBit-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/floor-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/fma-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/fract-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/frexp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/fwidth-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/fwidthCoarse-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/fwidthFine-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/insertBits-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/inversesqrt-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/ldexp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/length-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/log-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/log2-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/max-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/min-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/mix-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/modf-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/normalize-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack2x16float-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack2x16snorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack2x16unorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4x8snorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4x8unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4xI8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4xI8Clamp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4xU8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pack4xU8Clamp-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/pow-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/quantizeToF16-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/radians-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/reflect-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/refract-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/reverseBits-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/round-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/saturate-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/select-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/sign-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/sin-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/sinh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/smoothstep-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/sqrt-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/step-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/storageBarrier-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/tan-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/tanh-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureDimension-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureDimensions-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGather-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureGatherCompare-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureLoad-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLayers-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumLevels-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureNumSamples-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSample-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleBias-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompare-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleGrad-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureSampleLevel-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/textureStore-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/transpose-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/trunc-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack2x16float-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack2x16snorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack2x16unorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack4x8snorm-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack4x8unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack4xI8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/unpack4xU8-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/call/builtin/workgroupBarrier-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/constructor/non_zero-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/constructor/zero_value-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/precedence-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/af_arithmetic-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/af_assignment-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/bool_conversion-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/bool_logical-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/f16_arithmetic-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/f16_conversion-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/f32_arithmetic-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/f32_conversion-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/i32_arithmetic-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/i32_complement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/i32_conversion-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/indirection-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/u32_complement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/unary/u32_conversion-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/call-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/complex-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/eval_order-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/for-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/if-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/loop-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/phony-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/return-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/switch-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/while-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/limits-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_layout-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/adjacent-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/atomicity-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/barrier-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/coherence-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/texture_intra_invocation_coherence-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/memory_model/weak-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/padding-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/robust_access-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/robust_access_vertex-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/shader_io/compute_builtins-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/shader_io/fragment_builtins-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/shader_io/shared_structs-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/shader_io/user_io-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/shader_io/workgroup_size-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/shadow-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/stage-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/statement/compound-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/statement/discard-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/statement/increment_decrement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/execution/value_init-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/execution/zero_init-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/const_assert/const_assert-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/compound_statement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/const-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/context_dependent_resolution-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/let-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/override-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/ptr_spelling-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/var-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/decl/var_access_mode-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/access/array-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/access/matrix-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/access/structure-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/access/vector-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/add_sub_mul-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/and_or_xor-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/bitwise_shift-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/comparison-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/div_rem-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/binary/parse-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/abs-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/acos-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/acosh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/all-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/any-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/arrayLength-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/asin-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/asinh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/atan-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/atan2-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/atanh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/atomics-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/barriers-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/bitcast-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ceil-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/clamp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/cos-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/cosh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/countLeadingZeros-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/countOneBits-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/countTrailingZeros-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/cross-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/degrees-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/derivatives-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/determinant-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/distance-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/dot-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/dot4I8Packed-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/dot4U8Packed-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/exp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/exp2-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/extractBits-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/faceForward-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/firstLeadingBit-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/firstTrailingBit-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/floor-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/fma-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/fract-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/frexp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/insertBits-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/inverseSqrt-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/ldexp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/length-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/log-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/log2-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/max-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/min-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/mix-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/modf-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/normalize-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack2x16float-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack2x16snorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack2x16unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4x8snorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4x8unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4xI8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4xI8Clamp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4xU8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pack4xU8Clamp-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/pow-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/quantizeToF16-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/radians-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/reflect-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/refract-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/reverseBits-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/round-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/saturate-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/select-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/sign-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/sin-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/sinh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/smoothstep-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/sqrt-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/step-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/tan-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/tanh-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureDimensions-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureGather-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureGatherCompare-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureLoad-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureNumLayers-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureNumLevels-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureNumSamples-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSample-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleBaseClampToEdge-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleBias-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleCompare-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleCompareLevel-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleGrad-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureSampleLevel-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/textureStore-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/transpose-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/trunc-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack2x16float-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack2x16snorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack2x16unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack4x8snorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack4x8unorm-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack4xI8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/unpack4xU8-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/value_constructor-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/call/builtin/workgroupUniformLoad-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/add_sub-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/and_or_xor-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/bitwise_shift-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/comparison-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/div_rem-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/matrix/mul-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/overload_resolution-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/precedence-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/unary/address_of_and_indirection-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/unary/arithmetic_negation-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/unary/bitwise_complement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/expression/unary/logical_negation-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/extension/readonly_and_readwrite_storage_textures-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/functions/alias_analysis-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/functions/restrictions-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/align-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/attribute-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/binary_ops-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/blankspace-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/break-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/break_if-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/builtin-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/comments-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/compound-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/const-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/const_assert-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/continuing-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/diagnostic-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/discard-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/enable-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/identifiers-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/literal-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/must_use-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/pipeline_stage-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/requires-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/shadow_builtins-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/source-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/statement_behavior-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/static_assert-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/unary_ops-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/var_and_let-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/resource_interface/bindings-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/align-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/binding-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/builtins-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/entry_point-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/group-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/group_and_binding-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/interpolate-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/invariant-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/layout_constraints-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/locations-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/pipeline_stage-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/size-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/shader_io/workgroup_size-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/break-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/break_if-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/compound-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/const_assert-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/continue-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/continuing-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/discard-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/for-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/if-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/increment_decrement-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/loop-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/phony-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/return-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/statement_behavior-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/switch-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/statement/while-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/shader/validation/static_assert/static_assert-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/alias-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/array-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/atomics-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/enumerant-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/matrix-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/pointer-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/ref-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/struct-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/textures-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/types/vector-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/shader/validation/uniformity/uniformity-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/canvas/getCurrentTexture-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/canvas/readbackFromWebGPUCanvas-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/web_platform/copyToTexture/ImageData-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/copyToTexture/canvas-expected.txt
    A LayoutTests/http/tests/webgpu/webgpu/web_platform/copyToTexture/image-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/copyToTexture/video-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/external_texture/video-expected.txt
    M LayoutTests/http/tests/webgpu/webgpu/web_platform/worker/worker-expected.txt
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebGPU/WebGPU/ShaderModule.mm

  Log Message:
  -----------
  [WebGPU] Mark all WebGPU CTS tests non-skipped in EWS
https://bugs.webkit.org/show_bug.cgi?id=274809
<radar://128908864>

Reviewed by Dan Glastonbury.

There are zero known crashes in the tests, but some of them timeout.

Run them on EWS to see which ones are stable enough to mark [ Pass ],
so we don't create flaky test failures for the ones which happen to pass
locally and on this run of EWS.

Reland with dataLogLn removed

* LayoutTests/platform/mac-wk2/TestExpectations:

Canonical link: https://commits.webkit.org/279487@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list