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

Unified Diff: test/test262/test262.status

Issue 1528853002: [interpreter] Use interpreter on all function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more skip. Created 5 years 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/mjsunit.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index d9f85856164ad0c3b8e907ce5ddc63c091d476ae..1748bb5330c7796c842c8e4220b00747f1384e77 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -531,6 +531,7 @@
'built-ins/Array/prototype/reduce/*': [SKIP],
'built-ins/Array/prototype/reduceRight/*': [SKIP],
'built-ins/decodeURI*': [SKIP],
+ 'built-ins/GeneratorFunction/*': [SKIP],
'built-ins/GeneratorPrototype/*': [SKIP],
'built-ins/Map/*': [SKIP],
'built-ins/MapIteratorPrototype/*': [SKIP],
@@ -627,6 +628,13 @@
'language/statements/function/S13.2.2_A19_T7': [SKIP],
'language/statements/function/S13.2.2_A19_T8': [SKIP],
'language/statements/while/S12.6.2_A4_T5': [SKIP],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-1': [SKIP],
+ 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-parameter-value-2': [SKIP],
+ 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP],
+ 'language/expressions/object/method-definition/name-prop-name-yield-expr': [SKIP],
+ 'language/statements/function/S13.2.2_A18_T1': [SKIP],
+ 'language/statements/function/S13.2.2_A17_T2': [SKIP],
+ 'language/statements/function/S13.2.2_A17_T3': [SKIP],
}], # ignition == True
['ignition == True and (arch == arm or arch == arm64)', {
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698