summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-04 09:24:46 +0000
committerager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-04 09:24:46 +0000
commita872bbb21a96a06c64d9cd5178135b912298100e (patch)
tree93dd3e183c0554b71c103c93e58729c33bec3e4f /webkit
parent387d7dea7a6cb10a6cbb828208be3623377d4ab9 (diff)
downloadchromium_src-a872bbb21a96a06c64d9cd5178135b912298100e.zip
chromium_src-a872bbb21a96a06c64d9cd5178135b912298100e.tar.gz
chromium_src-a872bbb21a96a06c64d9cd5178135b912298100e.tar.bz2
Ignore timeout of regexp-charclass-crash.html in debug mode.
Review URL: http://codereview.chromium.org/13121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_ignored.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
index d55abd6..b767be4 100644
--- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt
@@ -193,3 +193,9 @@ SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = FAIL
LINUX : chrome/fonts/impact.html = FAIL
// Expects Lucida Grande to exist.
LINUX : chrome/fonts/lucida-grande.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