Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 74072ab791b6a4eef3837ce6e18e89de4b325dd2..541e5545044b90a2055c17cc5235b4cd4dc90a83 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -58,10 +58,6 @@ |
############################################################################## |
# TurboFan compiler failures. |
- # TODO(verwaest): Some tests are over-restrictive about object layout. |
- 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
- 'smi-representation': [PASS, NO_VARIANTS], |
- |
# Some tests are just too slow to run for now. |
'big-object-literal': [PASS, NO_VARIANTS], |
'bit-not': [PASS, NO_VARIANTS], |
@@ -85,8 +81,6 @@ |
'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. |
'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. |
'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
- 'debug-compile-event-newfunction': [PASS, NO_VARIANTS], |
- 'debug-conditional-breakpoints': [PASS, NO_VARIANTS], |
'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. |
@@ -112,11 +106,6 @@ |
'debug-evaluate-closure': [PASS, NO_VARIANTS], |
'debug-evaluate-with': [PASS, NO_VARIANTS], |
- # TODO(mstarzinger): Optimizing top-level code flushed out some correctness |
- # issues on ARM and ARM64. |
- 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. |
- 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. |
- |
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
'debug-evaluate-locals': [PASS, NO_VARIANTS], |
'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], |
@@ -138,7 +127,6 @@ |
# Assumptions about optimization need investigation in TurboFan. |
'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
- 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
############################################################################## |
# Too slow in debug mode with --stress-opt mode. |
@@ -223,10 +211,6 @@ |
# nosse2. Also for arm novfp3. |
'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]], |
- # Skip endain dependent test for mips due to different typed views of the same |
- # array buffer. |
- 'nans': [PASS, ], |
- |
# This test variant makes only sense on arm. |
'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]], |