| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 8d6274bf2a93830f5fd8cd445475e1475bc70496..d838b56bf35e9484a6e2c3f5b95cce24ac375c64 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -96,6 +96,42 @@ tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3
|
| regress/regress-2073: SKIP
|
|
|
| ##############################################################################
|
| +[ $arch == a64 ]
|
| +
|
| +# Requires bigger stack size in the Genesis and if stack size is increased,
|
| +# the test requires too much time to run. However, the problem test covers
|
| +# should be platform-independent.
|
| +regress/regress-1132: SKIP
|
| +
|
| +# Pass but take too long to run. Skip.
|
| +# Some similar tests (with fewer iterations) may be included in a64-js tests.
|
| +compiler/regress-arguments: SKIP
|
| +compiler/regress-gvn: SKIP
|
| +compiler/regress-max-locals-for-osr: SKIP
|
| +compiler/regress-4: SKIP
|
| +compiler/regress-or: SKIP
|
| +compiler/regress-rep-change: SKIP
|
| +regress/regress-1117 : SKIP
|
| +regress/regress-1145 : SKIP
|
| +regress/regress-1849 : SKIP
|
| +regress/regress-3247124 : SKIP
|
| +regress/regress-634 : SKIP
|
| +regress/regress-91008 : SKIP
|
| +regress/regress-91010 : SKIP
|
| +regress/regress-91013 : SKIP
|
| +regress/regress-99167 : SKIP
|
| +
|
| +# Long running tests.
|
| +regress/regress-2185: PASS, (PASS || TIMEOUT) if $mode == debug
|
| +regress/regress-2185-2: PASS || TIMEOUT
|
| +
|
| +# Stack manipulations in LiveEdit is not implemented for this arch.
|
| +debug-liveedit-check-stack: SKIP
|
| +debug-liveedit-stack-padding: SKIP
|
| +debug-liveedit-restart-frame: SKIP
|
| +debug-liveedit-double-call: SKIP
|
| +
|
| +##############################################################################
|
| [ $arch == arm || $arch == android_arm ]
|
|
|
| # Slow tests which times out in debug mode.
|
| @@ -111,7 +147,7 @@ unicode-test: PASS, (PASS || FAIL) if $mode == debug
|
| compiler/regress-stacktrace-methods: PASS, PASS || TIMEOUT if $mode == release
|
| array-splice: PASS || TIMEOUT
|
|
|
| -# Long running test.
|
| +# Long running tests.
|
| string-indexof-2: PASS || TIMEOUT
|
| mirror-object: PASS || TIMEOUT
|
|
|
|
|