Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ca20a1a521bd02c6b5af09167535ee8add17d3e2
      
https://github.com/WebKit/WebKit/commit/ca20a1a521bd02c6b5af09167535ee8add17d3e2
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2025-10-17 (Fri, 17 Oct 2025)

  Changed paths:
    M Source/WebGPU/WebGPU/CommandEncoder.h
    M Source/WebGPU/WebGPU/CommandEncoder.swift

  Log Message:
  -----------
  [WebGPU Swift] 3 text failures running layout tests
https://bugs.webkit.org/show_bug.cgi?id=300914
rdar://162795913

Reviewed by Tadeu Zagallo.

Fix the last of the remaining CTS failures with WebGPU Swift.

This was just a printing format difference. Missing '' and also
we printed 'Optional()' by using String(describing: ) so use
a different mechanism in Swift to avoid that.

Also remove the helper member function which is not needed since the
C++ member function never returns a nil NSString.

* Source/WebGPU/WebGPU/CommandEncoder.h:
(WebGPU::CommandEncoder::getEncoderState):
(WebGPU::CommandEncoder::encoderStateNameWrapper): Deleted.
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.validateFinishError):

Canonical link: https://commits.webkit.org/301739@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