Commit dbc6c86b authored by rossberg@chromium.org's avatar rossberg@chromium.org

Adjust test262-es6 following --harmony flag change

TBR=adamk@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#25119}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25119 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 512cd8e7
......@@ -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],
......
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