[webkit-changes] [WebKit/WebKit] c1bff1: [WGSL] Fix incorrect for-loop test

Tadeu Zagallo noreply at github.com
Tue Sep 19 20:39:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c1bff169885a3bb012031b5e53744a5c65a0c143
      https://github.com/WebKit/WebKit/commit/c1bff169885a3bb012031b5e53744a5c65a0c143
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

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

  Log Message:
  -----------
  [WGSL] Fix incorrect for-loop test
https://bugs.webkit.org/show_bug.cgi?id=261758
rdar://115735593

Reviewed by Dan Glastonbury.

This is a small follow-up from 268078 at main: I fixed the for-loop scoping, but
missed that a test that was relying on the incorrect behavior started failing.

* Source/WebGPU/WGSL/tests/valid/for.wgsl:

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




More information about the webkit-changes mailing list