From bd7105a8391c87c2c3e443392f58aa2b1a61dcbf Mon Sep 17 00:00:00 2001 From: "plesner@google.com" Date: Thu, 5 Mar 2009 08:21:32 +0000 Subject: Skipped LayoutTests/fast/regex/test1.html. This test doesn't terminate because it contains exponential regexps. It is safe to disable because we run the same tests (sans the nonterminating ones) as part of the v8 tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10977 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/tools/layout_tests/test_lists/tests_ignored.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bdcdab3..dffe959 100644 --- a/DEPS +++ b/DEPS @@ -29,7 +29,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk", "src/v8": - "http://v8.googlecode.com/svn/trunk@1423", + "http://v8.googlecode.com/svn/branches/bleeding_edge", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index a01b464..93add1a 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -38,6 +38,11 @@ SKIP : LayoutTests/http/tests/wml = FAIL // most likely these tests will always be JSC specific. SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT +// This test doesn't terminate because it contains exponential +// regexps. It is safe to disable because we run the same tests +// (sans the nonterminating ones) as part of the v8 tests. +SKIP : LayoutTests/fast/regex/test1.html = PASS + // ----------------------------------------------------------------- // FAILING TESTS // ----------------------------------------------------------------- -- cgit v1.1