Title: [100458] trunk/LayoutTests
Revision
100458
Author
stevebl...@google.com
Date
2011-11-16 08:55:19 -0800 (Wed, 16 Nov 2011)

Log Message

Web Inspector: Application cache status should be updated after swapCache().
https://bugs.webkit.org/show_bug.cgi?id=72123

Patch by Vsevolod Vlasov <vse...@chromium.org> on 2011-11-16
Reviewed by Pavel Feldman.

* http/tests/inspector/appcache/appcache-iframe-manifests-expected.txt: Added.
* http/tests/inspector/appcache/appcache-iframe-manifests.html: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-iframe-manifests.html.
* http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file-expected.txt.
* http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file.html.
* http/tests/inspector/appcache/appcache-swap-expected.txt: Added.
* http/tests/inspector/appcache/appcache-swap.html: Added.
* http/tests/inspector/appcache/appcache-test.js: Renamed from LayoutTests/http/tests/inspector/resource-tree/appcache-test.js.
(createAndNavigateIFrame):
(removeIFrame):
(navigateIFrame):
(swapFrameCache):
(initialize_ApplicationCacheTest.InspectorTest.createAndNavigateIFrame.frameNavigated):
(initialize_ApplicationCacheTest.InspectorTest.createAndNavigateIFrame):
(initialize_ApplicationCacheTest.InspectorTest.navigateIFrame.frameNavigated):
(initialize_ApplicationCacheTest.InspectorTest.navigateIFrame):
(initialize_ApplicationCacheTest.InspectorTest.removeIFrame.frameDetached):
(initialize_ApplicationCacheTest.InspectorTest.removeIFrame):
(initialize_ApplicationCacheTest.InspectorTest.swapFrameCache):
(initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCache):
(initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheTree):
(initialize_ApplicationCacheTest.InspectorTest.frameIdToString):
(initialize_ApplicationCacheTest.InspectorTest.applicationCacheStatusToString):
(initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel.compareFunc):
(initialize_ApplicationCacheTest.InspectorTest.dumpApplicationCacheModel):
(initialize_ApplicationCacheTest.InspectorTest.waitForFrameManifestURLAndStatus):
(initialize_ApplicationCacheTest.InspectorTest.startApplicationCacheStatusesRecording):
(initialize_ApplicationCacheTest.InspectorTest.ensureFrameStatusEventsReceived):
(initialize_ApplicationCacheTest):
* http/tests/inspector/appcache/resources/manifest.php: Renamed from LayoutTests/http/tests/inspector/resource-tree/resources/manifest.php.
* http/tests/inspector/appcache/resources/page-with-manifest.php: Renamed from LayoutTests/http/tests/inspector/resource-tree/resources/page-with-manifest.php.
* http/tests/inspector/appcache/resources/versioned-manifest.php: Added.
* http/tests/inspector/appcache/resources/with-versioned-manifest.php: Added.
* http/tests/inspector/resource-tree/appcache-iframe-manifests-expected.txt: Removed.
* platform/chromium/http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt: Added.
* platform/chromium/http/tests/inspector/resource-tree/appcache-iframe-manifests-expected.txt: Removed.
* platform/chromium/http/tests/inspector/resource-tree/appcache-manifest-with-non-existing-file-expected.txt: Removed.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (100457 => 100458)


--- trunk/LayoutTests/ChangeLog	2011-11-16 16:50:18 UTC (rev 100457)
+++ trunk/LayoutTests/ChangeLog	2011-11-16 16:55:19 UTC (rev 100458)
@@ -74,6 +74,15 @@
 
 2011-11-16  Steve Block  <stevebl...@google.com>
 
+        LayoutTest animations/animation-direction-normal.html fails on Chromium dbg bots
+        https://bugs.webkit.org/show_bug.cgi?id=72485
+
+        Unreviewed gardening
+
+        * platform/chromium/test_expectations.txt:
+
+2011-11-16  Steve Block  <stevebl...@google.com>
+
         Layout Test inspector/styles/svg-style.xhtml is flaky
         https://bugs.webkit.org/show_bug.cgi?id=72434
 

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (100457 => 100458)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-16 16:50:18 UTC (rev 100457)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-16 16:55:19 UTC (rev 100458)
@@ -3912,6 +3912,7 @@
 BUGWK72434 : inspector/styles/svg-style.xhtml = PASS TEXT TIMEOUT
 
 BUGWK72485 DEBUG : animations/animation-direction-normal.html = TEXT PASS
+BUGWK72485 LEOPARD DEBUG CPU-CG GPU-CG : animations/play-state-paused.html = TEXT PASS
 
 BUGWK72487 MAC : compositing/layers-inside-overflow-scroll.html = IMAGE
 BUGWK72487 MAC : compositing/overflow/overflow-compositing-descendant.html = IMAGE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to