diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 00:15:40 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 00:15:40 +0000 |
commit | 5e7f6db03fa38582b990a4ec4d5a6d520565c468 (patch) | |
tree | 20d2894ca684e77205de354cec61e3792be77a22 | |
parent | db4fe4cd35d8bb3bd9a6a85c09100482e6cd1047 (diff) | |
download | chromium_src-5e7f6db03fa38582b990a4ec4d5a6d520565c468.zip chromium_src-5e7f6db03fa38582b990a4ec4d5a6d520565c468.tar.gz chromium_src-5e7f6db03fa38582b990a4ec4d5a6d520565c468.tar.bz2 |
Moves some navigation tests to the ignore list as we never intend to
pass them. These fail because of differences in how the test shell
navigation controller tracks navigations as compared to how the Mac
implementation does it.
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/21110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9287 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 8 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index c3a2db5..15372ae 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1709,14 +1709,6 @@ WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL LINUX WIN : LayoutTests/fast/forms/textarea-scroll-height.html = FAIL LINUX WIN : chrome/fast/forms/textarea-metrics.html = FAIL -// Merge 40314:40364 -// The following tests still fail with the WebHistory implementation. -LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL -LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAIL -LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL -LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = FAIL -LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL - // Merge 40314:40364 -- new tests // See comment above LayoutTests/editing/spelling/inline_spelling_markers.html // for why this is disabled. diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 7bcddde..f2e8fb1 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -179,6 +179,15 @@ LayoutTests/fast/js/removing-Cf-characters.html = FAIL SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL +// The following tests fail because of difference in how the test shell +// navigation controller tracks navigations as compared to how the Mac +// implementation does it. +LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL +LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAIL +LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL +LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = FAIL +LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- |