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

Unified Diff: test/test262/test262.status

Issue 1558153002: [Interpreter] Pass correct closure argument when creating block context. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes test262.status with failing tests on bots Created 4 years, 11 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 | « src/interpreter/bytecode-generator.cc ('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 ea51c419225a568efeac6a565d234706537701d5..7c284c008be3be99b66fd06c4284a0b7327e8fba 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -640,10 +640,20 @@
'language/statements/for-in/let*': [SKIP],
'language/statements/for-of/*': [SKIP],
'language/statements/generators/*': [SKIP],
- 'language/statements/let/*': [SKIP],
'language/statements/try/*': [SKIP],
'language/statements/with/*': [SKIP],
+ 'language/statements/let/block-local-closure-get-before-initialization': [SKIP],
rmcilroy 2016/01/05 14:33:28 Alphabetical ordering please.
mythria 2016/01/05 15:05:14 Done.
+ 'language/statements/let/block-local-closure-set-before-initialization': [SKIP],
+ 'language/statements/let/block-local-use-before-initialization-in-declaration-statement': [SKIP],
+ 'language/statements/let/block-local-use-before-initialization-in-prior-statement': [SKIP],
+ 'language/statements/let/function-local-closure-get-before-initialization': [SKIP],
+ 'language/statements/let/function-local-closure-set-before-initialization': [SKIP],
+ 'language/statements/let/function-local-use-before-initialization-in-declaration-statement': [SKIP],
+ 'language/statements/let/function-local-use-before-initialization-in-prior-statement': [SKIP],
+ 'language/statements/let/global-closure-get-before-initialization': [SKIP],
+ 'language/statements/let/global-closure-set-before-initialization': [SKIP],
+ 'language/statements/let/global-use-before-initialization-in-declaration-statement': [SKIP],
'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698