<?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>153503</bug_id>
          
          <creation_ts>2016-01-26 12:37:07 -0800</creation_ts>
          <short_desc>http/tests/appcache/404-resource-with-slow-main-resource.php is flaky</short_desc>
          <delta_ts>2020-02-14 22:31:43 -0800</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>iPhone / iPad</rep_platform>
          <op_sys>iOS 9.0</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=147520</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>
          
          <blocked>152130</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
    
    <cc>ap</cc>
    
    <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>jlewis3</cc>
    
    <cc>lforschler</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1158934</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-01-26 12:37:07 -0800</bug_when>
    <thetext>[iOS Simulator] http/tests/appcache/404-resource-with-slow-main-resource.php is flaky

The first failure according to the flakiness dashboard was r195567, and it has been flaky since:
&lt;https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/builds/2563&gt;

&lt;http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=http%2Ftests%2Fappcache%2F404-resource-with-slow-main-resource.php&gt;

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/appcache/404-resource-with-slow-main-resource-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/http/tests/appcache/404-resource-with-slow-main-resource-actual.txt
@@ -1,3 +1,2 @@
-CONSOLE MESSAGE: Application Cache update failed, because http://127.0.0.1:8000/appcache/resources/does-not-exist.txt could not be fetched.
 This tests that a manifest that contains a missing file will not crash the browser even if the main resource keeps loading after the error occurs.
 SUCCESS</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1161015</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-02-01 13:52:50 -0800</bug_when>
    <thetext>Marked as flaky on ios-simulator-wk2 with &lt;https://trac.webkit.org/r195978&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1309866</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-17 15:24:11 -0700</bug_when>
    <thetext>*** Bug 172241 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1309869</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-17 15:27:07 -0700</bug_when>
    <thetext>This kind of failure is well understood, and we may have older bugs tracking flakiness on other appcache tests.

Due to the async nature of appcache, we can&apos;t guarantee that expected failures occur while the test is still running. We will need to add synchronization support in WebCore for appcache tests to be reliable.

&lt;rdar://problem/32256665&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1309891</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-05-17 16:17:06 -0700</bug_when>
    <thetext>Marked as flaky on mac-wk1 in http://trac.webkit.org/projects/webkit/changeset/217007</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1401447</commentid>
    <comment_count>5</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2018-02-22 10:11:19 -0800</bug_when>
    <thetext>This has now begun to flake on all platforms but now has a different diff:

--- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/appcache/404-resource-with-slow-main-resource-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/appcache/404-resource-with-slow-main-resource-actual.txt
@@ -1,4 +1,3 @@
 CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
-CONSOLE MESSAGE: Application Cache update failed, because http://127.0.0.1:8000/appcache/resources/does-not-exist.txt could not be fetched.
 This tests that a manifest that contains a missing file will not crash the browser even if the main resource keeps loading after the error occurs.
 SUCCESS

https://build.webkit.org/results/Apple%20High%20Sierra%20Release%20WK2%20(Tests)/r228919%20(3084)/results.html
https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20WK2%20(Tests)/builds/3084</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1401448</commentid>
    <comment_count>6</comment_count>
    <who name="Matt Lewis">jlewis3</who>
    <bug_when>2018-02-22 10:22:54 -0800</bug_when>
    <thetext>Updated expectations in https://trac.webkit.org/changeset/228921/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1619365</commentid>
    <comment_count>7</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2020-02-14 22:31:43 -0800</bug_when>
    <thetext>*** Bug 207792 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>