Title: [288051] trunk/LayoutTests
Revision
288051
Author
[email protected]
Date
2022-01-14 20:16:24 -0800 (Fri, 14 Jan 2022)

Log Message

[macOS WK1] fast/canvas/large-getImageData.html is consistently failing
https://bugs.webkit.org/show_bug.cgi?id=235169

Unreviewed.

This test gets very close to the canvas memory limit. Because
JSC has no guarantees about when objects are collected, this test
has to be run in its own process, which means it requires WK2 and
<!-- webkit-test-runner [ runSingly=true ] -->.

* TestExpectations:
* platform/wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (288050 => 288051)


--- trunk/LayoutTests/ChangeLog	2022-01-15 03:14:39 UTC (rev 288050)
+++ trunk/LayoutTests/ChangeLog	2022-01-15 04:16:24 UTC (rev 288051)
@@ -1,3 +1,18 @@
+2022-01-13  Myles C. Maxfield  <[email protected]>
+
+        [macOS WK1] fast/canvas/large-getImageData.html is consistently failing
+        https://bugs.webkit.org/show_bug.cgi?id=235169
+
+        Unreviewed.
+
+        This test gets very close to the canvas memory limit. Because
+        JSC has no guarantees about when objects are collected, this test
+        has to be run in its own process, which means it requires WK2 and
+        <!-- webkit-test-runner [ runSingly=true ] -->.
+
+        * TestExpectations:
+        * platform/wk2/TestExpectations:
+
 2022-01-14  Jer Noble  <[email protected]>
 
         [Cocoa] rVFC() isn't called for initial video load

Modified: trunk/LayoutTests/TestExpectations (288050 => 288051)


--- trunk/LayoutTests/TestExpectations	2022-01-15 03:14:39 UTC (rev 288050)
+++ trunk/LayoutTests/TestExpectations	2022-01-15 04:16:24 UTC (rev 288051)
@@ -5291,3 +5291,6 @@
 imported/blink/plugins [ Skip ]
 js/dom/reflect-set-onto-dom.html [ Skip ]
 userscripts/user-script-plugin-document.html [ Skip ]
+
+# This is marked as passing on WK2.
+fast/canvas/large-getImageData.html [ Skip ]

Modified: trunk/LayoutTests/platform/wk2/TestExpectations (288050 => 288051)


--- trunk/LayoutTests/platform/wk2/TestExpectations	2022-01-15 03:14:39 UTC (rev 288050)
+++ trunk/LayoutTests/platform/wk2/TestExpectations	2022-01-15 04:16:24 UTC (rev 288051)
@@ -860,3 +860,4 @@
 imported/w3c/web-platform-tests/file-system-access/ [ Pass ]
 storage/filesystemaccess/ [ Pass ]
 
+fast/canvas/large-getImageData.html [ Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to