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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1485183002: [turbofan] Deopt support for escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
Patch Set: Improve Unittest and guard printf behind --trace-turbo-escape Created 4 years, 12 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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 64429cc446c21ca196e76c5e63902378e5aacc82..db9b4cc5e624616fc4924909c7fa2de760899f1f 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -153,19 +153,6 @@
# TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
'regress/regress-1122': [PASS, NO_VARIANTS],
- # TODO(sigurds): Tests that may fail because of missing deopt support.
- 'compiler/escape-analysis-1': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-2': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-3': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-4': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-5': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-6': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-7': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-9': [PASS, NO_VARIANTS],
- 'compiler/escape-analysis-10': [PASS, NO_VARIANTS],
- # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. select).
- 'compiler/escape-analysis-8': [PASS, NO_VARIANTS],
-
# Assumptions about optimization need investigation in TurboFan.
'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],

Powered by Google App Engine
This is Rietveld 408576698