<?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>197207</bug_id>
          
          <creation_ts>2019-04-23 12:36:22 -0700</creation_ts>
          <short_desc>REGRESSION: (r244182) Layout Test http/wpt/resource-timing/rt-resources-per-frame.html is failing</short_desc>
          <delta_ts>2019-06-03 18:38:40 -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>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=177484</see_also>
          <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="Truitt Savell">tsavell</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lforschler</cc>
    
    <cc>rniwa</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>sabouhallawa</cc>
    
    <cc>sroberts</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1529687</commentid>
    <comment_count>0</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2019-04-23 12:36:22 -0700</bug_when>
    <thetext>The following layout test is failing on Mac

http/wpt/resource-timing/rt-resources-per-frame.html

Probable cause:

This failure started with 244182. I was able to confirm locally with:

run-webkit-tests --root debug-244182 http/wpt/resource-timing/rt-resources-per-frame.html --iterations 1000 -f --debug

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=http%2Fwpt%2Fresource-timing%2Frt-resources-per-frame.html

Diff:
--- /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/http/wpt/resource-timing/rt-resources-per-frame-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/http/wpt/resource-timing/rt-resources-per-frame-actual.txt
@@ -1,7 +1,6 @@
 Resource Timing: Entries per Frame
 
 
-PASS main frame resources differ from other frames 
-PASS iframe1 resources differ from other frames 
-PASS iframe2 resources differ from other frames 
+Harness Error (TIMEOUT), message = null
+</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1529689</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-04-23 12:37:15 -0700</bug_when>
    <thetext>&lt;rdar://problem/50140085&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1529910</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2019-04-23 21:10:25 -0700</bug_when>
    <thetext>That&apos;s very strange. This test is nothing to do with rAF...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1530409</commentid>
    <comment_count>3</comment_count>
    <who name="Shawn Roberts">sroberts</who>
    <bug_when>2019-04-25 10:08:18 -0700</bug_when>
    <thetext>Was able to reproduce in iOS Simulator in r244182, but not r244181.

Marked flaky in https://trac.webkit.org/changeset/244650/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1530469</commentid>
    <comment_count>4</comment_count>
    <who name="Said Abou-Hallawa">sabouhallawa</who>
    <bug_when>2019-04-25 11:56:55 -0700</bug_when>
    <thetext>(In reply to Ryosuke Niwa from comment #2)
&gt; That&apos;s very strange. This test is nothing to do with rAF...

The test load three resources through the windows of the main and the two sub-frames. But it has to wait before requesting the load. Do you know why we have to:

   wait(); // Ensure a DOMHighResTimeStamp change.

before making the load request?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1532179</commentid>
    <comment_count>5</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2019-05-01 18:40:42 -0700</bug_when>
    <thetext>(In reply to Said Abou-Hallawa from comment #4)
&gt; (In reply to Ryosuke Niwa from comment #2)
&gt; &gt; That&apos;s very strange. This test is nothing to do with rAF...
&gt; 
&gt; The test load three resources through the windows of the main and the two
&gt; sub-frames. But it has to wait before requesting the load. Do you know why
&gt; we have to:
&gt; 
&gt;    wait(); // Ensure a DOMHighResTimeStamp change.
&gt; 
&gt; before making the load request?

We want to make sure performance.now() changes because the test depends on performance.now value being different beyond that point.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1541424</commentid>
    <comment_count>6</comment_count>
    <who name="Said Abou-Hallawa">sabouhallawa</who>
    <bug_when>2019-06-03 18:38:40 -0700</bug_when>
    <thetext>Flakiness dashboard shows that the test has been passing for the last week and half. With the trunk WebKit I can&apos;t reproduce the test flakiness.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>