<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>172001</bug_id>
          
          <creation_ts>2017-05-11 16:42:27 -0700</creation_ts>
          <short_desc>[iOS Simulator] Flaky failure scrollingcoordinator/ios/sync-layer-positions-after-scroll.html</short_desc>
          <delta_ts>2020-04-06 21:13:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Matt Lewis">jlewis3</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>simon.fraser</cc>
    
    <cc>sroberts</cc>
    
    <cc>thorton</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1307587</commentid>
    <comment_count>0</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2017-05-11 16:42:27 -0700</bug_when>
    <thetext>The test scrollingcoordinator/ios/sync-layer-positions-after-scroll.html is a flaky failure.

The last touch on this test was https://trac.webkit.org/changeset/212459/webkit

history
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=scrollingcoordinator%2Fios%2Fsync-layer-positions-after-scroll.html
build
https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/1365
https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/r216695%20(1365)/results.html

Diff
--- /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt
+++ /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/scrollingcoordinator/ios/sync-layer-positions-after-scroll-actual.txt
@@ -1,4 +1,4 @@
-visibleRectAfterScroll: {&quot;left&quot;:0,&quot;top&quot;:190,&quot;width&quot;:320,&quot;height&quot;:548}
+visibleRectAfterScroll: {&quot;left&quot;:0,&quot;top&quot;:0,&quot;width&quot;:320,&quot;height&quot;:548}
 (GraphicsLayer
   (anchor 0.00 0.00)
   (bounds 1308.00 2021.00)
@@ -9,7 +9,6 @@
       (children 1
         (GraphicsLayer
           (position 12.00 10.00)
-          (approximate position 12.00 200.00)
           (bounds 100.00 100.00)
           (contentsOpaque 1)
         )</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1308519</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-14 13:28:26 -0700</bug_when>
    <thetext>This looks like the test is outright failing. Tim, Simon, should this be investigated soon?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1545370</commentid>
    <comment_count>2</comment_count>
    <who name="Shawn Roberts">sroberts</who>
    <bug_when>2019-06-17 13:09:12 -0700</bug_when>
    <thetext>Test is still a flaky failure on iOS Simulator Release and Debug

Verified locally with :

run-webkit-tests scrollingcoordinator/ios/sync-layer-positions-after-scroll.html --ios-simulator --iter 100 -f --ios-simulator

about a 40% failure rate. The diff is different than listed in this bug originally. 

Diff:

--- /Users/shawnroberts/Desktop/builds/ios246499/layout-test-results/scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt
+++ /Users/shawnroberts/Desktop/builds/ios246499/layout-test-results/scrollingcoordinator/ios/sync-layer-positions-after-scroll-actual.txt
@@ -9,7 +9,7 @@
       (children 1
         (GraphicsLayer
           (position 12.00 10.00)
-          (approximate position 12.00 200.00)
+          (approximate position 12.00 166.50)
           (bounds 100.00 100.00)
           (contentsOpaque 1)
         )</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1545371</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-06-17 13:09:28 -0700</bug_when>
    <thetext>&lt;rdar://problem/51817513&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1545373</commentid>
    <comment_count>4</comment_count>
    <who name="Shawn Roberts">sroberts</who>
    <bug_when>2019-06-17 13:14:26 -0700</bug_when>
    <thetext>Marked flaky in https://trac.webkit.org/changeset/246511/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1638442</commentid>
    <comment_count>5</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-04-06 21:11:42 -0700</bug_when>
    <thetext>New results history link: https://results.webkit.org/?suite=layout-tests&amp;test=scrollingcoordinator%2Fios%2Fsync-layer-positions-after-scroll.html

This test is consistently failing for iPadOS simulator and a flaky failure on iOS simulator.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1638443</commentid>
    <comment_count>6</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-04-06 21:13:31 -0700</bug_when>
    <thetext>The test fails multiple times per day on iOS simulator test runs.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>