diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 07:19:58 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 07:19:58 +0000 |
commit | 768d1ea7b3350dbb7cf53663489e9808b01b30e6 (patch) | |
tree | 1a601e0b24c4b04d6dda74f6a0424e8d8fdca2bd | |
parent | ed26d948be84443236a8a165ac2a3ccf63c2e02a (diff) | |
download | chromium_src-768d1ea7b3350dbb7cf53663489e9808b01b30e6.zip chromium_src-768d1ea7b3350dbb7cf53663489e9808b01b30e6.tar.gz chromium_src-768d1ea7b3350dbb7cf53663489e9808b01b30e6.tar.bz2 |
Marking SKIP the test that depends on page cache for now as it won't
pass until we implement page cache in chrome.
See also: http://code.google.com/p/chromium/issues/detail?id=2879
BUG=20341
TEST=none
Patch by kinuko@g
Original review: http://codereview.chromium.org/378008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31424 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 5907f17..62bdf6b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2856,8 +2856,9 @@ BUG23468 WIN LINUX MAC : LayoutTests/svg/batik/text/xmlSpace.svg = IMAGE BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL -// WebKit 47719:47732. New test. Time out on all 3 platforms. -BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT TEXT +// Time out on all 3 platforms. We need page cache to fix it - marking SKIP +// for now as we haven't decided to implement page cache or not. +BUG20341 SKIP : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT TEXT // WebKit 47777:47790 - getOwnPropertyDescriptor BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL |