From 29338fa16ab5013bff2faa6d83441714dd3e1830 Mon Sep 17 00:00:00 2001 From: "danno@chromium.org" Date: Thu, 24 Jul 2014 12:39:01 +0000 Subject: [PATCH] SKIP migration tests to improve unit test time (2x) R=ishell@chromium.org Review URL: https://codereview.chromium.org/416003004 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22599 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 15e3ab0..8f7ef56 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', TIMEOUT]], + 'migrations': [SKIP], ############################################################################## # This test sets the umask on a per-process basis and hence cannot be -- 2.7.4