diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 17:27:26 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 17:27:26 +0000 |
commit | e87b7125f9a8add5a47167166883a7cb01aa542d (patch) | |
tree | 03b4f5daff394b5c8511a123283538cfa9d26442 /webkit/tools/layout_tests | |
parent | 20dc3cad69221d45f6058c582c309cb8f297313a (diff) | |
download | chromium_src-e87b7125f9a8add5a47167166883a7cb01aa542d.zip chromium_src-e87b7125f9a8add5a47167166883a7cb01aa542d.tar.gz chromium_src-e87b7125f9a8add5a47167166883a7cb01aa542d.tar.bz2 |
Fix dupe line causing Linux official builder error.
Linux official builders are failing with:
test_expectations.py:364 ERROR Line:642 More specific entry on line 642
overrides line 20 svg/css/composite-shadow-text.svg
This updates the fix in r81732 which removed the dupe for Windows, but
by leaving the line without the platform, caused Linux to have a dupe
because of the svg/css/composite-shadow-text.svg line in
test_expectations_chrome.txt.
BUG=
TEST=Linux official builders run webkit_tests again.
Review URL: http://codereview.chromium.org/6879048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9e5f6c8..847b4cb 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -17,7 +17,7 @@ BUGCASEQ WIN : svg/css/group-with-shadow.svg = IMAGE BUGCASEQ WIN : svg/css/shadow-changes.svg = IMAGE BUGCASEQ WIN : svg/css/text-shadow-multiple.xhtml = IMAGE BUGCASEQ WIN : transitions/svg-text-shadow-transition.html = IMAGE -BUGCASEQ : svg/css/composite-shadow-text.svg = IMAGE +BUGCASEQ WIN : svg/css/composite-shadow-text.svg = IMAGE BUGCASEQ MAC : svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.html = IMAGE BUGCASEQ MAC : svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color.html = IMAGE |