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

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

Issue 553623004: ES6: Array.prototype.slice and friends should use ToLength instead of ToUint32 Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove failing tests. Created 5 years, 10 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-length.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 fd93f295fac0b7c47bff6ab86441613d10880f11..4a6a60255e0c093ae6d0b8bb245b6ea35db153bc 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -105,6 +105,102 @@
'Sbp_A5_T1': [PASS], # Test is broken (strict reference to unbound variable)
'Sbp_A5_T2': [FAIL],
+ # ES6 calls ToLength for several Array functions.
+ #
+ #
+ #
+ '15.4.4.14-3-12': [SKIP],
+ '15.4.4.14-3-14': [SKIP],
+ '15.4.4.14-3-25': [SKIP],
+ '15.4.4.14-3-28': [SKIP],
+ '15.4.4.14-3-29': [SKIP],
+ '15.4.4.14-3-7': [SKIP],
+ '15.4.4.14-3-8': [SKIP],
+ '15.4.4.15-3-12': [SKIP],
+ '15.4.4.15-3-14': [SKIP],
+ '15.4.4.15-3-25': [SKIP],
+ '15.4.4.15-3-28': [SKIP],
+ '15.4.4.15-3-29': [SKIP],
+ '15.4.4.15-3-7': [SKIP],
+ '15.4.4.15-3-8': [SKIP],
+ '15.4.4.16-3-12': [SKIP],
+ '15.4.4.16-3-14': [SKIP],
+ '15.4.4.16-3-25': [SKIP],
+ '15.4.4.16-3-28': [SKIP],
+ '15.4.4.16-3-29': [SKIP],
+ '15.4.4.16-3-7': [SKIP],
+ '15.4.4.16-3-8': [SKIP],
+ '15.4.4.17-3-12': [SKIP],
+ '15.4.4.17-3-14': [SKIP],
+ '15.4.4.17-3-25': [SKIP],
+ '15.4.4.17-3-28': [SKIP],
+ '15.4.4.17-3-29': [SKIP],
+ '15.4.4.17-3-7': [SKIP],
+ '15.4.4.17-3-8': [SKIP],
+ '15.4.4.18-3-12': [SKIP],
+ '15.4.4.18-3-14': [SKIP],
+ '15.4.4.18-3-25': [SKIP],
+ '15.4.4.18-3-28': [SKIP],
+ '15.4.4.18-3-29': [SKIP],
+ '15.4.4.18-3-7': [SKIP],
+ '15.4.4.18-3-8': [SKIP],
+ '15.4.4.19-3-12': [SKIP],
+ '15.4.4.19-3-14': [SKIP],
+ '15.4.4.19-3-25': [SKIP],
+ '15.4.4.19-3-28': [SKIP],
+ '15.4.4.19-3-29': [SKIP],
+ '15.4.4.19-3-7': [SKIP],
+ '15.4.4.19-3-8': [SKIP],
+ '15.4.4.20-3-12': [SKIP],
+ '15.4.4.20-3-14': [SKIP],
+ '15.4.4.20-3-25': [SKIP],
+ '15.4.4.20-3-28': [SKIP],
+ '15.4.4.20-3-29': [SKIP],
+ '15.4.4.20-3-7': [SKIP],
+ '15.4.4.20-3-8': [SKIP],
+ '15.4.4.21-3-12': [SKIP],
+ '15.4.4.21-3-14': [SKIP],
+ '15.4.4.21-3-25': [SKIP],
+ '15.4.4.21-3-28': [SKIP],
+ '15.4.4.21-3-29': [SKIP],
+ '15.4.4.21-3-7': [SKIP],
+ '15.4.4.21-3-8': [SKIP],
+ '15.4.4.22-3-12': [SKIP],
+ '15.4.4.22-3-14': [SKIP],
+ '15.4.4.22-3-25': [SKIP],
+ '15.4.4.22-3-28': [SKIP],
+ '15.4.4.22-3-29': [SKIP],
+ '15.4.4.22-3-7': [SKIP],
+ '15.4.4.22-3-8': [SKIP],
+ 'S15.4.4.10_A3_T1': [SKIP],
+ 'S15.4.4.10_A3_T2': [SKIP],
+ 'S15.4.4.10_A3_T3': [SKIP],
+ 'S15.4.4.12_A3_T1': [SKIP],
+ 'S15.4.4.12_A3_T2': [SKIP],
+ 'S15.4.4.12_A3_T3': [SKIP],
+ 'S15.4.4.13_A2_T2': [SKIP],
+ 'S15.4.4.13_A3_T1': [SKIP],
+ 'S15.4.4.13_A3_T2': [SKIP],
+ 'S15.4.4.13_A3_T3': [SKIP],
+ 'S15.4.4.5_A2_T2': [SKIP],
+ 'S15.4.4.5_A4_T1': [SKIP],
+ 'S15.4.4.5_A4_T2': [SKIP],
+ 'S15.4.4.5_A4_T3': [SKIP],
+ 'S15.4.4.6_A2_T2': [SKIP],
+ 'S15.4.4.6_A3_T1': [SKIP],
+ 'S15.4.4.6_A3_T2': [SKIP],
+ 'S15.4.4.6_A3_T3': [SKIP],
+ 'S15.4.4.7_A2_T2': [SKIP],
+ 'S15.4.4.7_A4_T1': [SKIP],
+ 'S15.4.4.7_A4_T3': [SKIP],
+ 'S15.4.4.8_A3_T1': [SKIP],
+ 'S15.4.4.8_A3_T2': [SKIP],
+ 'S15.4.4.8_A3_T3': [SKIP],
+ 'S15.4.4.9_A2_T2': [SKIP],
+ 'S15.4.4.9_A3_T1': [SKIP],
+ 'S15.4.4.9_A3_T2': [SKIP],
+ 'S15.4.4.9_A3_T3': [SKIP],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/mjsunit/harmony/array-length.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698