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

Unified Diff: test/test262/test262.status

Issue 613283002: Convert argument toObject() in Object.getOwnPropertyNames/Descriptors (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: FAIL_OK rather than SKIP Created 6 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/object-get-own-property-names.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 a5c5a1ab5489f96876249c7a2366739f2b03ced4..87fec5a346c091b38c1ecf62060e95fde5632ea3 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -93,6 +93,11 @@
'15.2.3.14-1-2': [FAIL_OK],
'15.2.3.14-1-3': [FAIL_OK],
+ # Object.getOwnPropertyNames(O) no longer throws when passed a primitive value.
+ '15.2.3.4-1-4': [FAIL_OK],
+ '15.2.3.4-1-5': [FAIL_OK],
+ '15.2.3.4-1': [FAIL_OK],
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
« no previous file with comments | « test/mjsunit/object-get-own-property-names.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698