Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: test/test262-es6/test262-es6.status

Issue 1165003005: [es6] Array.prototype.find and findIndex should include holes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/harmony/array-findindex.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index f6b16ec38de8bbfd03d7d43eb72e8cee4f46d04c..c8e16f0a085c45632c97e217afa7039287412f4c 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -48,8 +48,10 @@
# https://code.google.com/p/v8/issues/detail?id=705
'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
- # Array.find (currently requires --harmony-arrays)
- 'built-ins/Array/prototype/find/Array.prototype.find_skip-empty': [FAIL],
+ ######################### HARNESS ISSUES ##########################
+ # These are failures due to our harness not working as supposed
+
+ # Uses [onlyStrict]
'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL],
###################### MISSING ES6 FEATURES #######################
@@ -596,6 +598,8 @@
'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK],
'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK],
+ # This invalid test has been fixed upstream.
+ 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAIL],
############################ SKIPPED TESTS #############################
« no previous file with comments | « test/mjsunit/harmony/array-findindex.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698