diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:38:02 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:38:02 +0000 |
commit | df30311bb889ea4af276b609f53793dbb5d6d5d8 (patch) | |
tree | 3df8efc8722e374b13610cff89e32aa93839179d | |
parent | 4197e09bb7eed8a296567b86defa12ab7c937a6f (diff) | |
download | chromium_src-df30311bb889ea4af276b609f53793dbb5d6d5d8.zip chromium_src-df30311bb889ea4af276b609f53793dbb5d6d5d8.tar.gz chromium_src-df30311bb889ea4af276b609f53793dbb5d6d5d8.tar.bz2 |
Make Webkit (dbg)(1) expectations match reality.
This should help make red/orange more meaningful on the bot.
TEST=none
BUG=28040,24182
Review URL: http://codereview.chromium.org/782001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41101 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 956fbc6..fd45134 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -91,7 +91,7 @@ BUG24182 WIN RELEASE SLOW : http/tests/incremental/split-hex-entities.pl = PASS BUG24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS BUG24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/connection-error-sync.html = PASS BUG24182 WIN RELEASE SLOW : http/tests/loading/onload-vs-immediate-refresh.pl = PASS -BUG24182 SLOW WIN DEBUG : editing/selection/extend-selection.html = PASS +BUG24182 WIN LINUX SLOW : editing/selection/extend-selection.html = PASS BUG24182 SLOW WIN : fast/images/svg-as-background.html = PASS BUG24182 SLOW WIN : fast/backgrounds/svg-as-background-5.html = PASS BUG24182 SLOW DEBUG : svg/css/getComputedStyle-basic.xhtml = PASS @@ -99,6 +99,7 @@ BUG24182 WIN DEBUG SLOW: inspector/console-dirxml.html = PASS BUG24182 DEBUG SLOW : fast/dom/Window/window-function-frame-getter-precedence.html = PASS BUG24182 SLOW DEBUG : fast/frames/frame-limit.html = PASS BUG24182 SLOW : http/tests/cache/subresource-failover-to-network.html = PASS +BUG24182 WIN DEBUG : animations/play-state.html = PASS TEXT BUG24182 SLOW WIN : animations/play-state.html = PASS // Usually <1s in release, ~1s in debug, but occasionally >5s in release. @@ -2184,6 +2185,7 @@ BUG18116 : svg/custom/global-constructors.html = TEXT // Flaky. Timing? BUG18584 WIN DEBUG : animations/combo-transform-translate+scale.html = FAIL PASS BUG18584 LINUX : animations/combo-transform-translate+scale.html = FAIL PASS +BUG18584 WIN DEBUG : animations/change-one-anim.html = PASS TEXT // Flaky crashes BUG18656 MAC RELEASE : fast/dom/Window/window-lookup-precedence.html = FAIL @@ -2390,9 +2392,10 @@ BUG27849 : http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT // Failures from merge 51062:51075 BUG28034 MAC : http/tests/security/XFrameOptions/x-frame-options-deny.html = PASS FAIL -// TODO(michaeln): BUG29748 restore expectation to PASS FAIL after linux is rebaselined -// BUG28040 WIN LINUX DEBUG : fast/body-propagation/overflow/004.html = PASS FAIL -BUG28040 WIN LINUX DEBUG : fast/body-propagation/overflow/004.html = PASS FAIL IMAGE +BUG28040 WIN : fast/body-propagation/overflow/004.html = PASS IMAGE+TEXT +BUG28040 MAC DEBUG : fast/body-propagation/overflow/004.html = PASS IMAGE+TEXT + +BUG28040 WIN MAC DEBUG : fast/body-propagation/overflow/003-xhtml.xhtml = PASS IMAGE+TEXT BUG28092 WIN : http/tests/xmlhttprequest/redirect-cross-origin-post.html = PASS FAIL BUG28095 MAC : http/tests/cookies/simple-cookies-expired.html = PASS TIMEOUT |