diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:42:16 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 22:42:16 +0000 |
commit | 6ebdd17b6b90b0bba9363098987712d7770e89ef (patch) | |
tree | eecef66d18ed794f8fb1d3abf82321b90716e917 | |
parent | 5be34f491f1aaac8450ba7cd80fcfe257aa03f8b (diff) | |
download | chromium_src-6ebdd17b6b90b0bba9363098987712d7770e89ef.zip chromium_src-6ebdd17b6b90b0bba9363098987712d7770e89ef.tar.gz chromium_src-6ebdd17b6b90b0bba9363098987712d7770e89ef.tar.bz2 |
Marks LayoutTests/http/tests/ssl/verify-ssl-enabled.php as passing (as
it hasn't failed on the release bot in ages). Defers these two:
LayoutTests/fast/js/comparefn-sort-stability.html
LayoutTests/fast/js/sort-stability.html
as we may never support this behavior.
And lastly this defers LayoutTests/http/tests/appcache.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/20240
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9525 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 4e9eae5..4f168fe 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -660,19 +660,19 @@ LINUX WIN : 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 -LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS +LINUX MAC : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS // V8 doesn't stable sort. This is not required and may never be fixed. It is // tracked by: http://code.google.com/p/v8/issues/detail?id=90 -LayoutTests/fast/js/comparefn-sort-stability.html = FAIL -LayoutTests/fast/js/sort-stability.html = FAIL +DEFER : LayoutTests/fast/js/comparefn-sort-stability.html = FAIL +DEFER : LayoutTests/fast/js/sort-stability.html = FAIL // 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 // fail quickly if window.applicationCache is undefined (then we don't have to // skip them). // http://crbug.com/2844 -SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL +DEFER SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL // V8 failures as a result of the WebKit merge. // http://code.google.com/p/v8/issues/detail?id=92 |