Mark some test262 cases as known failures after r24495.

R=dslomov@chromium.org

Review URL: https://codereview.chromium.org/650863002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5c1f7b5a
......@@ -89,9 +89,9 @@
# 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],
'15.2.3.14-1-2': [SKIP],
'15.2.3.14-1-3': [SKIP],
'15.2.3.14-1-1': [FAIL_OK],
'15.2.3.14-1-2': [FAIL_OK],
'15.2.3.14-1-3': [FAIL_OK],
############################ SKIPPED TESTS #############################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment