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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1698273003: [es6] [interpreter] Add tail calls support to Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@tco-turbo-2
Patch Set: Decreased number of iterations to fix timeouts Created 4 years, 10 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 e465c28e8aef762a989f11d8c5c40e4a65684a6d..73ac00a3b64b3ad0e815cb87379acbcdf8607e4a 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -44,7 +44,6 @@
'regress/regress-crbug-160010': [SKIP],
# Issue 4698: not fully supported by Turbofan yet
- 'es6/tail-call-simple': [SKIP],
'es6/tail-call': [PASS, NO_VARIANTS],
# Issue 3389: deopt_every_n_garbage_collections is unsafe
@@ -845,9 +844,6 @@
'debug-liveedit-2': [FAIL],
'compiler/deopt-tonumber-compare': [FAIL],
'es6/string-search': [FAIL],
- 'es6/tail-call-proxies': [FAIL],
- 'es6/tail-call': [FAIL],
- 'es6/tail-call-simple': [FAIL],
'es6/mirror-collections': [FAIL],
'es6/regress/regress-468661': [FAIL],
'harmony/string-replace': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698