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

Side by Side Diff: test/test262-es6/test262-es6.status

Issue 702753002: Adjust test262-es6 following --harmony flag change (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'S15.8.2.18_A7': [PASS, FAIL_OK], 43 'S15.8.2.18_A7': [PASS, FAIL_OK],
44 'S15.8.2.7_A7': [PASS, FAIL_OK], 44 'S15.8.2.7_A7': [PASS, FAIL_OK],
45 45
46 # This is an incompatibility between ES5 and V8 on enumerating 46 # This is an incompatibility between ES5 and V8 on enumerating
47 # shadowed elements in a for..in loop. 47 # shadowed elements in a for..in loop.
48 # https://code.google.com/p/v8/issues/detail?id=705 48 # https://code.google.com/p/v8/issues/detail?id=705
49 '12.6.4-2': [PASS, FAIL_OK], 49 '12.6.4-2': [PASS, FAIL_OK],
50 50
51 ###################### MISSING ES6 FEATURES ####################### 51 ###################### MISSING ES6 FEATURES #######################
52 52
53 # Array.fill (currently requires --harmony-arrays)
54 'S22.1.3.6_T1': [FAIL],
55
56 # Array.find (currently requires --harmony-arrays)
57 'S22.1.2.3_T1': [FAIL],
58 'S22.1.2.3_T2': [FAIL],
59 'Array.prototype.find_empty-array-undefined': [FAIL],
60 'Array.prototype.find_length-property': [FAIL],
61 'Array.prototype.find_modify-after-start': [FAIL],
62 'Array.prototype.find_non-returning-predicate': [FAIL],
63 'Array.prototype.find_predicate-arguments': [FAIL],
64 'Array.prototype.find_push-after-start': [FAIL],
65 'Array.prototype.find_remove-after-start': [FAIL],
66 'Array.prototype.find_return-found-value': [FAIL],
67 'Array.prototype.find_skip-empty': [FAIL],
68 'Array.prototype.find_this-defined': [FAIL],
69 'Array.prototype.find_this-is-object': [FAIL],
70 'Array.prototype.find_this-undefined': [FAIL],
71
53 # Array.from 72 # Array.from
54 'S22.1.2.1_T1': [FAIL], 73 'S22.1.2.1_T1': [FAIL],
55 'S22.1.2.1_T2': [FAIL], 74 'S22.1.2.1_T2': [FAIL],
56 75
57 # Direct proxies 76 # Direct proxies
58 'Array.prototype.find_callable-predicate': [FAIL], 77 'Array.prototype.find_callable-predicate': [FAIL],
59 78
60 ######################## OBSOLETED BY ES6 ########################### 79 ######################## OBSOLETED BY ES6 ###########################
61 80
62 # ES6 allows duplicate properties 81 # ES6 allows duplicate properties
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 187
169 # BUG(3251225): Tests that timeout with --nocrankshaft. 188 # BUG(3251225): Tests that timeout with --nocrankshaft.
170 'S15.1.3.1_A2.4_T1': [SKIP], 189 'S15.1.3.1_A2.4_T1': [SKIP],
171 'S15.1.3.1_A2.5_T1': [SKIP], 190 'S15.1.3.1_A2.5_T1': [SKIP],
172 'S15.1.3.2_A2.4_T1': [SKIP], 191 'S15.1.3.2_A2.4_T1': [SKIP],
173 'S15.1.3.2_A2.5_T1': [SKIP], 192 'S15.1.3.2_A2.5_T1': [SKIP],
174 'S15.1.3.3_A2.3_T1': [SKIP], 193 'S15.1.3.3_A2.3_T1': [SKIP],
175 'S15.1.3.4_A2.3_T1': [SKIP], 194 'S15.1.3.4_A2.3_T1': [SKIP],
176 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 195 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
177 ] 196 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698