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

Unified Diff: test/test262/test262.status

Issue 2064793002: Revert of change most cases of variable redeclaration from TypeError to SyntaxError (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/redeclaration-error-types.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 c555c8f30e0f283c7ba37d44ceae44f15d1877d8..b886cc1763d6e2fa949dfbaeac87d91ccd925668 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -266,6 +266,11 @@
'language/eval-code/indirect/non-definable-function-with-function': [FAIL],
'language/eval-code/indirect/non-definable-function-with-variable': [FAIL],
+ # https://bugs.chromium.org/p/v8/issues/detail?id=4955
+ 'language/eval-code/direct/var-env-global-lex-non-strict': [FAIL],
+ 'language/eval-code/direct/var-env-lower-lex-non-strict': [FAIL],
+ 'language/eval-code/indirect/var-env-global-lex-non-strict': [FAIL],
+
# https://bugs.chromium.org/p/v8/issues/detail?id=4124
'built-ins/Simd/*': [SKIP],
« no previous file with comments | « test/mjsunit/regress/redeclaration-error-types.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698