Title: [90870] trunk
Revision
90870
Author
[email protected]
Date
2011-07-12 17:05:52 -0700 (Tue, 12 Jul 2011)

Log Message

Unreviewed. Skipping a few tests which fail due to differing output
in recent ApplicationCache quota tests.

Reenabling the tests is tracked by <http://webkit.org/b/64410>.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90869 => 90870)


--- trunk/LayoutTests/ChangeLog	2011-07-13 00:04:01 UTC (rev 90869)
+++ trunk/LayoutTests/ChangeLog	2011-07-13 00:05:52 UTC (rev 90870)
@@ -1,3 +1,11 @@
+2011-07-12  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed. Skipping a few tests which fail due to differing output
+        in recent ApplicationCache quota tests. Reenabling the tests is
+        tracked by <http://webkit.org/b/64410>.
+
+        * platform/qt/Skipped:
+
 2011-07-12  Kenichi Ishibashi  <[email protected]>
 
         [Chromium] SVG text is not rendered sometimes with geometricPrecision

Modified: trunk/LayoutTests/platform/qt/Skipped (90869 => 90870)


--- trunk/LayoutTests/platform/qt/Skipped	2011-07-13 00:04:01 UTC (rev 90869)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-07-13 00:05:52 UTC (rev 90870)
@@ -2187,6 +2187,12 @@
 # LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
 http/tests/appcache/origin-usage.html
 
+# ApplicationCache Quota Output Differs for Qt Tests
+# https://bugs.webkit.org/show_bug.cgi?id=64410
+http/tests/appcache/origin-quota-continued-download-multiple-manifests.html
+http/tests/appcache/origin-quota-continued-download.html
+http/tests/appcache/origin-quota.html
+
 # Needs rebaseline
 fast/dom/HTMLMeterElement/meter-element.html
 fast/dom/HTMLMeterElement/meter-boundary-values.html

Modified: trunk/Tools/ChangeLog (90869 => 90870)


--- trunk/Tools/ChangeLog	2011-07-13 00:04:01 UTC (rev 90869)
+++ trunk/Tools/ChangeLog	2011-07-13 00:05:52 UTC (rev 90870)
@@ -1,3 +1,13 @@
+2011-07-12  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed. Skipping a few tests which fail due to differing output
+        in recent ApplicationCache quota tests. Reenabling the tests is
+        tracked by <http://webkit.org/b/64410>.
+
+        * DumpRenderTree/qt/DumpRenderTreeQt.cpp:
+        (WebCore::DumpRenderTree::dumpApplicationCacheQuota): This should
+        have been a space, not a newline.
+
 2011-07-12  Adam Barth  <[email protected]>
 
         garden-o-matic should display regression ranges

Modified: trunk/Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp (90869 => 90870)


--- trunk/Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp	2011-07-13 00:04:01 UTC (rev 90869)
+++ trunk/Tools/DumpRenderTree/qt/DumpRenderTreeQt.cpp	2011-07-13 00:05:52 UTC (rev 90870)
@@ -1044,7 +1044,7 @@
     if (!m_controller->shouldDumpApplicationCacheDelegateCallbacks())
         return;
 
-    printf("UI DELEGATE APPLICATION CACHE CALLBACK: exceededApplicationCacheOriginQuotaForSecurityOrigin:{%s, %s, %i}\n totalSpaceNeeded:%llu",
+    printf("UI DELEGATE APPLICATION CACHE CALLBACK: exceededApplicationCacheOriginQuotaForSecurityOrigin:{%s, %s, %i} totalSpaceNeeded:%llu",
            origin->scheme().toUtf8().data(),
            origin->host().toUtf8().data(),
            origin->port(),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to