Title: [111302] trunk/LayoutTests
Revision
111302
Author
[email protected]
Date
2012-03-19 19:01:43 -0700 (Mon, 19 Mar 2012)

Log Message

fast/harness/page-cache-crash-on-data-urls.html and fast/harness/use-page-cache.html fail on
Lion Intel Debug WebKit2 testers.
https://bugs.webkit.org/show_bug.cgi?id=81616

Skip the flakey one and add expected failing results for the other.

* platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Added.
* platform/wk2/Skipped:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111301 => 111302)


--- trunk/LayoutTests/ChangeLog	2012-03-20 02:00:23 UTC (rev 111301)
+++ trunk/LayoutTests/ChangeLog	2012-03-20 02:01:43 UTC (rev 111302)
@@ -1,3 +1,14 @@
+2012-03-19  Jessie Berlin  <[email protected]>
+
+        fast/harness/page-cache-crash-on-data-urls.html and fast/harness/use-page-cache.html fail on
+        Lion Intel Debug WebKit2 testers.
+        https://bugs.webkit.org/show_bug.cgi?id=81616
+
+        Skip the flakey one and add expected failing results for the other.
+
+        * platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Added.
+        * platform/wk2/Skipped:
+
 2012-03-19  Tim Horton  <[email protected]>
 
         [WK2] Support layoutTestController.dumpProgressFinishedCallback() in WKTR

Added: trunk/LayoutTests/platform/mac-wk2/fast/harness/use-page-cache-expected.txt (0 => 111302)


--- trunk/LayoutTests/platform/mac-wk2/fast/harness/use-page-cache-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-wk2/fast/harness/use-page-cache-expected.txt	2012-03-20 02:01:43 UTC (rev 111302)
@@ -0,0 +1,8 @@
+This test uses layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1); to enable back-forward WebKit page cache for the duration of the test. The test enables cache, navigates to page-1, then to page-2 and then does history.back() to page-1. On navigation back to page-1, test verifies that previously-initialized timer continues to fire and onload is not called again. If test fails it hangs or outputs 'FAIL' below.
+
+open page-1
+page-1, about to navigate to page-2.
+page-2, about to go back to page-1
+FAIL: Multiple onload calls on page-1.
+page-1, about to navigate to page-2.
+

Modified: trunk/LayoutTests/platform/wk2/Skipped (111301 => 111302)


--- trunk/LayoutTests/platform/wk2/Skipped	2012-03-20 02:00:23 UTC (rev 111301)
+++ trunk/LayoutTests/platform/wk2/Skipped	2012-03-20 02:01:43 UTC (rev 111302)
@@ -1345,6 +1345,10 @@
 # https://bugs.webkit.org/show_bug.cgi?id=81609
 fast/loader/window-properties-restored-from-page-cache.html
 
+# Flakey on Lion WK2 debug.
+# https://bugs.webkit.org/show_bug.cgi?id=81616
+fast/harness/page-cache-crash-on-data-urls.html
+
 ### END OF (3) Unclassified failures
 ########################################
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to