diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 16:49:37 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 16:49:37 +0000 |
commit | 14ad84d2eadeea09449fe57f05a44b670dca327a (patch) | |
tree | 33cf84803198db38e947e8b418681c5e88eede41 | |
parent | 2bd6ca1c42b1c5f3dfe1734a49c697adc22246f6 (diff) | |
download | chromium_src-14ad84d2eadeea09449fe57f05a44b670dca327a.zip chromium_src-14ad84d2eadeea09449fe57f05a44b670dca327a.tar.gz chromium_src-14ad84d2eadeea09449fe57f05a44b670dca327a.tar.bz2 |
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
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 14 |
1 files 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 |