diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 19:41:36 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-26 19:41:36 +0000 |
commit | 5c2ca31bdc63fbadc5887bc87cb86cab8b5be893 (patch) | |
tree | ee082ae4d8968b0d538338734bb998fcd479f45e | |
parent | 3ff131af56de3a4a44e19bc74833f9f4ee2aa61c (diff) | |
download | chromium_src-5c2ca31bdc63fbadc5887bc87cb86cab8b5be893.zip chromium_src-5c2ca31bdc63fbadc5887bc87cb86cab8b5be893.tar.gz chromium_src-5c2ca31bdc63fbadc5887bc87cb86cab8b5be893.tar.bz2 |
With ERROR and FATAL errors now printing to stderr, some layout tests are breaking. Add those to the fixable list.
BUG=1343647
BUG=1344760
BUG=1345328
BUG=1345343
BUG=1345349
BUG=1345351
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1395 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 605113e..ac3bde3 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -28,6 +28,17 @@ V8 # pending/svg/carto.net/window.svg = PASS | FAIL V8 # LayoutTests/fast/text/midword-break-hang.html = PASS | FAIL V8 # LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = PASS | FAIL +// Bug: 1345328 +V8 # LayoutTests/fast/block/basic/minheight.html = FAIL +V8 # LayoutTests/fast/dom/Window/new-window-opener.html = FAIL +V8 # LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL +V8 # LayoutTests/fast/forms/textarea-setvalue-submit.html = FAIL +V8 # LayoutTests/fast/loader/onunload-form-submit-crash.html = FAIL +V8 # LayoutTests/fast/text/basic/generic-family-reset.html = FAIL +V8 # LayoutTests/http/tests/navigation/lockedhistory-iframe.html = FAIL +V8 # LayoutTests/svg/W3C-SVG-1.1/animate-elem-20-t.svg = FAIL +V8 # LayoutTests/svg/custom/frame-getSVGDocument.html = FAIL +V8 # LayoutTests/tables/mozilla/marvin/backgr_index.html = FAIL // ----------------------------------------------------------------- // HANGING TESTS @@ -745,3 +756,9 @@ V8 # LayoutTests/fast/js/const.html = FAIL // Also the way to trigger GC is not reliable, that's why sometimes it is // passing and sometimes not. V8 # LayoutTests/fast/dom/gc-2.html = FAIL | PASS + +// Bug: 1344760 +V8 | KJS # LayoutTests/http/tests/navigation/redirect302-basic.html = FAIL | PASS +V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback1.html = FAIL | PASS +V8 | KJS # LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL | PASS + |