diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 16:57:26 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 16:57:26 +0000 |
commit | 5933e1e50e52872d88e0a4882a76575d7982ba26 (patch) | |
tree | 50970b3bed6a6c461a7c5615216b3714eee73881 /webkit | |
parent | 6840561773824bfc46d4d729cd87ad9e91e96985 (diff) | |
download | chromium_src-5933e1e50e52872d88e0a4882a76575d7982ba26.zip chromium_src-5933e1e50e52872d88e0a4882a76575d7982ba26.tar.gz chromium_src-5933e1e50e52872d88e0a4882a76575d7982ba26.tar.bz2 |
Add exceptions for some flaky Mac tests
Review URL: http://codereview.chromium.org/115243
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d1120f3..e3a60c8 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2197,7 +2197,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 DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = FAIL PASS +BUG9797 MAC : 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 WIN DEBUG : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL PASS @@ -2671,3 +2671,8 @@ BUG11795 MAC : LayoutTests/fast/images/favicon-as-image.html = FAIL // Already baselined for chromium-win, may need to be done for mac/linux as well. BUG11796 MAC LINUX : LayoutTests/fast/forms/search-styled.html = FAIL + +// Flaky Mac tests +BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT +BUG11810 MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html = TIMEOUT +BUG11810 MAC : LayoutTests/svg/custom/polyline-points-crash.html = CRASH |