From e65cc42189511dfe96dbdf8506332d429a73fc80 Mon Sep 17 00:00:00 2001 From: "ishell@chromium.org" Date: Tue, 1 Jul 2014 17:39:16 +0000 Subject: [PATCH] Skip mjsunit/migrations test in debug mode to avoid timeout failures. TBR=yangguo@chromium.org Review URL: https://codereview.chromium.org/364663002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22133 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 2e656a9ffc..b34f2200f2 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -87,7 +87,7 @@ ############################################################################## # Skip long running tests that time out in debug mode. 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], - 'migrations': [PASS, ['mode == debug', SLOW]], + 'migrations': [PASS, ['mode == debug', SKIP]], ############################################################################## # This test sets the umask on a per-process basis and hence cannot be