[webkit-changes] [WebKit/WebKit] d9f105: REGRESSION (262146 at main): TestWGSL.WGSLASTDumperTe...

Tadeu Zagallo noreply at github.com
Tue Mar 28 10:09:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d9f105bb73af2ccf3a0a3d5325913aba08347cbd
      https://github.com/WebKit/WebKit/commit/d9f105bb73af2ccf3a0a3d5325913aba08347cbd
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WGSL/ASTStringDumperTests.cpp

  Log Message:
  -----------
  REGRESSION (262146 at main): TestWGSL.WGSLASTDumperTests.dumpTriangleVert is failing
https://bugs.webkit.org/show_bug.cgi?id=254596
rdar://107320480

Unreviewed, simple test fix.

The test relies on the serialization of the AST, and I changed the serialization of
vector types from `VecN` to `vecN`. Just update the test to reflect the change.

* Tools/TestWebKitAPI/Tests/WGSL/ASTStringDumperTests.cpp:
(TestWGSLAPI::TEST):

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




More information about the webkit-changes mailing list