diff options
author | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 22:13:03 +0000 |
---|---|---|
committer | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 22:13:03 +0000 |
commit | 498723945f51452c6d1da7b79ca8a5c5a5564835 (patch) | |
tree | 09bf886979d8b0c163914dfbb6c8b3766f92c89a /webkit/tools | |
parent | c769cfe9537e8c85911392c0c9e5b2b8cafa14a6 (diff) | |
download | chromium_src-498723945f51452c6d1da7b79ca8a5c5a5564835.zip chromium_src-498723945f51452c6d1da7b79ca8a5c5a5564835.tar.gz chromium_src-498723945f51452c6d1da7b79ca8a5c5a5564835.tar.bz2 |
For two layout tests that were split into pieces to allow us to pass most of
their test cases, re-baseline the pieces we pass and WONTFIX the pieces we
won't. Also remove the corresponding pending/ test now that the change has been
upstreamed.
BUG=4391
TEST=covered by layout tests
Review URL: http://codereview.chromium.org/62120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 36aabe3..d9ba2e4 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -43,6 +43,16 @@ // 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 +WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT + // XHTML tests. These tests seem like they work, but only because the // expected output expects to see JS errors. There is no point in running // these tests, because they are giving us a false sense of testing that isn't @@ -1965,7 +1975,6 @@ MAC : LayoutTests/fast/dom/location-new-window-no-crash.html = CRASH FAIL LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH // Needs an FTP implementation to work completely. -LINUX MAC : pending/security/block-test.html = FAIL LINUX MAC : LayoutTests/security/block-test.html = FAIL // Flakey. Not clear when it started, but it was before 3/9/09. @@ -2263,15 +2272,11 @@ WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH PASS // Merge WebKit 42133:42199 regressions LayoutTests/fast/events/context-no-deselect.html = FAIL -LayoutTests/fast/js/regexp-overflow.html = FAIL TIMEOUT WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAIL WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FAIL LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = FAIL LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = FAIL -LayoutTests/security/block-test-no-port.html = FAIL -WIN : LayoutTests/security/block-test.html = FAIL -LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT // Started failing between revisions 13096 and 13099. |