diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 02:58:02 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 02:58:02 +0000 |
commit | 5a11b186d1cb81a76ba99f7de096b4189adcd5fa (patch) | |
tree | 59661600a8b9a26e4579a039fa8a3182b9bf0426 /webkit | |
parent | 280940b42b76cb03c49483e9a2e548566e7cb70a (diff) | |
download | chromium_src-5a11b186d1cb81a76ba99f7de096b4189adcd5fa.zip chromium_src-5a11b186d1cb81a76ba99f7de096b4189adcd5fa.tar.gz chromium_src-5a11b186d1cb81a76ba99f7de096b4189adcd5fa.tar.bz2 |
More test_expectations cleanup. Remove some tests that have been passing
consistently, and widen some rules to accomodate flaky tests.
BUG=13907,11898,23306
TEST=it ain't easy being green
TBR=dglazkov
Review URL: http://codereview.chromium.org/259040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c366d98..0546f55 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -726,7 +726,6 @@ BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL BUG13907 : LayoutTests/media/event-attributes.html = TIMEOUT BUG13907 : LayoutTests/media/controls-styling.html = FAIL BUG13907 : LayoutTests/media/video-seek-past-end-playing.html = FAIL -BUG13907 : LayoutTests/media/video-error-abort.html = FAIL // Image mismatch on mac only. This test appears to be flaky. BUG13907 MAC : LayoutTests/media/video-transformed.html = FAIL PASS @@ -2637,7 +2636,7 @@ BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL // Flaky Windows/Linux Tests -BUG11898 LINUX MAC DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS +BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TIMEOUT PASS BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS @@ -3022,8 +3021,6 @@ BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FA BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL -BUG23306 WIN DEBUG : LayoutTests/transitions/repeated-firing-background-color.html = TIMEOUT FAIL - // WebKit update 48883:48904 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html = FAIL BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context.html = FAIL @@ -3043,12 +3040,11 @@ BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow. // WebKit update 48976:48993 (48989 busted all these) BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer.html = FAIL BUG_ATWILSON WIN LINUX: LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL -BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL +BUG_ATWILSON WIN LINUX : LayoutTests/fast/css/text-rendering.html = FAIL BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL // This was happening previously - might be a flakey test? BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PASS BUG_ATWILSON MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL // WebKit update: 48994:49006 -BUG_ATWILSON LINUX : LayoutTests/animations/transform-origin-vs-functions.html = FAIL BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL |