diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 18:42:39 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 18:42:39 +0000 |
commit | 11622c7100f20cbd2c8c82204d99ee082cda19f1 (patch) | |
tree | 1d04f1dbba5bb119319c543a9623827030877561 /webkit/tools/layout_tests/test_expectations.txt | |
parent | aff32eb29fc9c66062ff303e815834086ede70e7 (diff) | |
download | chromium_src-11622c7100f20cbd2c8c82204d99ee082cda19f1.zip chromium_src-11622c7100f20cbd2c8c82204d99ee082cda19f1.tar.gz chromium_src-11622c7100f20cbd2c8c82204d99ee082cda19f1.tar.bz2 |
Update baseline for security/block-test.html
This CL also revises how we print resource errors to make our results more
close resemble those of Mac WebKit.
security/block-test-no-port.html is no longer WONTFIX since we always run
layout tests with a no-proxy configuration now.
security/block-test.html does not need to be skipped on mac since we now have a
FTP implementation ;-)
R=dglazkov
BUG=18610
TEST=none
Review URL: http://codereview.chromium.org/165038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/test_expectations.txt')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1acef14..aad1e4b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -56,11 +56,6 @@ BUG_OJAN SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS // SKIPPED TESTS // ----------------------------------------------------------------- -// The action taken when trying to load the resource -// (http://255.255.255.255/test.jpg) depends on the network proxy settings -// of the machine running the test, so we don't worry about that case. -WONTFIX : LayoutTests/security/block-test-no-port.html = PASS FAIL - // Since V8 is more interruptible than other engines, they use the standard // long-running-script mechanism to handle very-long-running regexps too. // See http://code.google.com/p/v8/issues/detail?id=287 @@ -1857,9 +1852,6 @@ BUG10438 MAC : LayoutTests/plugins/destroy-stream-twice.html = TIMEOUT // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 BUG10439 LINUX : LayoutTests/fast/canvas/set-colors.html = CRASH PASS -// Needs an FTP implementation to work completely. -BUG10440 MAC : LayoutTests/security/block-test.html = FAIL - // Flakey. Not clear when it started, but it was before 3/9/09. // This test also started failing with the merge of March 25th 2009 BUG10441 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH FAIL PASS @@ -3052,9 +3044,6 @@ BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS BUG18584 WIN : LayoutTests/animations/play-state.html = FAIL PASS BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS -// Baseline is out-of-date -BUG18610 WIN LINUX : LayoutTests/security/block-test.html = FAIL - // Flaky crashes BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html = CRASH PASS BUG18569 MAC DEBUG : LayoutTests/fast/repaint/overflow-scroll-delete.html = PASS CRASH @@ -3062,4 +3051,4 @@ BUG18656 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = PASS CRASH BUG18656 MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL CRASH // Flaky timeout -BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEOUT
\ No newline at end of file +BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEOUT |