Revision: 25119
Author:   [email protected]
Date:     Tue Nov  4 18:36:00 2014 UTC
Log:      Adjust test262-es6 following --harmony flag change

[email protected]
BUG=

Review URL: https://codereview.chromium.org/702753002
https://code.google.com/p/v8/source/detail?r=25119

Modified:
 /branches/bleeding_edge/test/test262-es6/test262-es6.status

=======================================
--- /branches/bleeding_edge/test/test262-es6/test262-es6.status Mon Nov 3 21:46:35 2014 UTC +++ /branches/bleeding_edge/test/test262-es6/test262-es6.status Tue Nov 4 18:36:00 2014 UTC
@@ -50,6 +50,25 @@

   ###################### MISSING ES6 FEATURES #######################

+  # Array.fill (currently requires --harmony-arrays)
+  'S22.1.3.6_T1': [FAIL],
+
+  # Array.find (currently requires --harmony-arrays)
+  'S22.1.2.3_T1': [FAIL],
+  'S22.1.2.3_T2': [FAIL],
+  'Array.prototype.find_empty-array-undefined': [FAIL],
+  'Array.prototype.find_length-property': [FAIL],
+  'Array.prototype.find_modify-after-start': [FAIL],
+  'Array.prototype.find_non-returning-predicate': [FAIL],
+  'Array.prototype.find_predicate-arguments': [FAIL],
+  'Array.prototype.find_push-after-start': [FAIL],
+  'Array.prototype.find_remove-after-start': [FAIL],
+  'Array.prototype.find_return-found-value': [FAIL],
+  'Array.prototype.find_skip-empty': [FAIL],
+  'Array.prototype.find_this-defined': [FAIL],
+  'Array.prototype.find_this-is-object': [FAIL],
+  'Array.prototype.find_this-undefined': [FAIL],
+
   # Array.from
   'S22.1.2.1_T1': [FAIL],
   'S22.1.2.1_T2': [FAIL],

--
--
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