diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 21:51:17 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 21:51:17 +0000 |
commit | a5e8520604d0e5bbdaa14d54b134c216dfcb866e (patch) | |
tree | 936d77cfe39ea7e6b8323fd7dc9121c7feeb0802 /webkit | |
parent | 885362ca4a5a6df6d2625e9db7807d07ab225804 (diff) | |
download | chromium_src-a5e8520604d0e5bbdaa14d54b134c216dfcb866e.zip chromium_src-a5e8520604d0e5bbdaa14d54b134c216dfcb866e.tar.gz chromium_src-a5e8520604d0e5bbdaa14d54b134c216dfcb866e.tar.bz2 |
Update test_expectations for some flaky tests
BUG=none
TEST=none
TBR=markus
Review URL: http://codereview.chromium.org/341003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9e31215..89dc4df 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2249,9 +2249,11 @@ BUG23557 MAC : LayoutTests/fast/text/text-letter-spacing.html = IMAGE // Failing on the bots but not locally; need investigation BUG23560 MAC : LayoutTests/fast/images/animated-svg-as-image.html = FAIL PASS -BUG23560 MAC : LayoutTests/fast/overflow/003.xml = IMAGE BUG23560 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg = FAIL +// This begin crashing some of the time after Webkit merge to r49997 +BUG23560 MAC : LayoutTests/fast/overflow/003.xml = IMAGE + // ----------------------------------------------------------------- // END MAC PORT TESTS // ----------------------------------------------------------------- @@ -2552,7 +2554,7 @@ BUG9798 WIN DEBUG : LayoutTests/fast/lists/inlineBoxWrapperNullCheck.html = FAIL // Was flaky. Became a consistent failure. BUG9798 WIN SLOW : LayoutTests/fast/replaced/border-radius-clip.html = FAIL -BUG9798 MAC RELEASE : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT PASS +BUG9798 MAC WIN : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT PASS BUG9798 LINUX DEBUG : LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS BUG9798 LINUX MAC : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT PASS @@ -3083,8 +3085,6 @@ BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FAI BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL -// WebKit update 48883:48904 - // WebKit update 48937:48947 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow.html = CRASH @@ -3250,8 +3250,9 @@ BUG25880 WIN LINUX : LayoutTests/editing/style/remove-nested-inline-styles.html BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = TIMEOUT // WebKit roll 50101:50158 -BUG_JORLOW : LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer.html = FAIL -BUG_JORLOW : LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL +BUG_JORLOW : LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html = FAIL +BUG_JORLOW : LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer.html = FAIL CRASH +BUG_JORLOW : LayoutTests/fast/css/getComputedStyle/computed-style.html = FAIL CRASH BUG_JORLOW RELEASE LINUX WIN : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL // More fallout from the above roll. @@ -3305,5 +3306,5 @@ BUG_JORLOW WIN : LayoutTests/fast/parser/remove-node-stack.html = CRASH // The following should be uncommented when the next line is no longer needed. // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS -BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtml = CRASH PASS +BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtml = CRASH FAIL PASS |