From 14ad84d2eadeea09449fe57f05a44b670dca327a Mon Sep 17 00:00:00 2001 From: "dglazkov@chromium.org" Date: Thu, 27 Aug 2009 16:49:37 +0000 Subject: Move Page cache-related tests into the WONTFIX section up at the top TBR=dimich BUG=19635 TEST=none Review URL: http://codereview.chromium.org/173573 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24609 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/test_expectations.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0ff2d74..91c993b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -117,6 +117,13 @@ WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL +// Page Cache - based tests. Chromium disables page cache because the WebKit page cache keeps previously +// loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons. +// Chromium wants those to be separate navigations made via browser process to be able to make decision +// on which renderer process to use for each of them. +WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT FAIL +WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL + // ----------------------------------------------------------------- // FAILING TESTS // ----------------------------------------------------------------- @@ -2769,13 +2776,6 @@ BUG19655 : LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener- BUG_JPARENT LINUX MAC: LayoutTests/fast/history/back-forward-is-asynchronous.html = TIMEOUT BUG_JPARENT LINUX DEBUG : LayoutTests/fast/multicol/columns-shorthand-parsing.html = CRASH -// Page Cache - based tests. Chromium disables page cache because the WebKit page cache keeps previously -// loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons. -// Chromium wants those to be separate navigations made via browser process to be able to make decision -// on which renderer process to use for each of them. -WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT FAIL -WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL - // WebKit roll r47417:47528 BUG19766 WIN LINUX : LayoutTests/fast/block/basic/quirk-percent-height-table-cell.html = FAIL BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL -- cgit v1.1