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

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

Issue 1166303004: Stage ES6 arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8@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 unified diff | Download patch
« no previous file with comments | « src/flag-definitions.h ('k') | 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], 172 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
173 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], 173 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL],
174 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], 174 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL],
175 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], 175 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL],
176 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], 176 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL],
177 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], 177 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL],
178 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], 178 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL],
179 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], 179 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
180 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] , 180 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] ,
181 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL] , 181 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL] ,
182 'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction': [FAIL],
183 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], 182 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL],
184 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], 183 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL],
185 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], 184 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL],
186 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], 185 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL],
187 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], 186 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL],
188 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], 187 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL],
189 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], 188 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL],
190 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], 189 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL],
191 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], 190 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL],
192 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], 191 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL],
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'intl402/12.1_L15': [FAIL], 281 'intl402/12.1_L15': [FAIL],
283 'intl402/12.2.2_L15': [FAIL], 282 'intl402/12.2.2_L15': [FAIL],
284 'intl402/12.3.2_1_a_L15': [FAIL], 283 'intl402/12.3.2_1_a_L15': [FAIL],
285 'intl402/12.3.2_L15': [FAIL], 284 'intl402/12.3.2_L15': [FAIL],
286 'intl402/12.3.3_L15': [FAIL], 285 'intl402/12.3.3_L15': [FAIL],
287 'intl402/13.1.1_L15': [FAIL], 286 'intl402/13.1.1_L15': [FAIL],
288 'intl402/13.2.1_L15': [FAIL], 287 'intl402/13.2.1_L15': [FAIL],
289 'intl402/13.3.1_L15': [FAIL], 288 'intl402/13.3.1_L15': [FAIL],
290 'intl402/13.3.2_L15': [FAIL], 289 'intl402/13.3.2_L15': [FAIL],
291 'intl402/13.3.3_L15': [FAIL], 290 'intl402/13.3.3_L15': [FAIL],
292 'language/arrow-function/Arrow-Function_rules-for-prototype': [FAIL],
293 'language/arrow-function/Arrow-Function_semantics': [FAIL],
294 'language/arrow-function/Arrow-Function_syntax-variations': [FAIL],
295 'language/class/arguments/access': [FAIL], 291 'language/class/arguments/access': [FAIL],
296 'language/class/arguments/default-constructor': [FAIL], 292 'language/class/arguments/default-constructor': [FAIL],
297 'language/class/definition/accessors': [FAIL], 293 'language/class/definition/accessors': [FAIL],
298 'language/class/definition/basics': [FAIL], 294 'language/class/definition/basics': [FAIL],
299 'language/class/definition/constructable-but-no-prototype': [FAIL], 295 'language/class/definition/constructable-but-no-prototype': [FAIL],
300 'language/class/definition/constructor': [FAIL], 296 'language/class/definition/constructor': [FAIL],
301 'language/class/definition/constructor-property': [FAIL], 297 'language/class/definition/constructor-property': [FAIL],
302 'language/class/definition/constructor-strict-by-default': [FAIL], 298 'language/class/definition/constructor-strict-by-default': [FAIL],
303 'language/class/definition/getters': [FAIL], 299 'language/class/definition/getters': [FAIL],
304 'language/class/definition/getters-2': [FAIL], 300 'language/class/definition/getters-2': [FAIL],
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 617
622 # BUG(3251225): Tests that timeout with --nocrankshaft. 618 # BUG(3251225): Tests that timeout with --nocrankshaft.
623 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 619 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
624 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 620 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
625 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 621 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
626 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 622 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
627 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 623 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
628 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 624 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
629 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 625 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
630 ] 626 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698