| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 1c3602c40bddbb150001a2b596e3db51290f2e2e..fc54a07d39091ef9e48fc1a79c75e94595c60c18 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -85,6 +85,33 @@ tools/tickprocessor: PASS, SKIP if ($arch == android_arm || $arch == android_ia3
|
| regress/regress-2073: SKIP
|
|
|
| ##############################################################################
|
| +# Native Client uses the ARM simulator so will behave similarly on
|
| +# mjsunit tests.
|
| +# TODO(bradchen): enable more tests for NaCl V8 when it stops using
|
| +# the ARM simulator.
|
| +##############################################################################
|
| +[ $arch == nacl_ia32 || $arch == nacl_x64 ]
|
| +# There is no /tmp directory for NaCl runs
|
| +d8-os: SKIP
|
| +
|
| +# 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
|
| +
|
| +# Failure; needs to be investigated
|
| +fuzz-natives-part4.js: SKIP
|
| +
|
| +# 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
|
| +
|
| +# Poor performance for NaCl V8 causes an assertion failure for this test.
|
| +regress/regress-165637: SKIP
|
| +
|
| +##############################################################################
|
| [ $arch == arm || $arch == android_arm ]
|
|
|
| # Slow tests which times out in debug mode.
|
|
|