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

Unified Diff: test/test262/test262.status

Issue 2407423002: [modules] Implement @@iterator on namespace objects. (Closed)
Patch Set: Rename kSize to kHeadersize again. Created 4 years, 2 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/modules-namespace2.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 9da8cf1c98dedfb41b97933315bb9e14997e5c56..7ebfd6d1b076ac9c01625adb78e9575e22db6f2e 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -644,15 +644,12 @@
# v8:5487
'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
- # @@iterator on namespace objects, to be implemented
- 'language/module-code/namespace/internals/define-own-property': [FAIL],
- 'language/module-code/namespace/internals/get-own-property-sym': [FAIL],
- 'language/module-code/namespace/internals/get-sym-found': [FAIL],
- 'language/module-code/namespace/internals/has-property-sym-found': [FAIL],
- 'language/module-code/namespace/internals/own-property-keys-binding-types': [FAIL],
- 'language/module-code/namespace/internals/own-property-keys-sort': [FAIL],
+ # v8:5401
'language/module-code/namespace/internals/set': [FAIL],
- 'language/module-code/namespace/Symbol.iterator/*': [FAIL],
+ 'language/module-code/namespace/internals/define-own-property': [FAIL],
+
+ # https://github.com/tc39/test262/issues/773
+ 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP],
}], # variant == ignition or variant == ignition_staging or variant == ignition_turbofan
]
« no previous file with comments | « test/mjsunit/modules-namespace2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698