From 7832aab75c8eb9f4903e031f103a0013ec8f09ed Mon Sep 17 00:00:00 2001 From: "dslomov@chromium.org" Date: Fri, 15 Nov 2013 17:40:21 +0000 Subject: [PATCH] Add suppressions for regress-319722-ArrayBuffer. TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/59093007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17803 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index d975f2b..5134313 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -99,6 +99,10 @@ ############################################################################## # Long running test that reproduces memory leak and should be run manually. 'regress/regress-2073': [SKIP], + + ############################################################################## + # Needs to allocate 1Gb of memory. + 'regress/regress-319722-ArrayBuffer': [PASS, ['system == windows or system == macos or arch == arm or arch == android_arm or arch == android_ia32', SKIP]], }], # ALWAYS ############################################################################## -- 2.7.4