Reviewers: adamk,
Description:
Adjust test262-es6 following --harmony flag change
[email protected]
BUG=
Please review this at https://codereview.chromium.org/702753002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+19, -0 lines):
M test/test262-es6/test262-es6.status
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status
b/test/test262-es6/test262-es6.status
index
b1db0630da650414c9eaa9a9b4b80b8299e62781..3791dfd9977e0d762d0ba12a93e8ed53b8240255
100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -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.