Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: test/mjsunit/mjsunit.status

Issue 2127093002: [turbofan] Re-enable tests that no longer fail. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]],
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698