Bug 170410

Summary: REGRESSION: fast/images/animated-gif-webkit-transform.html is flaky
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: ImagesAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, ggaren, jonlee, kling, koivisto, ryanhaddad, sabouhallawa, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=170203
Attachments:
Description Flags
Patch none

Alexey Proskuryakov
Reported 2017-04-03 12:48:45 PDT
fast/images/animated-gif-webkit-transform.html has become flaky on multiple bots recently (2017-03-28). @@ -3,7 +3,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS isFirstImagePaused() is false +FAIL isFirstImagePaused() should be false. Was true. PASS isSecondImagePaused() became true PASS isFirstImagePaused() is false Translating images left so that first image is no longer visible, but second image is.
Attachments
Patch (3.10 KB, patch)
2017-06-08 11:10 PDT, Chris Dumez
no flags
Radar WebKit Bug Importer
Comment 1 2017-04-03 12:52:09 PDT
Ryan Haddad
Comment 3 2017-04-04 10:53:22 PDT
Ryan Haddad
Comment 4 2017-06-08 10:54:47 PDT
According to the flakiness dashboard, this test is no longer flaky.
Chris Dumez
Comment 5 2017-06-08 10:59:24 PDT
I can reproduce with: Tools/Scripts/run-webkit-tests --repeat-each=200 fast/images/animated-gif-webkit-transform.html -gf --child-processes=10 (Need to update TestExpections first as the test has been marked as flaky) Result: --- /Volumes/Data/cdumez/WebKit/OpenSource/WebKitBuild/Release/layout-test-results/fast/images/animated-gif-webkit-transform-expected.txt +++ /Volumes/Data/cdumez/WebKit/OpenSource/WebKitBuild/Release/layout-test-results/fast/images/animated-gif-webkit-transform-actual.txt @@ -3,7 +3,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS isFirstImagePaused() is false +FAIL isFirstImagePaused() should be false. Was true. PASS isSecondImagePaused() became true PASS isFirstImagePaused() is false Translating images left so that first image is no longer visible, but second image is.
Chris Dumez
Comment 6 2017-06-08 11:02:37 PDT
I have a fix. Will upload after lunch.
Chris Dumez
Comment 7 2017-06-08 11:10:22 PDT
Chris Dumez
Comment 8 2017-06-08 15:12:36 PDT
Comment on attachment 312324 [details] Patch Clearing flags on attachment: 312324 Committed r217950: <http://trac.webkit.org/changeset/217950>
Chris Dumez
Comment 9 2017-06-08 15:12:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.