| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index d9319718d169eddb59b310805a629db1834b145e..eea567a05565a2a3ab980f4d177a42ad7e07b725 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -656,58 +656,6 @@
|
| }], # 'system == windows'
|
|
|
| ##############################################################################
|
| -# Native Client uses the ARM simulator so will behave similarly to arm
|
| -# on mjsunit tests.
|
| -# TODO(bradchen): enable more tests for NaCl V8 when it stops using
|
| -# the ARM simulator.
|
| -##############################################################################
|
| -['arch == nacl_ia32 or 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],
|
| -
|
| - # NaCl builds have problems with this test since Pepper_28.
|
| - # V8 Issue 2786
|
| - 'math-exp-precision': [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],
|
| -
|
| - # Skip long running test that times out in debug mode and goes OOM on NaCl.
|
| - 'regress/regress-crbug-160010': [SKIP],
|
| -
|
| - # Skip tests that timout with turbofan.
|
| - 'regress/regress-1257': [PASS, NO_VARIANTS],
|
| - 'regress/regress-2618': [PASS, NO_VARIANTS],
|
| - 'regress/regress-298269': [PASS, NO_VARIANTS],
|
| - 'regress/regress-91008': [PASS, NO_VARIANTS],
|
| - 'compiler/osr-alignment': [PASS, NO_VARIANTS],
|
| - 'compiler/osr-one': [PASS, NO_VARIANTS],
|
| - 'compiler/osr-two': [PASS, NO_VARIANTS],
|
| - 'stack-traces-overflow': [PASS, NO_VARIANTS],
|
| - 'mirror-object': [PASS, NO_VARIANTS],
|
| -
|
| - # Bug(v8:2978).
|
| - 'lithium/MathExp': [PASS, FAIL],
|
| -
|
| - # Lead to OOM:
|
| - 'string-oom-*': [SKIP],
|
| -
|
| - # Crashes.
|
| - 'harmony/private': [SKIP],
|
| -}], # 'arch == nacl_ia32 or arch == nacl_x64'
|
| -
|
| -##############################################################################
|
| ['arch == s390 or arch == s390x', {
|
|
|
| # Stack manipulations in LiveEdit is not implemented for this arch.
|
|
|