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

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

  Log Message:
  -----------
  NEW TEST (279267@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to