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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2428413004: Revert "[compiler] Ship Ignition for all TurboFan code." (Closed)
Patch Set: Created 4 years, 2 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/test-serialize.cc ('k') | test/mjsunit/wasm/compiled-module-management.js » ('j') | 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 5cb4d270cc56ebf21a812aa1acaf2515be44db2d..4e24652de0cfea86d3e668ebdbd7f544c6ab6b8e 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -59,10 +59,6 @@
# not work, but we expect it to not crash.
'debug-step-turbofan': [PASS, FAIL],
- # Issue 4680: The eval'ed code is piped through Ignition and fails when being
- # live edited. This needs investigation.
- 'debug-liveedit-double-call': [PASS, FAIL],
-
##############################################################################
# Too slow in debug mode with --stress-opt mode.
'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
@@ -619,6 +615,14 @@
}], # variant == stress
##############################################################################
+['variant == turbofan', {
+
+ # Assumptions about optimization need investigation in TurboFan.
+ 'regress-sync-optimized-lists': [FAIL],
+
+}], # variant == turbofan
+
+##############################################################################
['variant == turbofan_opt', {
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
@@ -629,7 +633,6 @@
'debug-evaluate-locals-optimized-double': [FAIL],
'debug-liveedit-double-call': [FAIL],
'es6/debug-evaluate-blockscopes': [FAIL],
- 'ignition/debug-break-on-stack': [FAIL],
# TODO(jgruber): Fails in --turbo --always-opt mode.
'regress/regress-105': [FAIL],
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | test/mjsunit/wasm/compiled-module-management.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698