diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 09:23:23 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-20 09:23:23 +0000 |
commit | 3a55c99843d9b560dda343aaf8fc8c7a9148aba2 (patch) | |
tree | 59903690e776b246e2a86ba2f1d180a7c1017f22 /webkit | |
parent | ad8bc6ebdeb1a15e32a7ed7a25a628201f9018d6 (diff) | |
download | chromium_src-3a55c99843d9b560dda343aaf8fc8c7a9148aba2.zip chromium_src-3a55c99843d9b560dda343aaf8fc8c7a9148aba2.tar.gz chromium_src-3a55c99843d9b560dda343aaf8fc8c7a9148aba2.tar.bz2 |
Remove a DEBUG SLOW test from test_expectations.
WebKit r49748 fixed this test and it's no longer slow.
BUG=24102
TEST=none
Review URL: http://codereview.chromium.org/293022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index cc2f19c..38c61f2 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3104,7 +3104,6 @@ BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL // Got slow with V8 update to 1.3.15. Debug logging perhaps? -BUG24102 DEBUG SLOW : LayoutTests/fast/css/large-list-of-rules-crash.html = PASS BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-implicit-length-limit.html = PASS BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-maxlength.html = PASS |