From ad69b7ab5c096b34f55e252c629ae03d7a7493fb Mon Sep 17 00:00:00 2001 From: "ishell@chromium.org" Date: Mon, 28 Jul 2014 14:38:35 +0000 Subject: [PATCH] Skip long-running mjsunit/array-functions-prototype-misc.js test TBR=danno@chromium.org Review URL: https://codereview.chromium.org/428593002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22648 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 8f7ef56..63e35d1 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -88,6 +88,7 @@ # Skip long running tests that time out in debug mode. 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], 'migrations': [SKIP], + 'array-functions-prototype-misc.js': [PASS, ['mode == debug', SKIP]], ############################################################################## # This test sets the umask on a per-process basis and hence cannot be -- 2.7.4