[webkit-changes] [WebKit/WebKit] 58a709: [WGSL] Fix failing tests after 266633 at main

Tadeu Zagallo noreply at github.com
Tue Aug 15 00:53:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 58a7098b60208c1ed69e6949a1d5984e829ad127
      https://github.com/WebKit/WebKit/commit/58a7098b60208c1ed69e6949a1d5984e829ad127
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M Source/WebGPU/WGSL/tests/valid/overload.wgsl
    M Source/WebGPU/WGSL/tests/valid/scope.wgsl

  Log Message:
  -----------
  [WGSL] Fix failing tests after 266633 at main
https://bugs.webkit.org/show_bug.cgi?id=260135
rdar://113843736

Reviewed by Dan Glastonbury.

In 266633 at main we made the parsing of variable declarations a little stricter,
which caused some tests to (correctly) fail. This patch makes the minimal changes
to get these tests passing again.

* Source/WebGPU/WGSL/tests/valid/overload.wgsl:
* Source/WebGPU/WGSL/tests/valid/scope.wgsl:

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




More information about the webkit-changes mailing list