diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 05:09:28 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 05:09:28 +0000 |
commit | 06cd86bc36ed16105e6903130d08de5e5c8c7bf0 (patch) | |
tree | eed50f4c94275274b2909f6d5657b8ef90a5c40b | |
parent | 3ae915b9d66b4fe701831653ff4c3929702e51f5 (diff) | |
download | chromium_src-06cd86bc36ed16105e6903130d08de5e5c8c7bf0.zip chromium_src-06cd86bc36ed16105e6903130d08de5e5c8c7bf0.tar.gz chromium_src-06cd86bc36ed16105e6903130d08de5e5c8c7bf0.tar.bz2 |
Mark globalhistory tests as WONTFIX.
Our history implementation is completely external to WebKit.
TBR=japhet
TEST=none
BUG=23748
BUG=24768
Review URL: http://codereview.chromium.org/281010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29249 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 55193ac..222fdb2a 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -429,6 +429,10 @@ WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat // security model is different from it. BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL +// Our implementation of global history is completely different, and +// these tests are irrelevant. +BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL + // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- @@ -3075,11 +3079,6 @@ BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-doc-context.html = FAIL BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL -// WebKit update 48904:48927 -// These seem to have some missing text; not sure if it's actual failure or not. -BUG23748 : LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redirect.html = FAIL -BUG23748 : LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-redirect.html = FAIL - // WebKit update 48937:48947 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow.html = CRASH @@ -3136,9 +3135,6 @@ BUG24142 LINUX : LayoutTests/fast/css/large-number-round-trip.html = FAIL // Flaky failure BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html = PASS FAIL -// New test requires new test_shell hook. -BUG24768 : LayoutTests/http/tests/globalhistory/history-delegate-basic-title.html = FAIL - BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS TIMEOUT @@ -3146,7 +3142,6 @@ BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PA BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE // WebKit roll 49321:49372 -BUG24454 : LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html = FAIL BUG_HCLAM WIN LINUX : LayoutTests/svg/carto.net/selectionlist.svg = CRASH BUG_HCLAM MAC SLOW : LayoutTests/svg/carto.net/scrollbar.svg = CRASH |