Title: [280418] trunk/LayoutTests
Revision
280418
Author
mmaxfi...@apple.com
Date
2021-07-29 01:32:16 -0700 (Thu, 29 Jul 2021)

Log Message

☂️ [GPU Process] Defer removal of resources in the GPU Process until we've executed all display list items which reference them
https://bugs.webkit.org/show_bug.cgi?id=228216
<rdar://problem/80473805>

Reviewed by Wenson Hsieh.

All the code changes have landed. Mark the tests as passing again.

* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (280417 => 280418)


--- trunk/LayoutTests/ChangeLog	2021-07-29 05:30:34 UTC (rev 280417)
+++ trunk/LayoutTests/ChangeLog	2021-07-29 08:32:16 UTC (rev 280418)
@@ -1,3 +1,16 @@
+2021-07-29  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        ☂️ [GPU Process] Defer removal of resources in the GPU Process until we've executed all display list items which reference them
+        https://bugs.webkit.org/show_bug.cgi?id=228216
+        <rdar://problem/80473805>
+
+        Reviewed by Wenson Hsieh.
+
+        All the code changes have landed. Mark the tests as passing again.
+
+        * platform/ios-wk2/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+
 2021-07-28  Jean-Yves Avenard  <j...@apple.com>
 
         [WebAudio] Add webm/opus container support

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (280417 => 280418)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-07-29 05:30:34 UTC (rev 280417)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2021-07-29 08:32:16 UTC (rev 280418)
@@ -1981,14 +1981,10 @@
 
 webkit.org/b/227273 fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html [ Pass Timeout DumpJSConsoleLogInStdErr ]
 
-webkit.org/b/227881 fast/canvas/canvas-overloads-strokeText.html [ Pass Crash ]
-
 webkit.org/b/226598 animations/leak-document-with-css-animation.html [ Pass Failure ]
 
 webkit.org/b/227931 imported/w3c/web-platform-tests/css/conditional/idlharness.html [ Pass Failure ]
 
-webkit.org/b/227890 fast/canvas/canvas-path-addPath.html [ Pass Timeout ]
-
 webkit.org/b/228082 fast/canvas/canvas-overloads-setShadow.html [ Pass Timeout ]
 
 webkit.org/b/228114 imported/w3c/web-platform-tests/fetch/content-type/script.window.html [ Pass Failure ]
@@ -2004,4 +2000,4 @@
 webkit.org/b/226789 imported/w3c/web-platform-tests/webstorage/event_case_sensitive.html [ Pass Failure ]
 
 webkit.org/b/228327 [ Release ] imported/w3c/web-platform-tests/worklets/audio-worklet-service-worker-interception.https.html [ Pass Failure ]
-webkit.org/b/228327 [ Release ] imported/w3c/web-platform-tests/worklets/paint-worklet-service-worker-interception.https.html [ Pass Failure ]
\ No newline at end of file
+webkit.org/b/228327 [ Release ] imported/w3c/web-platform-tests/worklets/paint-worklet-service-worker-interception.https.html [ Pass Failure ]

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (280417 => 280418)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-07-29 05:30:34 UTC (rev 280417)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2021-07-29 08:32:16 UTC (rev 280418)
@@ -1575,20 +1575,6 @@
 
 webkit.org/b/227874 [ Release ] fullscreen/full-screen-remove-children.html [ Pass Crash ]
 
-# webkit.org/b/227881 Multiple tests failing, timing out or crashing:
-fast/canvas/canvas-overloads-strokeText.html [ Pass Crash ]
-fast/canvas/canvas-path-addPath.html [ Pass Timeout ]
-fast/canvas/canvas-overloads-setShadow.html [ Pass Timeout ]
-inspector/canvas/requestClientNodes-css.html [ Pass Timeout ]
-inspector/canvas/recording-webgl-snapshots.html [ Pass Failure ]
-inspector/canvas/recording-2d-memoryLimit.html [ Pass Crash ]
-inspector/canvas/recording-2d-full.html [ Pass Crash ]
-inspector/canvas/recording-bitmaprenderer-full.html [ Pass Failure Timeout ]
-inspector/canvas/recording-bitmaprenderer-frameCount.html [ Pass Failure Timeout ]
-inspector/canvas/recording-bitmaprenderer-memoryLimit.html [ Skip ]
-inspector/canvas/updateShader-webgpu.html [ Pass Failure ]
-inspector/canvas/recording-html-2d.html [ Pass Failure Timeout Crash ]
-
 webkit.org/b/228082 fast/canvas/getPutImageDataPairTest.html [ Pass Timeout ]
 
 webkit.org/b/228030 inspector/canvas/setShaderProgramHighlighted.html [ Pass Failure Timeout ]
@@ -1618,4 +1604,4 @@
 [ Monterey ] imported/w3c/web-platform-tests/service-workers/service-worker/import-scripts-cross-origin.https.html [ Failure ]
 [ Monterey ] model-element/model-element-source.html [ Pass Crash ]
 [ Monterey Release ] platform/mac-wk2/plugins/asychronous-deadlock-with-timer-and-evaluate.html [ Pass Crash ]
-[ Monterey Release ] media/media-fragments/TC0004.html [ Pass Timeout ]
\ No newline at end of file
+[ Monterey Release ] media/media-fragments/TC0004.html [ Pass Timeout ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to