diff options
author | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 08:36:10 +0000 |
---|---|---|
committer | yutak@chromium.org <yutak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 08:36:10 +0000 |
commit | ece8d39e364297c010ce940ecae9672f24ff6ee3 (patch) | |
tree | 7a479b1d8dc79c002cf95c82609926cca96df672 | |
parent | 9724f0718addde1481cee23fdebe16937817aa96 (diff) | |
download | chromium_src-ece8d39e364297c010ce940ecae9672f24ff6ee3.zip chromium_src-ece8d39e364297c010ce940ecae9672f24ff6ee3.tar.gz chromium_src-ece8d39e364297c010ce940ecae9672f24ff6ee3.tar.bz2 |
Mark LayoutTests/fast/css/large-list-of-rules-crash.html as DEBUG SLOW.
This test takes long time to finish maybe because of V8's debug logging.
BUG=24102
TEST=none
Review URL: http://codereview.chromium.org/287001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29260 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 222fdb2a..9b6b0d9 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3112,10 +3112,8 @@ BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO // WebKit update: 49213:49221 BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL -// V8 update to 1.3.15 -BUG24102 : LayoutTests/fast/css/large-list-of-rules-crash.html = TIMEOUT - // 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 |