Title: [274016] trunk/LayoutTests
Revision
274016
Author
commit-qu...@webkit.org
Date
2021-03-05 16:02:38 -0800 (Fri, 05 Mar 2021)

Log Message

Change test to not ASSERT in Debug
https://bugs.webkit.org/show_bug.cgi?id=221442

Patch by Rob Buis <rb...@igalia.com> on 2021-03-05
Reviewed by Ryosuke Niwa.

Change test to not ASSERT in Debug.

* ipc/pasteboard-write-custom-data.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (274015 => 274016)


--- trunk/LayoutTests/ChangeLog	2021-03-05 23:49:36 UTC (rev 274015)
+++ trunk/LayoutTests/ChangeLog	2021-03-06 00:02:38 UTC (rev 274016)
@@ -1,3 +1,14 @@
+2021-03-05  Rob Buis  <rb...@igalia.com>
+
+        Change test to not ASSERT in Debug
+        https://bugs.webkit.org/show_bug.cgi?id=221442
+
+        Reviewed by Ryosuke Niwa.
+
+        Change test to not ASSERT in Debug.
+
+        * ipc/pasteboard-write-custom-data.html:
+
 2021-03-05  Devin Rousso  <drou...@apple.com>
 
         [Payment Request] if `requestShipping: false` then we should not show any `PaymentShippingOption` in the Apple Pay sheet

Modified: trunk/LayoutTests/ipc/pasteboard-write-custom-data.html (274015 => 274016)


--- trunk/LayoutTests/ipc/pasteboard-write-custom-data.html	2021-03-05 23:49:36 UTC (rev 274015)
+++ trunk/LayoutTests/ipc/pasteboard-write-custom-data.html	2021-03-06 00:02:38 UTC (rev 274016)
@@ -6,6 +6,6 @@
     testRunner.dumpAsText();
 if (window.IPC) {
     buf = new Uint8Array([0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x
 0,0x0,0x0,0x0,0x0,0x9,]);
-    IPC.sendMessage('UI', IPC.webPageProxyID, IPC.messages.WebPasteboardProxy_WriteCustomData.name, [buf]);
+    IPC.sendMessage('UI', 0, IPC.messages.WebPasteboardProxy_WriteCustomData.name, [buf]);
 }
 </script>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to