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

Unified Diff: test/test262/test262.status

Issue 1721453002: Remove Reflect.enumerate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: private symbols passes Created 4 years, 10 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/mjsunit.status ('k') | tools/gyp/v8.gyp » ('j') | 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 93e577953d7068b755d7b98d9ad1b1b25c743e2f..7c2e9cbf4fc1d7ee8480c9441d8c73bf3817032b 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -47,13 +47,10 @@
###################### MISSING ES6 FEATURES #######################
- # It's unclear what the right behavior for [[Enumerate]] is; we're awaiting
- # clarification in the spec. Currently, our for-in implementation for
- # Proxies checks all trap result values for being strings...
- 'built-ins/Proxy/enumerate/return-trap-result': [FAIL],
- # ...and our Reflect.enumerate implementation is built on for-in by wrapping
- # the iteration's results in a new generator; this postpones exceptions.
- 'built-ins/Reflect/enumerate/return-abrupt-from-result': [FAIL],
+ # https://bugs.chromium.org/p/v8/issues/detail?id=4768
+ # The Reflect.enumerate trap is removed
+ 'built-ins/Reflect/enumerate/*': [SKIP],
+ 'built-ins/Proxy/enumerate/*': [SKIP],
# https://code.google.com/p/v8/issues/detail?id=4163
'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698