Bug 207124 - [ macOS wk1 ] compositing/backing/animate-into-view.html is flaky timing out
Summary: [ macOS wk1 ] compositing/backing/animate-into-view.html is flaky timing out
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Compositing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-03 09:07 PST by Jacob Uphoff
Modified: 2020-05-14 12:04 PDT (History)
3 users (show)

See Also:


Attachments
Update Test Expectations (1.49 KB, patch)
2020-02-03 09:11 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-02-03 09:07:28 PST
compositing/backing/animate-into-view.html

This test has been flaky timing out for all visible history on Mojave and Catalina wk1

I ran the test in iterations x5000 and got 5 time outs, so it looks like it can be reproduced by simply running in iterations

History:

https://results.webkit.org/?suite=layout-tests&test=compositing%2Fbacking%2Fanimate-into-view.html&limit=50000

Diff:

--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/compositing/backing/animate-into-view-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/compositing/backing/animate-into-view-actual.txt
@@ -1,24 +1,3 @@
+FAIL: Timed out waiting for notifyDone to be called
 T
-(GraphicsLayer
-  (anchor 0.00 0.00)
-  (bounds 912.00 585.00)
-  (backingStoreAttached 1)
-  (children 1
-    (GraphicsLayer
-      (bounds 912.00 585.00)
-      (contentsOpaque 1)
-      (backingStoreAttached 1)
-      (children 1
-        (GraphicsLayer
-          (position 503.00 26.00)
-          (anchor 0.50 0.52)
-          (bounds 10.00 31.00)
-          (drawsContent 1)
-          (backingStoreAttached 1)
-          (transform [1.50 -0.00 0.00 0.00] [0.00 0.50 0.00 0.00] [0.00 0.00 1.00 0.00] [-565.25 7.75 0.00 1.00])
-        )
-      )
-    )
-  )
-)
-
+Layer tree goes here in DRT
Comment 1 Jacob Uphoff 2020-02-03 09:11:26 PST
Created attachment 389524 [details]
Update Test Expectations
Comment 2 Radar WebKit Bug Importer 2020-02-03 09:12:43 PST
<rdar://problem/59112303>
Comment 3 Truitt Savell 2020-02-03 09:21:34 PST
Comment on attachment 389524 [details]
Update Test Expectations

Clearing flags on attachment: 389524

Committed r255568: <https://trac.webkit.org/changeset/255568>
Comment 4 Ryan Haddad 2020-05-14 12:04:51 PDT
The test is passing now. Removed expectation in r261702.