[webkit-changes] [WebKit/WebKit] 34fbb9: NEW TEST (279267 at main): [ MacOS iOS Debug ] TestWe...

Wenson Hsieh noreply at github.com
Wed May 29 14:46:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 34fbb92a4327f71b18e359e11a89a114427f320e
      https://github.com/WebKit/WebKit/commit/34fbb92a4327f71b18e359e11a89a114427f320e
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-05-29 (Wed, 29 May 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKit/AdvancedPrivacyProtections.mm

  Log Message:
  -----------
  NEW TEST (279267 at main): [ MacOS iOS Debug ] TestWebKitAPI.AdvancedPrivacyProtections.NoiseInjectionForOffscreenCanvasInSharedWorker is a consistent crash
https://bugs.webkit.org/show_bug.cgi?id=274786
rdar://128876237

Reviewed by Abrar Rahman Protyasha and Chris Dumez.

`sharedWorkerBytes()` currently attempts to create an `ASCIILiteral` from a multiline string literal
that contains the �� emoji; this results in a debug assertion (as expected). Fix this by simply
using `String::fromUTF8` instead.

* Tools/TestWebKitAPI/Tests/WebKit/AdvancedPrivacyProtections.mm:
(TestWebKitAPI::(AdvancedPrivacyProtections, NoiseInjectionForOffscreenCanvasInSharedWorker)): Deleted.

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