diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 00:10:56 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 00:10:56 +0000 |
commit | 0f52c980c49e14e2dc62bf12d99490a2505cfa9a (patch) | |
tree | d6f2ea86fd7a5ea7ac57c480f76f7551f40315a9 /webkit | |
parent | 7be4f1214403bd8627fd561e83a4ea6e34dddcd6 (diff) | |
download | chromium_src-0f52c980c49e14e2dc62bf12d99490a2505cfa9a.zip chromium_src-0f52c980c49e14e2dc62bf12d99490a2505cfa9a.tar.gz chromium_src-0f52c980c49e14e2dc62bf12d99490a2505cfa9a.tar.bz2 |
Revise the webkit test list for 3 flaky tets on Linux.
Mark LayoutTests/tables/mozilla/bugs/45621.html as 'FAIL PASS CRASH' on Linux
Mark LayoutTests/fast/body-propagation/overflow/004.html as 'FAIL PASS' on all platforms
Mark LayoutTests/http/tests/cache/subresource-expiration.html as 'CRASH PASS' whether it's an opt or a debug build.
BUG=9798,9797,14752
TBR=dglazkov
TEST=Above 3 tests do now show up as failures on Linux webkit bots
Review URL: http://codereview.chromium.org/147120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1c07f97..0a9b9d9 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2141,7 +2141,7 @@ BUG9798 LINUX : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL BUG9798 LINUX : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = FAIL PASS BUG9798 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS BUG9798 LINUX : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS -BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/45621.html = FAIL PASS +BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/45621.html = FAIL PASS CRASH BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/bug137388-1.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/interrupted-all-transition.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS @@ -2218,7 +2218,7 @@ BUG9798 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/state-after-network- BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH PASS BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS -BUG9797 MAC WIN : LayoutTests/fast/body-propagation/overflow/004.html = FAIL PASS +BUG9797 : LayoutTests/fast/body-propagation/overflow/004.html = FAIL PASS BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS BUG9797 : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL PASS @@ -2735,7 +2735,7 @@ BUG14771 WIN LINUX : LayoutTests/svg/batik/filters/feTile.svg = FAIL BUG14771 WIN LINUX : LayoutTests/svg/filters/feTile.svg = FAIL // Need investigation: test shell crashers. -BUG14752 LINUX DEBUG: LayoutTests/http/tests/cache/subresource-expiration.html = CRASH PASS +BUG14752 LINUX : LayoutTests/http/tests/cache/subresource-expiration.html = CRASH PASS BUG14751 LINUX DEBUG: LayoutTests/css2.1/atrule_longest_match.html = CRASH PASS BUG14767 LINUX : LayoutTests/dom/html/level1/core/documentgetdoctypenodtd.html = CRASH PASS |