Title: [94436] trunk/LayoutTests
Revision
94436
Author
[email protected]
Date
2011-09-02 11:35:18 -0700 (Fri, 02 Sep 2011)

Log Message

        Flaky Test: http/tests/appcache/origin-usage.html
        https://bugs.webkit.org/show_bug.cgi?id=60928

        Reviewed by Joseph Pecoraro.

        Not sure if it was actually flaky anywhere, but it's failing for me on Lion consistently.

        * http/tests/appcache/origin-usage-expected.txt:
        * http/tests/appcache/origin-usage.html:
        Increase the range for success. It's OK because data is added in larger chunks anyway.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94435 => 94436)


--- trunk/LayoutTests/ChangeLog	2011-09-02 18:17:26 UTC (rev 94435)
+++ trunk/LayoutTests/ChangeLog	2011-09-02 18:35:18 UTC (rev 94436)
@@ -1,3 +1,16 @@
+2011-09-02  Alexey Proskuryakov  <[email protected]>
+
+        Flaky Test: http/tests/appcache/origin-usage.html
+        https://bugs.webkit.org/show_bug.cgi?id=60928
+
+        Reviewed by Joseph Pecoraro.
+
+        Not sure if it was actually flaky anywhere, but it's failing for me on Lion consistently.
+
+        * http/tests/appcache/origin-usage-expected.txt:
+        * http/tests/appcache/origin-usage.html:
+        Increase the range for success. It's OK because data is added in larger chunks anyway.
+
 2011-09-02  Anders Carlsson  <[email protected]>
 
         The private browsing state isn't saved when it changes

Modified: trunk/LayoutTests/http/tests/appcache/origin-usage-expected.txt (94435 => 94436)


--- trunk/LayoutTests/http/tests/appcache/origin-usage-expected.txt	2011-09-02 18:17:26 UTC (rev 94435)
+++ trunk/LayoutTests/http/tests/appcache/origin-usage-expected.txt	2011-09-02 18:35:18 UTC (rev 94436)
@@ -4,7 +4,7 @@
 PASS - cached iframe-1
 Usage for http://127.0.0.1:8000 after first frame is between 15000 and 16000 bytes: true
 PASS - cached iframe-2
-Usage for http://127.0.0.1:8000 after second frame is between 30000 and 31000 bytes: true
+Usage for http://127.0.0.1:8000 after second frame is between 30000 and 32000 bytes: true
 Removing Application Cache for http://127.0.0.1:8000
 Usage for http://127.0.0.1:8000: 0
 

Modified: trunk/LayoutTests/http/tests/appcache/origin-usage.html (94435 => 94436)


--- trunk/LayoutTests/http/tests/appcache/origin-usage.html	2011-09-02 18:17:26 UTC (rev 94435)
+++ trunk/LayoutTests/http/tests/appcache/origin-usage.html	2011-09-02 18:35:18 UTC (rev 94436)
@@ -52,7 +52,7 @@
     addIFrameWithContinuation("resources/origin-usage-iframe-2.html", function(event) {
         log(event.data);
         var usage = layoutTestController.applicationCacheDiskUsageForOrigin(drtURL);
-        log("Usage for " + drtURL + " after second frame is between 30000 and 31000 bytes: " + ((usage > 30000) && (usage < 31000)));
+        log("Usage for " + drtURL + " after second frame is between 30000 and 32000 bytes: " + ((usage > 30000) && (usage < 32000)));
 
         log("Removing Application Cache for " + drtURL);
         layoutTestController.clearApplicationCacheForOrigin(drtURL);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to