From 211f4a7be049ac846afa20936abe8a7c15f4a563 Mon Sep 17 00:00:00 2001 From: "ulan@chromium.org" Date: Wed, 27 Feb 2013 12:14:21 +0000 Subject: [PATCH] Disable regress-crbug-160010 for Android because it triggers OOM. R=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/12314150 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13753 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index abcf323..26c8359 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -69,8 +69,8 @@ unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == androi json-recursive: PASS, (PASS || FAIL) if $mode == debug ############################################################################## -# Skip long running test that times out in debug mode. -regress/regress-crbug-160010: PASS, SKIP if $mode == debug +# Skip long running test that times out in debug mode or goes OOM on android. +regress/regress-crbug-160010: PASS, SKIP if ($mode == debug || $arch == android_arm) generated-transition-stub: PASS, SKIP if $mode == debug ############################################################################## -- 2.7.4