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

Unified Diff: test/test262/test262.status

Issue 2048703002: change most cases of variable redeclaration from TypeError to SyntaxError (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: incorporating comments into code 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
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index b886cc1763d6e2fa949dfbaeac87d91ccd925668..c555c8f30e0f283c7ba37d44ceae44f15d1877d8 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -266,11 +266,6 @@
'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],
« src/runtime/runtime-scopes.cc ('K') | « test/mjsunit/es6/block-eval-var-over-let.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698