Bug 207566 - [ macOS wk1 ] imported/w3c/web-platform-tests/web-animations/timing-model/animations/pausing-an-animation.html is flaky failing
Summary: [ macOS wk1 ] imported/w3c/web-platform-tests/web-animations/timing-model/ani...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-11 11:04 PST by Jacob Uphoff
Modified: 2020-03-11 13:09 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.73 KB, patch)
2020-03-11 08:44 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (4.21 KB, patch)
2020-03-11 08:51 PDT, Antoine Quint
dino: review+
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-11 11:04:20 PST
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
Comment 1 Radar WebKit Bug Importer 2020-02-11 11:04:52 PST
<rdar://problem/59355382>
Comment 2 Jacob Uphoff 2020-02-11 11:08:47 PST
Set test expectations here: https://trac.webkit.org/changeset/256324/webkit
Comment 3 Antoine Quint 2020-03-11 08:44:03 PDT
Created attachment 393245 [details]
Patch
Comment 4 Antoine Quint 2020-03-11 08:51:50 PDT
Created attachment 393246 [details]
Patch
Comment 5 Antoine Quint 2020-03-11 09:10:21 PDT
https://github.com/web-platform-tests/wpt/pull/22190
Comment 6 Dean Jackson 2020-03-11 12:24:15 PDT
Comment on attachment 393246 [details]
Patch

Where is the patch back to WPT? Otherwise these will just get overridden in the next import.
Comment 7 Antoine Quint 2020-03-11 13:05:12 PDT
(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.
Comment 8 Antoine Quint 2020-03-11 13:09:36 PDT
Committed r258276: <https://trac.webkit.org/changeset/258276>