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

Unified Diff: test/test262/test262.status

Issue 2603193002: [modules] Make @@toStringTag on namespace objects non-configurable. (Closed)
Patch Set: Skip test262 tests and add 'delete' test. Created 3 years, 12 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-namespace1.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 54f7d73ec5512c922dc87b54976d48cd9b9cf1bf..9beac575f2c818b9912b77b4208cec13c66896e3 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -419,6 +419,13 @@
'language/module-code/namespace/internals/own-property-keys-binding-types': [SKIP],
'language/module-code/namespace/internals/own-property-keys-sort': [SKIP],
+ # Symbol.toString on namespace objects was made non-configurable, tests need
+ # to be updated.
+ 'language/module-code/namespace/Symbol.toStringTag': [SKIP],
+
+ # Possible spec bug, see comment in https://github.com/tc39/ecma262/pull/747.
+ 'language/module-code/namespace/internals/delete-non-exported': [SKIP],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/mjsunit/modules-namespace1.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698