Chromium Code Reviews

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: One more test. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/cctest/cctest.status ('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 07311899609545243d55ede5ea415ac8d5f31e8d..9ff64488128956c4edf878cd7004a686b4ab039f 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -786,6 +786,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],
@@ -829,15 +830,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],
@@ -858,7 +856,6 @@
'harmony/iterator-close': [FAIL],
'harmony/reflect-construct': [FAIL],
'es6/promises': [FAIL],
- 'strong/function-arity': [FAIL],
'strong/undefined': [FAIL],
# TODO(mythria, 4780): Related to type feedback for calls in interpreter.
@@ -896,7 +893,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') | no next file » | no next file with comments »

Powered by Google App Engine