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

Unified Diff: test/test262/test262.status

Issue 2578053003: [modules] Remove @@iterator on namespace objects. (Closed)
Patch Set: Skip out-of-date tests262 tests. Created 4 years 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 36d94c54b096e3c57a0b0d70e06195161bf7d342..74aa60e79758f8c354137aab8911d6a9b85b67aa 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -450,6 +450,14 @@
'language/module-code/namespace/internals/set': [FAIL],
'language/module-code/namespace/internals/define-own-property': [FAIL],
+ # Symbol.iterator on namespace objects was removed, tests need to be updated.
+ 'language/module-code/namespace/Symbol.iterator/*': [SKIP],
+ 'language/module-code/namespace/internals/get-own-property-sym': [SKIP],
+ 'language/module-code/namespace/internals/get-sym-found': [SKIP],
+ 'language/module-code/namespace/internals/has-property-sym-found': [SKIP],
+ 'language/module-code/namespace/internals/own-property-keys-binding-types': [SKIP],
+ 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« 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