Reviewers: Dmitry Lomov (chromium),

Message:
This runs the tests and marks them as accepted failures instead of skipping them
completely.

Description:
Mark some test262 cases as known failures after r24495.

[email protected]

Please review this at https://codereview.chromium.org/650863002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -3 lines):
  M test/test262/test262.status


Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 8dd90f5a863662c621f54d46601c66d39d16aee8..a5c5a1ab5489f96876249c7a2366739f2b03ced4 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -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 #############################



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to