diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 19:29:53 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 19:29:53 +0000 |
commit | d5437f7c09fe2b0d4c545cbb1d678e061f431067 (patch) | |
tree | 7af49fd1fe43821433b26d362ccf3aae2e97a5d2 | |
parent | f34d588eafb45ad5f39ac0d1e09d297a10a3029a (diff) | |
download | chromium_src-d5437f7c09fe2b0d4c545cbb1d678e061f431067.zip chromium_src-d5437f7c09fe2b0d4c545cbb1d678e061f431067.tar.gz chromium_src-d5437f7c09fe2b0d4c545cbb1d678e061f431067.tar.bz2 |
These websocket tests have been very flaky on windows (25% failures) since they were added. Mark as so in test_expectations.
BUG=29944,29943
TEST=none
Review URL: http://codereview.chromium.org/486016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34265 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 37e43ce..3294c42 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3075,6 +3075,7 @@ BUG29393 : LayoutTests/fast/loader/stateobjects/pushstate-then-replacestate.html BUG29393 : LayoutTests/fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html = TIMEOUT BUG29393 : LayoutTests/fast/loader/stateobjects/replacestate-then-pushstate.html = TIMEOUT BUG29653 : LayoutTests/accessibility/aria-scrollbar-role.html = TEXT +BUG29944 WIN : LayoutTests/websocket/tests/unicode.html = TEXT PASS // Failures introduced by USE_NEW_BUILDER in Skia. @@ -3085,6 +3086,7 @@ BUG_AJWONG : LayoutTests/fast/js/string-property-deletion.html = TEXT BUG_AJWONG : LayoutTests/svg/carto.net/selectionlist.svg = IMAGE PASS BUG_AJWONG WIN : chrome/fast/forms/basic-selects.html = IMAGE BUG_AJWONG WIN :LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = IMAGE+TEXT PASS +BUG29943 WIN : LayoutTests/websocket/tests/send.html = TEXT PASS // Failures from Webkit merger 51724 -> 51772 BUG_AJWONG: LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html = TEXT @@ -3655,3 +3657,4 @@ BUG_MICHAELN : LayoutTests/websocket/tests/bad-sub-protocol.html = TEXT // WebKit Roll to r51915 BUG29928 : LayoutTests/websocket/tests/sub-protocol-with-space.html = TEXT BUG29930 : LayoutTests/fast/loader/input-element-page-cache-crash.html = TIMEOUT + |