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

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

Issue 1180873002: Bound functions should also have configurable length (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 unified diff | Download patch
« no previous file with comments | « test/test262-es6/test262-es6.status ('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 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'S15.9.5.3_A3_T2': [FAIL], 222 'S15.9.5.3_A3_T2': [FAIL],
223 'S15.9.5.40_A3_T2': [FAIL], 223 'S15.9.5.40_A3_T2': [FAIL],
224 'S15.9.5.41_A3_T2': [FAIL], 224 'S15.9.5.41_A3_T2': [FAIL],
225 'S15.9.5.42_A3_T2': [FAIL], 225 'S15.9.5.42_A3_T2': [FAIL],
226 'S15.9.5.4_A3_T2': [FAIL], 226 'S15.9.5.4_A3_T2': [FAIL],
227 'S15.9.5.5_A3_T2': [FAIL], 227 'S15.9.5.5_A3_T2': [FAIL],
228 'S15.9.5.6_A3_T2': [FAIL], 228 'S15.9.5.6_A3_T2': [FAIL],
229 'S15.9.5.7_A3_T2': [FAIL], 229 'S15.9.5.7_A3_T2': [FAIL],
230 'S15.9.5.8_A3_T2': [FAIL], 230 'S15.9.5.8_A3_T2': [FAIL],
231 'S15.9.5.9_A3_T2': [FAIL], 231 'S15.9.5.9_A3_T2': [FAIL],
232 '15.3.4.5-15-2': [FAIL],
232 233
233 # Object.getPrototypeOf wraps primitive values in ES6. 234 # Object.getPrototypeOf wraps primitive values in ES6.
234 '15.2.3.2-1': [FAIL], 235 '15.2.3.2-1': [FAIL],
235 '15.2.3.2-1-3': [FAIL], 236 '15.2.3.2-1-3': [FAIL],
236 '15.2.3.2-1-4': [FAIL], 237 '15.2.3.2-1-4': [FAIL],
237 238
238 # Object.getOwnPropertyDescriptor wraps primitives in ES6. 239 # Object.getOwnPropertyDescriptor wraps primitives in ES6.
239 '15.2.3.3-1': [FAIL], 240 '15.2.3.3-1': [FAIL],
240 '15.2.3.3-1-3': [FAIL], 241 '15.2.3.3-1-3': [FAIL],
241 '15.2.3.3-1-4': [FAIL], 242 '15.2.3.3-1-4': [FAIL],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 372
372 # BUG(3251225): Tests that timeout with --nocrankshaft. 373 # BUG(3251225): Tests that timeout with --nocrankshaft.
373 'S15.1.3.1_A2.4_T1': [SKIP], 374 'S15.1.3.1_A2.4_T1': [SKIP],
374 'S15.1.3.1_A2.5_T1': [SKIP], 375 'S15.1.3.1_A2.5_T1': [SKIP],
375 'S15.1.3.2_A2.4_T1': [SKIP], 376 'S15.1.3.2_A2.4_T1': [SKIP],
376 'S15.1.3.2_A2.5_T1': [SKIP], 377 'S15.1.3.2_A2.5_T1': [SKIP],
377 'S15.1.3.3_A2.3_T1': [SKIP], 378 'S15.1.3.3_A2.3_T1': [SKIP],
378 'S15.1.3.4_A2.3_T1': [SKIP], 379 'S15.1.3.4_A2.3_T1': [SKIP],
379 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 380 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
380 ] 381 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698