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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1412703002: [turbofan] Stage --turbo-inlining behind --turbo flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More on ARM. Created 5 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/cctest.status ('k') | test/mozilla/mozilla.status » ('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 595fc6f4c1f8c09c5ad258b93994f8c12132eec6..76c323c4dd95359bdca0969e331d7b31d42b4f2a 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -152,6 +152,24 @@
# TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
'regress/regress-1122': [PASS, NO_VARIANTS],
+ # Issue 4493: Open issues before we can ship general purpose inlining.
+ 'array-reduce': [PASS, NO_VARIANTS],
+ 'compiler/lazy-deopt-in-literal': [PASS, NO_VARIANTS],
+ 'compiler/osr-infinite': [PASS, NO_VARIANTS],
+ 'es6/array-find': [PASS, NO_VARIANTS],
+ 'es6/array-findindex': [PASS, NO_VARIANTS],
+ 'es6/microtask-delivery': [PASS, NO_VARIANTS],
+ 'es6/promises': [PASS, NO_VARIANTS], # only on 64-bit.
+ 'es6/templates': [PASS, NO_VARIANTS],
+ 'es6/typedarray-find': [PASS, NO_VARIANTS],
+ 'es6/typedarray-findindex': [PASS, NO_VARIANTS],
+ 'harmony/destructuring': [PASS, NO_VARIANTS],
+ 'harmony/proxies': [PASS, NO_VARIANTS],
+ 'harmony/proxies-example-membrane': [PASS, NO_VARIANTS], # only on 64-bit.
+ 'harmony/spread-array': [PASS, NO_VARIANTS],
+ 'regress/cross-script-vars': [PASS, NO_VARIANTS],
+ 'tools/profile': [PASS, NO_VARIANTS],
+
# issue 4078:
'allocation-site-info': [PASS, NO_VARIANTS],
« no previous file with comments | « test/cctest/cctest.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698