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

Unified Diff: test/test262/test262.status

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: Check for 'name' properties at parse-time Created 4 years, 1 month 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
« src/runtime/runtime-classes.cc ('K') | « test/mjsunit/es6/function-name.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 8343d540f04a9ccf334e4e5ffcd745ff4bf7131c..b05bdd4890cf23664bb322db408499253f64218b 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -37,12 +37,6 @@
###################### MISSING ES6 FEATURES #######################
- # The order of adding the name property is wrong
- # https://code.google.com/p/v8/issues/detail?id=4199
- 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLOPPY],
- 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLOPPY],
-
# https://code.google.com/p/v8/issues/detail?id=4248
'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL],
'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL],
@@ -79,7 +73,6 @@
'built-ins/Proxy/revocable/revocation-function-name': [FAIL],
'language/expressions/assignment/fn-name-lhs-cover': [FAIL],
'language/expressions/assignment/fn-name-lhs-member': [FAIL],
- 'language/expressions/class/name': [FAIL],
'language/expressions/function/name': [FAIL],
'language/expressions/generators/name': [FAIL],
'intl402/NumberFormat/prototype/format/format-function-name': [FAIL],
« src/runtime/runtime-classes.cc ('K') | « test/mjsunit/es6/function-name.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698