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

Unified Diff: test/test262/test262.status

Issue 788143004: Update strict mode function declaration tests before block scoping. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 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/preparser/testcfg.py ('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 87fec5a346c091b38c1ecf62060e95fde5632ea3..82a962b021076d54f8a14ced71b1649efd497300 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -35,6 +35,18 @@
'11.2.3_b': [FAIL],
'12.2.3_b': [FAIL],
+ ############################### ES6 ###################################
+ # ES6 allows block-local functions.
+ 'Sbp_A1_T1': [PASS, FAIL],
+ 'Sbp_A2_T1': [PASS, FAIL],
+ 'Sbp_A2_T2': [PASS, FAIL],
+ 'Sbp_A3_T1': [PASS, FAIL],
+ 'Sbp_A3_T2': [PASS, FAIL],
+ 'Sbp_A4_T1': [PASS, FAIL],
+ 'Sbp_A4_T2': [PASS, FAIL],
+ 'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable)
+ 'Sbp_A5_T2': [PASS, FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/preparser/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698