Bug 196300

Summary: [ iOS Sim WK2 ] Layout Test fast/visual-viewport/ios/min-scale-greater-than-one.html is a flaky failure
Product: WebKit Reporter: Shawn Roberts <sroberts>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dino, jonlee, Lawrence.j, lforschler, ryanhaddad, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Shawn Roberts
Reported 2019-03-27 09:28:59 PDT
The following layout test is failing on iOS Simulator Release WK2 fast/visual-viewport/ios/min-scale-greater-than-one.html Probable cause: Test recently started showing up on the dashboard around r242531 as a flaky failure on iOS Sim Release. Is a very flaky failure on dashboard, when running test locally it fails 10 times in 60 iterations with 1 child process, unsure if it's because I'm running iterations, but I do get the same diff that is on the bots. I tested with several revisions from when it was made until current, but there appears to be a lot of code changes so I do not get consistent results. Reproduced with: run-webkit-tests fast/visual-viewport/ios/min-scale-greater-than-one.html --iterations 500 --child-process 1 --ios-simulator --exit-after-n-failures=10 --no-retry Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fvisual-viewport%2Fios%2Fmin-scale-greater-than-one.html Diff: --- /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/fast/visual-viewport/ios/min-scale-greater-than-one-expected.txt +++ /Volumes/Data/slave/ios-simulator-12-release-tests-wk2/build/layout-test-results/fast/visual-viewport/ios/min-scale-greater-than-one-actual.txt @@ -2,7 +2,6 @@ Scrolling to bottom PASS window.scrollY is expectedTop PASS Math.round(boundingClientRect.top) is expectedTop -Tap dispatched Target clicked PASS successfullyParsed is true
Attachments
Shawn Roberts
Comment 1 2019-03-27 09:29:24 PDT
Start with Simon for help since they created the test.
Radar WebKit Bug Importer
Comment 2 2019-03-27 09:29:57 PDT
Shawn Roberts
Comment 3 2019-03-27 09:38:18 PDT
Simon Fraser (smfr)
Comment 4 2019-03-27 09:39:40 PDT
Dean, did fast tap break this?
Jon Lee
Comment 5 2019-03-28 09:53:07 PDT
Can we combine this with 196236?
Shawn Roberts
Comment 6 2019-03-28 10:05:30 PDT
(In reply to Jon Lee from comment #5) > Can we combine this with 196236? I was hesitant because the generally flakiness of the test is addressed here, while the consistency of the Debug failures were isolated to a different revision. I can if it makes it easier for tracking however?
Ryan Haddad
Comment 7 2019-05-03 11:46:26 PDT
I'm going to go ahead and dupe this since the diff is the same. *** This bug has been marked as a duplicate of bug 196236 ***
Jason Lawrence
Comment 8 2020-02-12 15:27:47 PST
This issue is still occurring, see the diff below. https://build.webkit.org/results/Apple%20iPadOS%2013%20Simulator%20Release%20WK2%20(Tests)/r256466%20(2139)/fast/visual-viewport/ios/min-scale-greater-than-one-diff.txt @@ -2,7 +2,6 @@ Scrolling to bottom PASS window.scrollY is expectedTop PASS Math.round(boundingClientRect.top) is expectedTop -Tap dispatched Target clicked PASS successfullyParsed is true I have marked this test as failing while this is investigated further. https://trac.webkit.org/changeset/256486/webkit
Note You need to log in before you can comment on or make changes to this bug.