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

Unified Diff: test/mjsunit/mjsunit.status

Issue 479543003: Stage ES6 generators (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor fix: remove harmony -> generators implication (staging is sufficient) Created 6 years, 4 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/mjsunit/harmony/regress/regress-3280.js ('k') | no next file » | 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 c3254546316ea19785df87f8f3a211366ed65da9..6b60d80a3229f0ec74df5ca0cbb4c9354746f50f 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -132,8 +132,8 @@
'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS],
'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS],
'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANTS],
+ 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
'harmony/debug-blockscopes': [PASS, NO_VARIANTS],
- 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS],
'regress/regress-1081309': [PASS, NO_VARIANTS],
'regress/regress-1170187': [PASS, NO_VARIANTS],
'regress/regress-119609': [PASS, NO_VARIANTS],
@@ -148,14 +148,14 @@
# Support for ES6 generators is missing.
'regress-3225': [PASS, NO_VARIANTS],
- 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS],
- 'harmony/generators-iteration': [PASS, NO_VARIANTS],
- 'harmony/generators-parsing': [PASS, NO_VARIANTS],
- 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS],
- 'harmony/generators-relocation': [PASS, NO_VARIANTS],
- 'harmony/regress/regress-2681': [PASS, NO_VARIANTS],
- 'harmony/regress/regress-2691': [PASS, NO_VARIANTS],
- 'harmony/regress/regress-3280': [PASS, NO_VARIANTS],
+ 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS],
+ 'es6/generators-iteration': [PASS, NO_VARIANTS],
+ 'es6/generators-parsing': [PASS, NO_VARIANTS],
+ 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS],
+ 'es6/generators-relocation': [PASS, NO_VARIANTS],
+ 'es6/regress/regress-2681': [PASS, NO_VARIANTS],
+ 'es6/regress/regress-2691': [PASS, NO_VARIANTS],
+ 'es6/regress/regress-3280': [PASS, NO_VARIANTS],
# Support for ES6 for-of iteration is missing.
'es6/array-iterator': [PASS, NO_VARIANTS],
« no previous file with comments | « test/mjsunit/harmony/regress/regress-3280.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698