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

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

Issue 1229903004: Make dates default to the local timezone if none specified (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Actually fix test Created 5 years, 4 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '15.2.3.12-1-4': [FAIL], 277 '15.2.3.12-1-4': [FAIL],
278 '15.2.3.13-1': [FAIL], 278 '15.2.3.13-1': [FAIL],
279 '15.2.3.13-1-1': [FAIL], 279 '15.2.3.13-1-1': [FAIL],
280 '15.2.3.13-1-2': [FAIL], 280 '15.2.3.13-1-2': [FAIL],
281 '15.2.3.13-1-3': [FAIL], 281 '15.2.3.13-1-3': [FAIL],
282 '15.2.3.13-1-4': [FAIL], 282 '15.2.3.13-1-4': [FAIL],
283 283
284 # ES6 RegExp test calls ToLength, not ToUint32 284 # ES6 RegExp test calls ToLength, not ToUint32
285 'S15.10.6.2_A5_T3': [FAIL], 285 'S15.10.6.2_A5_T3': [FAIL],
286 286
287 # ES6 says for dates to default to the local timezone if none is specified
288 '15.9.1.15-1': [FAIL],
289
287 ######################## NEEDS INVESTIGATION ########################### 290 ######################## NEEDS INVESTIGATION ###########################
288 291
289 # These test failures are specific to the intl402 suite and need investigation 292 # These test failures are specific to the intl402 suite and need investigation
290 # to be either marked as bugs with issues filed for them or as deliberate 293 # to be either marked as bugs with issues filed for them or as deliberate
291 # incompatibilities if the test cases turn out to be broken or ambiguous. 294 # incompatibilities if the test cases turn out to be broken or ambiguous.
292 '6.2.3': [FAIL], 295 '6.2.3': [FAIL],
293 '9.2.1_2': [FAIL], 296 '9.2.1_2': [FAIL],
294 '9.2.6_2': [FAIL], 297 '9.2.6_2': [FAIL],
295 '10.1.1_a': [FAIL], 298 '10.1.1_a': [FAIL],
296 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 299 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 370
368 # BUG(3251225): Tests that timeout with --nocrankshaft. 371 # BUG(3251225): Tests that timeout with --nocrankshaft.
369 'S15.1.3.1_A2.4_T1': [SKIP], 372 'S15.1.3.1_A2.4_T1': [SKIP],
370 'S15.1.3.1_A2.5_T1': [SKIP], 373 'S15.1.3.1_A2.5_T1': [SKIP],
371 'S15.1.3.2_A2.4_T1': [SKIP], 374 'S15.1.3.2_A2.4_T1': [SKIP],
372 'S15.1.3.2_A2.5_T1': [SKIP], 375 'S15.1.3.2_A2.5_T1': [SKIP],
373 'S15.1.3.3_A2.3_T1': [SKIP], 376 'S15.1.3.3_A2.3_T1': [SKIP],
374 'S15.1.3.4_A2.3_T1': [SKIP], 377 'S15.1.3.4_A2.3_T1': [SKIP],
375 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
376 ] 379 ]
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