Mark some test262 cases as known failures after r24495.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Mon, 13 Oct 2014 11:11:15 +0000 (11:11 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Mon, 13 Oct 2014 11:11:15 +0000 (11:11 +0000)
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

test/test262/test262.status

index 8dd90f5..a5c5a1a 100644 (file)
@@ -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 #############################