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

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: Rebase Created 5 years 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/mjsunit/compiler/escape-analysis-8.js ('k') | test/unittests/compiler/escape-analysis-unittest.cc » ('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 456d20e490f0680dbe9d6a4669f28ee8fd4bbe5e..06bfe471fccbc4ce37f3364c4ef69006b6efd7e9 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -167,6 +167,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': [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-7': [PASS, NO_VARIANTS],
+ # TODO(sigurds): Tests that fail because of incomplete phi handling.
+ 'compiler/escape-analysis-6': [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],
« no previous file with comments | « test/mjsunit/compiler/escape-analysis-8.js ('k') | test/unittests/compiler/escape-analysis-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698