imported/w3c/web-platform-tests/web-animations/timing-model/animations/pausing-an-animation.html This test started flaky failing around r255875 the test fails on wk1 debug I was able to reproduce it with iteration test runs. In 5000 tests it failed 378 times. History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fweb-animations%2Ftiming-model%2Fanimations%2Fpausing-an-animation.html&limit=50000 Diff: --- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/animations/pausing-an-animation-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/animations/pausing-an-animation-actual.txt @@ -1,6 +1,4 @@ CONSOLE MESSAGE: Unhandled Promise Rejection: AbortError: The operation was aborted. - -Harness Error (FAIL), message = Unhandled rejection: The operation was aborted. PASS Pausing clears the start time PASS Aborting a pause preserves the start time
<rdar://problem/59355382>
Set test expectations here: https://trac.webkit.org/changeset/256324/webkit
Created attachment 393245 [details] Patch
Created attachment 393246 [details] Patch
https://github.com/web-platform-tests/wpt/pull/22190
Comment on attachment 393246 [details] Patch Where is the patch back to WPT? Otherwise these will just get overridden in the next import.
(In reply to Dean Jackson from comment #6) > Comment on attachment 393246 [details] > Patch > > Where is the patch back to WPT? Otherwise these will just get overridden in > the next import. See the previous comment.
Committed r258276: <https://trac.webkit.org/changeset/258276>