From fc87e1d4772a266ba44d108f980b9b012a76c930 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Mon, 11 Aug 2014 09:16:14 +0000 Subject: [PATCH] Skip test that times out. BUG=v8:3503 LOG=n TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/458133002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23025 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mozilla/mozilla.status | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index a289d40..5662ee4 100644 --- a/test/mozilla/mozilla.status +++ b/test/mozilla/mozilla.status @@ -859,7 +859,6 @@ 'js1_5/Regress/regress-404755': [SKIP], 'js1_5/Regress/regress-451322': [SKIP], - # BUG(1040): Allow this test to timeout. 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], }], # 'arch == arm or arch == arm64' @@ -868,6 +867,9 @@ ['arch == arm64', { # BUG(v8:3152): Runs out of stack in debug mode. 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode == debug', SKIP]], + + # BUG(v8:3503): Times out in debug mode. + 'js1_5/Regress/regress-280769-2': [PASS, FAIL, ['mode == debug', SKIP]], }], # 'arch == arm64' -- 2.7.4