diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:49:48 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-10 18:49:48 +0000 |
commit | 423fc15de30554dd64a5f8d3163b0501b02d0405 (patch) | |
tree | 92402557ce9bc0696da6753dd77679a452bb793f /webkit | |
parent | 4a7d7f01a94a2d77cca3c1310ce2f75430fcf2d1 (diff) | |
download | chromium_src-423fc15de30554dd64a5f8d3163b0501b02d0405.zip chromium_src-423fc15de30554dd64a5f8d3163b0501b02d0405.tar.gz chromium_src-423fc15de30554dd64a5f8d3163b0501b02d0405.tar.bz2 |
Defers a number of tests:
I'm deferring these four. They weren't working for beta, and it hardly seem
important now:
LayoutTests/http/tests/xmlhttprequest/cache-override.html
LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html
LayoutTests/http/tests/xmlhttprequest/methods-async.html
LayoutTests/http/tests/xmlhttprequest/methods.html
This one no longer crashes, so I'm defering it per the comments:
LayoutTests/fast/forms/input-text-maxlength.html
Another pre-beta bug. Doesn't look urgent now.
LayoutTests/http/tests/navigation/post-goback1.html
This one no longer crashes, so I'm deferring.
LayoutTests/plugins/bindings-test.html
And we don't have applets on the buildbots yet, so defer.
chrome/fast/dom/java-applet-calls.html
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/20212
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 36ac872..5f6a67d 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -27,13 +27,13 @@ DEFER WIN LINUX : LayoutTests/css2.1/t1204-reset-01-c-o.html = FAIL // Maybe flaky and need to be forked? Bug 1234761. // Difference in caching headers -LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL +DEFER : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL // LightTPD doesn't accept unknown HTTP methods -LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH -LayoutTests/http/tests/xmlhttprequest/methods-async.html = FAIL TIMEOUT +DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH +DEFER : LayoutTests/http/tests/xmlhttprequest/methods-async.html = FAIL TIMEOUT // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type // even when a request didn't send the header. -LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL +DEFER : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL // http://crbug.com/2975 : Need to support upload progress notifications in // the resource bridge. LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL CRASH @@ -55,7 +55,7 @@ DEFER LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL // Bug 1124513: the max length is being applied correctly, but the over- and // under-lines aren't placed properly over the "x". // Can defer this test once the crash is fixed. -LayoutTests/fast/forms/input-text-maxlength.html = FAIL CRASH +DEFER : LayoutTests/fast/forms/input-text-maxlength.html = FAIL DEFER : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL // Bug: 628529: complex text effects @@ -214,11 +214,10 @@ DEFER : LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL DEFER : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL // Bug 1204878 -LayoutTests/http/tests/navigation/post-goback1.html = FAIL +DEFER : LayoutTests/http/tests/navigation/post-goback1.html = FAIL // Bug 1135948: Fails because we cannot call plugins as functions. -// Can defer this test once the crash is fixed. -LayoutTests/plugins/bindings-test.html = FAIL CRASH +DEFER : LayoutTests/plugins/bindings-test.html = FAIL // Bug 1130795: since we don't have Aqua-themed controls, don't ignore the // box-shadow properties of controls that request Aqua theming. But since Aqua @@ -644,7 +643,7 @@ LayoutTests/http/tests/navigation/redirect302-basic.html = FAIL // The test may require a proper version of Java 6 RC 10 plugin // installed to run. -chrome/fast/dom/java-applet-calls.html = FAIL +DEFER : chrome/fast/dom/java-applet-calls.html = FAIL // These tests don't work on the open source buildbot because no font covers // U+2798 (Heavy SE Arrow) and U+2799 (Heavy Rightwards Arrow). See bug #2304. |