diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:35:04 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:35:04 +0000 |
commit | e688331d8e7086a71a55033a3ad14cc8b018799b (patch) | |
tree | 7ce73f8542b26b4698a7c3ffcdf87a279ec1382d | |
parent | 885918b05a97c69e13e3c604e3ae7ab3a4b829ff (diff) | |
download | chromium_src-e688331d8e7086a71a55033a3ad14cc8b018799b.zip chromium_src-e688331d8e7086a71a55033a3ad14cc8b018799b.tar.gz chromium_src-e688331d8e7086a71a55033a3ad14cc8b018799b.tar.bz2 |
Skip a test that causes the harness to hang in debug mode.
TBR=ojan
BUG=4317
TEST=covered by layout tests (debug)
Review URL: http://codereview.chromium.org/10611
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5218 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index effe958..e50f5b7 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -155,7 +155,6 @@ V8 # LayoutTests/http/tests/misc/acid2-pixel.html = PASS V8 # LayoutTests/http/tests/misc/acid2.html = PASS V8 # LayoutTests/http/tests/misc/isindex-formdata.html = PASS V8 # LayoutTests/http/tests/misc/object-image-error-with-onload.html = PASS -V8 # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = PASS V8 # LayoutTests/http/tests/misc/post-submit-button.html = PASS V8 # LayoutTests/http/tests/misc/redirect-to-about-blank.html = PASS V8 # LayoutTests/http/tests/misc/window-dot-stop.html = PASS @@ -1054,7 +1053,10 @@ V8 # LayoutTests/fast/css/font-face-multiple-faces.html = FAIL V8 # LayoutTests/fast/backgrounds/svg-as-background-6.html = PASS | FAIL // Post-merge Debug only Crashes -V8 # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH | PASS +// This test also produces an unending stream of blank lines on stderr, +// which makes it hang the test harness. +V8 # SKIP : LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH | PASS + // One of these svg tests sometimes crash in debug mode. It seems to only // happen when all the dynamic-updates tests are run together. V8 # LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html = CRASH | PASS |