From 8136954a3ffb2c1e0014abe05f1effa1fb3e10c3 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Tue, 3 Aug 2010 13:33:29 +0100 Subject: After merging webkit to 64264 these hang, so added them to the do not run list. The tests timeout on chrome and are on the chrome skiplist. Change-Id: I15c2cb70219c04af0d7bc561a1a8619df76bd0dc --- .../DumpRenderTree/src/com/android/dumprendertree/FileFilter.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java index 939c623..9f580a3 100644 --- a/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java +++ b/tests/DumpRenderTree/src/com/android/dumprendertree/FileFilter.java @@ -76,7 +76,13 @@ public class FileFilter { "fast/js/excessive-comma-usage.html", // Tests huge initializer list, causes OOM. "fast/js/regexp-charclass-crash.html", // RegExp is too large, causing OOM "fast/regex/test1.html", // Causes DumpRenderTree to hang with V8 - "fast/regex/slow.html" // Causes DumpRenderTree to hang with V8 + "fast/regex/slow.html", // Causes DumpRenderTree to hang with V8 + "ietestcenter/Javascript/15.4.4.15-3-14.html", // hangs the layout tests + // http://b/issue?id=2889595 + "ietestcenter/Javascript/15.4.4.15-3-29.html", // hangs the layout tests + // http://b/issue?id=2889596 + "ietestcenter/Javascript/15.4.4.15-3-8.html" // hangs the layout tests + // http://b/issue?id=2889598 }; static void fillIgnoreResultList() { -- cgit v1.1