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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1782013002: [compiler] Sidestep the interpreter for generator functions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 4 years, 9 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/test262/test262.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 a07c82676a88ad185acf0f1de7c0eaccf052a089..453d3192d85d10b3288b8c4f628b85129236115c 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -761,6 +761,7 @@
'regress/regress-1132': [SKIP],
}], # 'arch == ppc and simulator_run == True'
+##############################################################################
['ignition == True', {
# TODO(yangguo,4690): assertion failures in debugger tests.
'debug-allscopes-on-debugger': [FAIL],
@@ -804,15 +805,12 @@
'es6/classes-subclass-builtins': [FAIL],
'es6/computed-property-names-classes': [FAIL],
'es6/computed-property-names-object-literals-methods': [FAIL],
- 'es6/function-length-configurable': [FAIL],
'es6/generators-poisoned-properties': [FAIL],
'es6/generators-runtime': [FAIL],
- 'es6/generators-objects': [FAIL],
'es6/generators-parsing': [FAIL],
'es6/generators-iteration': [FAIL],
'es6/generators-states': [FAIL],
'es6/iteration-semantics': [FAIL],
- 'es6/iterator-prototype': [FAIL],
'es6/generators-mirror': [FAIL],
'es6/object-literals-method': [FAIL],
'es6/object-literals-super': [FAIL],
@@ -869,7 +867,7 @@
'compiler/osr-one': [SKIP],
'compiler/osr-two': [SKIP],
'regress/regress-1257': [SKIP],
-}], # ignition == True and (arch == arm or arch == arm64)
+}], # ignition == True and arch == arm
##############################################################################
['gcov_coverage', {
« no previous file with comments | « test/cctest/cctest.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698