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

Unified Diff: test/test262/test262.status

Issue 585373003: Convert `obj` ToObject in Object.keys() (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Skip es5 test262 tests which assert that Object.keys() throws on primitives Created 6 years, 3 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/third_party/object-keys.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 86663130ac4bbf4ac661ec325e790f3ad3de22c3..8dd90f5a863662c621f54d46601c66d39d16aee8 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -87,6 +87,12 @@
'S15.9.3.1_A5_T5': [PASS, FAIL_OK],
'S15.9.3.1_A5_T6': [PASS, FAIL_OK],
+ # ObjectKeys() no longer throws TypeError when passed a primitive value which
+ # is not null or undefined (per ES6).
+ '15.2.3.14-1-1': [SKIP],
Michael Starzinger 2014/10/09 16:57:26 Is there a particular reason we cannot use "[PASS,
+ '15.2.3.14-1-2': [SKIP],
+ '15.2.3.14-1-3': [SKIP],
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
« no previous file with comments | « test/mjsunit/third_party/object-keys.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698