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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1457683003: [turbofan] Initial support for escape analysis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 d100b8579169a26b620dd5d148419314e296cdd2..c3031cb0d515a292d93181cece18367e2230a9f9 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -170,6 +170,18 @@
# 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': [SKIP],
Michael Starzinger 2015/11/30 10:05:39 If the "--turbo" is dropped from the test flags, t
sigurds 2015/11/30 13:50:24 Done.
+ 'compiler/escape-analysis-2': [SKIP],
+ 'compiler/escape-analysis-3': [SKIP],
+ 'compiler/escape-analysis-4': [SKIP],
+ 'compiler/escape-analysis-5': [SKIP],
+ 'compiler/escape-analysis-7': [SKIP],
+ # TODO(sigurds): Tests that fail because of incomplete phi handling.
+ 'compiler/escape-analysis-6': [SKIP],
+ # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. select).
+ 'compiler/escape-analysis-8': [SKIP],
+
# Assumptions about optimization need investigation in TurboFan.
'regress-sync-optimized-lists': [PASS, NO_VARIANTS],

Powered by Google App Engine
This is Rietveld 408576698