Android: increase default test timeout and skip time sensitive mjsunit/regress/regress-1969.

R=yangguo@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10836049

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12249 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ulan@chromium.org 2012-08-01 13:06:08 +00:00
parent ec11473354
commit c6d4094e44
2 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ $(addsuffix .sync, $(ANDROID_BUILDS)): $$(basename $$@)
$(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync
@tools/test-wrapper-gypbuild.py $(TESTJOBS) --outdir=$(OUTDIR) \
--arch-and-mode=$(basename $@) \
--timeout=600 \
--special-command="tools/android-run.py @"
$(addsuffix .check, $(ANDROID_ARCHES)): \

View File

@ -60,7 +60,7 @@ array-constructor: PASS || TIMEOUT
unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm || $arch == android_arm || $arch == mipsel)
# Test Crankshaft compilation time. Expected to take too long in debug mode.
regress/regress-1969: PASS, SKIP if $mode == debug
regress/regress-1969: PASS, SKIP if ($mode == debug || $arch == android_arm)
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be