diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 18:10:18 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 18:10:18 +0000 |
commit | 5fa6d7fa100a6836cc7b791a094468f8c384807b (patch) | |
tree | b1cbbf6a8f0f14eb5d404416799d2d1c3a0ffcf7 | |
parent | 89628fdf97043340df92389d82b480962a4e4ec3 (diff) | |
download | chromium_src-5fa6d7fa100a6836cc7b791a094468f8c384807b.zip chromium_src-5fa6d7fa100a6836cc7b791a094468f8c384807b.tar.gz chromium_src-5fa6d7fa100a6836cc7b791a094468f8c384807b.tar.bz2 |
Mark tests as failing in Release too (while text might be different in Debug, images are failing in Release)
BUG=http://crbug.com/20445
TEST=green tree
Review URL: http://codereview.chromium.org/257033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27864 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 6555a71..09917f7 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2601,7 +2601,7 @@ BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL // Regressions from WebKit Merge 42932:42994 -BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = FAIL PASS +BUG11239 MAC : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = FAIL PASS // Regressions from WebKit Merge 42932:42994 due to text metric changes. BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL @@ -2996,7 +2996,8 @@ BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-frame.html = FAIL PASS // Flaky. The width of containing RenderBlocks sometimes becomes larger -BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS +BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS +BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS // WK roll 48399:48423 (brettw) BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = FAIL |