diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 04:05:39 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 04:05:39 +0000 |
commit | 72c577ec85d5311721d2794b8d5e684f4d5b89a0 (patch) | |
tree | 0d646b33101da18f1c5dfbe1cc647375001281c4 | |
parent | 5e3e47065c478279a2a3a56c9063405c2e812927 (diff) | |
download | chromium_src-72c577ec85d5311721d2794b8d5e684f4d5b89a0.zip chromium_src-72c577ec85d5311721d2794b8d5e684f4d5b89a0.tar.gz chromium_src-72c577ec85d5311721d2794b8d5e684f4d5b89a0.tar.bz2 |
Suppress a couple of failing tests for Dimitri to turn the tree green again.
BUG=none
TBR=dglazkov@chromium.org
TEST=fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html
TEST=fast/dom/HTMLAnchorElement/set-href-attribute-port.html
TEST=fast/loader/url-parse-1.html
Review URL: http://codereview.chromium.org/911001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41390 0039d316-1c4b-4281-b951-d872f2087c98
-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 5b770d8..150de6e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2882,4 +2882,9 @@ BUG37869 MAC : editing/input/option-page-up-down.html = TIMEOUT // Three flaky tests noticed during a sheriff rotation. BUG37962 LINUX DEBUG : fast/dom/HTMLElement/bdo.html = CRASH PASS BUG37962 LINUX DEBUG : fast/forms/multiple-form-submission-protection-mouse.html = CRASH PASS -BUG37962 MAC : plugins/iframe-shims.html = TEXT PASS
\ No newline at end of file +BUG37962 MAC : plugins/iframe-shims.html = TEXT PASS + +BUG_DGLAZKOV MAC LINUX : fast/dom/HTMLAnchorElement/set-href-attribute-hostname.html = TEXT +BUG_DGLAZKOV MAC LINUX : fast/dom/HTMLAnchorElement/set-href-attribute-port.html = TEXT +BUG_DGLAZKOV MAC LINUX : fast/loader/url-parse-1.html = TEXT + |