Commit 211f4a7b authored by ulan@chromium.org's avatar ulan@chromium.org

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
parent d18e118f
......@@ -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
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment