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

Unified Diff: test/test262/test262.status

Issue 1622723003: Sloppy mode webcompat: allow conflicting function declarations in blocks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add Annex B checks to test 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 | « test/mjsunit/regress/regress-4693.js ('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 ece24a040d9c467edcec064fae2d770d9513f5f0..32a031c7abd89a448ad8e910416743445e19e58c 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -448,6 +448,9 @@
'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
'language/types/number/S8.5_A2.2': [PASS, FAIL_OK],
+ # https://code.google.com/p/v8/issues/detail?id=4693
+ 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
+
############################ INVALID TESTS #############################
# The reference value calculated by Test262 is incorrect if you run these
« no previous file with comments | « test/mjsunit/regress/regress-4693.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698