Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a34fd9fade1fc5f2de8097a8418ca66be3a57501
      
https://github.com/WebKit/WebKit/commit/a34fd9fade1fc5f2de8097a8418ca66be3a57501
  Author: Tadeu Zagallo <[email protected]>
  Date:   2024-05-27 (Mon, 27 May 2024)

  Changed paths:
    A 
LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/constructor/non_zero-expected.txt
    M Source/WebGPU/WGSL/GlobalVariableRewriter.cpp

  Log Message:
  -----------
  [WGSL] shader,execution,expression,constructor,non_zero:* is still failing
https://bugs.webkit.org/show_bug.cgi?id=274600
rdar://128624933

Reviewed by Mike Wyrzykowski.

I fixed the tests in 278991@main, but didn't update the expectations as it 
required
updating the CTS tests first, and the tests got broken before I could update it.
The fix was fairly simple, we just weren't generating the PackedVec3 struct for 
a
couple tests that needed it, which was fixed by changing where we detect that we
need to generate the struct.

* 
LayoutTests/http/tests/webgpu/webgpu/shader/execution/expression/constructor/non_zero-expected.txt:
 Added.
* Source/WebGPU/WGSL/GlobalVariableRewriter.cpp:
(WGSL::RewriteGlobalVariables::pack):
(WGSL::RewriteGlobalVariables::packArrayResource):
(WGSL::RewriteGlobalVariables::packArrayType):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to