diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 23:56:27 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 23:56:27 +0000 |
commit | 8f27a0785523a03849ab9c2fbef61fbe2726e9cc (patch) | |
tree | b8c16678aa11b79ca3df2254c3cbf8ca4f3ecc96 | |
parent | 6c9b1d82be4193d31da0551664e7602133a2853b (diff) | |
download | chromium_src-8f27a0785523a03849ab9c2fbef61fbe2726e9cc.zip chromium_src-8f27a0785523a03849ab9c2fbef61fbe2726e9cc.tar.gz chromium_src-8f27a0785523a03849ab9c2fbef61fbe2726e9cc.tar.bz2 |
Relabel an ignored test that is timing out in Linux optimized builds.
Review URL: http://codereview.chromium.org/13636
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6557 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index d96bae3..2fdef98 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -193,8 +193,9 @@ SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = FAIL // this is probably not worth the effort to fix. LINUX : chrome/fonts/impact.html = FAIL -// This test times out in debug mode. It is testing arbitrary limits -// on the sizes of regular expressions. We handle larger regular -// expressions than JSCRE, but it takes a long time to run this test -// because it repeatedly creates big regular expressions. -DEBUG : LayoutTests/fast/js/regexp-charclass-crash.html = PASS TIMEOUT +// This test times out. It is testing arbitrary limits on the sizes +// of regular expressions. We handle larger regular expressions than +// JSCRE, but it takes a long time to run this test because it +// repeatedly creates big regular expressions. All the test is trying +// to verify is that we don't crash on this page. +LayoutTests/fast/js/regexp-charclass-crash.html = PASS TIMEOUT |