[webkit-changes] [WebKit/WebKit] d447a9: [iOS] AdaptiveImageGlyph.CopyRTF API test is a con...

Aditya Keerthi noreply at github.com
Wed Feb 12 12:54:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d447a9917113fc75c7aa57a9dd37aa6d9724f016
      https://github.com/WebKit/WebKit/commit/d447a9917113fc75c7aa57a9dd37aa6d9724f016
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/AdaptiveImageGlyph.mm

  Log Message:
  -----------
  [iOS] AdaptiveImageGlyph.CopyRTF API test is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=287571
rdar://144639763

Reviewed by Richard Robinson and Wenson Hsieh.

Similar to the tests fixed in 277655 at main, AdaptiveImageGlyph.CopyRTF is failing
because nsattributedstringagent, which gets launched by TestWebKitAPI, loads locally
built WebKit. But then the launched WebContent process, networking process, does
not use the local build.

Fix the tests by enabling WriteRichTextDataWhenCopyingOrDragging to trigger the legacy
behavior.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/AdaptiveImageGlyph.mm:
(TestWebKitAPI::TEST(AdaptiveImageGlyph, CopyRTF)):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list