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

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

Issue 1501113002: Set the Gregorian changeover date to the beginning of time in Intl (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Replace a CHECK with DCHECK Created 5 years 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/intl/date-format/format-test.js ('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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'intl402/9.2.6_2': [FAIL], 397 'intl402/9.2.6_2': [FAIL],
398 'intl402/Collator/10.1.2.1_4': [FAIL], 398 'intl402/Collator/10.1.2.1_4': [FAIL],
399 'intl402/Collator/10.1.2_a': [PASS, FAIL], 399 'intl402/Collator/10.1.2_a': [PASS, FAIL],
400 'intl402/Collator/10.2.3_b': [PASS, FAIL], 400 'intl402/Collator/10.2.3_b': [PASS, FAIL],
401 'intl402/Collator/prototype/10.3_a': [FAIL], 401 'intl402/Collator/prototype/10.3_a': [FAIL],
402 'intl402/DateTimeFormat/12.1.1': [FAIL], 402 'intl402/DateTimeFormat/12.1.1': [FAIL],
403 'intl402/DateTimeFormat/12.1.1_a': [FAIL], 403 'intl402/DateTimeFormat/12.1.1_a': [FAIL],
404 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 404 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
405 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 405 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL],
406 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 406 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
407 'intl402/DateTimeFormat/prototype/12.3.2_FDT_7_a_iv': [FAIL],
408 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], 407 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL],
409 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 408 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
410 'intl402/DateTimeFormat/prototype/format/12.3.2_FDT_7_a_iv': [FAIL],
411 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 409 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
412 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 410 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
413 'intl402/NumberFormat/11.1.1_a': [FAIL], 411 'intl402/NumberFormat/11.1.1_a': [FAIL],
414 'intl402/NumberFormat/11.1.1': [FAIL], 412 'intl402/NumberFormat/11.1.1': [FAIL],
415 'intl402/NumberFormat/11.1.2': [PASS, FAIL], 413 'intl402/NumberFormat/11.1.2': [PASS, FAIL],
416 'intl402/NumberFormat/11.1.2.1_4': [FAIL], 414 'intl402/NumberFormat/11.1.2.1_4': [FAIL],
417 'intl402/NumberFormat/11.2.3_b': [FAIL], 415 'intl402/NumberFormat/11.2.3_b': [FAIL],
418 'intl402/NumberFormat/prototype/11.3_a': [FAIL], 416 'intl402/NumberFormat/prototype/11.3_a': [FAIL],
419 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], 417 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL],
420 418
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'language/statements/function/S13.2.2_A19_T8': [SKIP], 633 'language/statements/function/S13.2.2_A19_T8': [SKIP],
636 'language/statements/while/S12.6.2_A4_T5': [SKIP], 634 'language/statements/while/S12.6.2_A4_T5': [SKIP],
637 }], # ignition == True 635 }], # ignition == True
638 636
639 ['ignition == True and (arch == arm or arch == arm64)', { 637 ['ignition == True and (arch == arm or arch == arm64)', {
640 'built-ins/encodeURI*': [SKIP], 638 'built-ins/encodeURI*': [SKIP],
641 'intl402/9.2.2': [SKIP], 639 'intl402/9.2.2': [SKIP],
642 }], # ignition == True and (arch == arm or arch == arm64) 640 }], # ignition == True and (arch == arm or arch == arm64)
643 641
644 ] 642 ]
OLDNEW
« no previous file with comments | « test/intl/date-format/format-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698