Bug 214324

Summary: Test landed flaky: [ iOS ] fast/visual-viewport/scroll-event-fired-during-scroll-alone.html is a flakey failure
Product: WebKit Reporter: Hector Lopez <hector_i_lopez>
Component: New BugsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, graouts, graouts, rackler, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Hector Lopez 2020-07-14 14:49:58 PDT
fast/visual-viewport/scroll-event-fired-during-scroll-alone.html 

This test has been failing since introduction.

History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fvisual-viewport%2Fscroll-event-fired-during-scroll-alone.html

Diff:
--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/visual-viewport/scroll-event-fired-during-scroll-alone-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/visual-viewport/scroll-event-fired-during-scroll-alone-actual.txt
@@ -1,3 +1,3 @@
 
-PASS Verify that a scroll event gets fired on window.visualViewport when its offset changes but not after the scroll has completed. 
+FAIL Verify that a scroll event gets fired on window.visualViewport when its offset changes but not after the scroll has completed. assert_equals: There were no additional scroll events after scrolling. expected 3 but got 2
Comment 1 Radar WebKit Bug Importer 2020-07-14 14:50:39 PDT
<rdar://problem/65566127>
Comment 2 Alexey Proskuryakov 2020-07-14 22:33:23 PDT
Test was landed in http://trac.webkit.org/r263858.
Comment 3 Karl Rackler 2020-07-24 10:30:56 PDT
I have marked these tests as failing while this issue is investigated.
https://trac.webkit.org/changeset/264841/webkit
Comment 4 Antoine Quint 2020-07-27 08:56:08 PDT
Created attachment 405280 [details]
Patch
Comment 5 EWS 2020-07-27 09:35:25 PDT
Committed r264926: <https://trac.webkit.org/changeset/264926>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405280 [details].
Comment 6 Aakash Jain 2020-07-27 13:07:00 PDT
(In reply to EWS from comment #5)
> Committed r264926: <https://trac.webkit.org/changeset/264926>
This test is now consistently failing on mac-debug-wk1, as also indicated by EWS.
Comment 7 Ryan Haddad 2020-07-27 13:11:32 PDT
Reverted r264926 for reason:

Test is failing on macOS Debug WK1 bots

Committed r264940: <https://trac.webkit.org/changeset/264940>
Comment 8 Antoine Quint 2020-07-27 22:57:05 PDT
Created attachment 405342 [details]
Patch for landing
Comment 9 EWS 2020-07-27 23:18:55 PDT
Committed r264964: <https://trac.webkit.org/changeset/264964>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405342 [details].