diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 02:50:51 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-14 02:50:51 +0000 |
commit | 864e492b67e1c34d86419f4e0701ce9ace5cc885 (patch) | |
tree | b852bca1819c9cb2b5634e07d7f64b9cef9f9ad4 | |
parent | 22f22e700c7f47c077184e26667bc77d4767099a (diff) | |
download | chromium_src-864e492b67e1c34d86419f4e0701ce9ace5cc885.zip chromium_src-864e492b67e1c34d86419f4e0701ce9ace5cc885.tar.gz chromium_src-864e492b67e1c34d86419f4e0701ce9ace5cc885.tar.bz2 |
meh
Review URL: http://codereview.chromium.org/115338
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16033 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 55eef6e..c06e6cc 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1,4 +1,4 @@ -// This file consists of lines with specifications of what +7// This file consists of lines with specifications of what // to expect from layout test cases. The test cases can be directories // in which case the expectations apply to all test cases in that // directory and any subdirectory. The format of the file is along the @@ -978,7 +978,7 @@ BUG10315 WIN LINUX : LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL // HTTPS tests fail on the open source buildbot with error "cross-site // not access allowed". See bug # 2306 -BUG10316 MAC : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS +// BUG10316 MAC : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS // These require application cache to be enabled. Skip the tests because // they're all timing out. TODO(tc): Upstream changes to the test so they @@ -2730,5 +2730,7 @@ BUG11909 : LayoutTests/http/tests/navigation/new-window-redirect-history.html = BUG11924 WIN : LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL +// Note: This was already failing in a different way. See BUG10316, above, so be +// sure to uncomment/recheck that when this is removed. BUG11935 MAC : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = CRASH BUG11935 LINUX : LayoutTests/http/tests/navigation/document-location-click-timeout.html = CRASH
\ No newline at end of file |