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

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

Issue 2717613005: [intl] Fix NumberFormat options handling spec compliance issues (Closed)
Patch Set: Remove test262 failure expectation line Created 3 years, 8 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/runtime/runtime-i18n.cc ('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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL], 539 'built-ins/Atomics/xor/good-views': ['--harmony-sharedarraybuffer', FAIL],
540 540
541 # https://bugs.chromium.org/p/v8/issues/detail?id=6045 541 # https://bugs.chromium.org/p/v8/issues/detail?id=6045
542 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL], 542 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [FAIL],
543 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL], 543 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [FAIL],
544 544
545 # https://bugs.chromium.org/p/v8/issues/detail?id=6049 545 # https://bugs.chromium.org/p/v8/issues/detail?id=6049
546 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller ': [FAIL_SLOPPY], 546 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-caller ': [FAIL_SLOPPY],
547 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume nts': [FAIL_SLOPPY], 547 'built-ins/Object/internals/DefineOwnProperty/consistent-value-function-argume nts': [FAIL_SLOPPY],
548 548
549 # https://bugs.chromium.org/p/v8/issues/detail?id=6016
550 'intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd': [FAIL],
551
552 ######################## NEEDS INVESTIGATION ########################### 549 ######################## NEEDS INVESTIGATION ###########################
553 550
554 # These test failures are specific to the intl402 suite and need investigation 551 # These test failures are specific to the intl402 suite and need investigation
555 # to be either marked as bugs with issues filed for them or as deliberate 552 # to be either marked as bugs with issues filed for them or as deliberate
556 # incompatibilities if the test cases turn out to be broken or ambiguous. 553 # incompatibilities if the test cases turn out to be broken or ambiguous.
557 # Some of these are related to v8:4361 in being visible side effects from Intl . 554 # Some of these are related to v8:4361 in being visible side effects from Intl .
558 'intl402/6.2.3': [FAIL], 555 'intl402/6.2.3': [FAIL],
559 'intl402/Collator/10.1.2_a': [PASS, FAIL], 556 'intl402/Collator/10.1.2_a': [PASS, FAIL],
560 'intl402/Collator/10.2.3_b': [PASS, FAIL], 557 'intl402/Collator/10.2.3_b': [PASS, FAIL],
561 'intl402/Collator/prototype/10.3_a': [FAIL], 558 'intl402/Collator/prototype/10.3_a': [FAIL],
562 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 559 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
563 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 560 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
564 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 561 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
565 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 562 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
566 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 563 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
567 'intl402/NumberFormat/11.1.2': [PASS, FAIL], 564 'intl402/NumberFormat/11.1.2': [PASS, FAIL],
568 'intl402/NumberFormat/11.2.3_b': [FAIL], 565 'intl402/NumberFormat/11.2.3_b': [FAIL],
569 'intl402/NumberFormat/prototype/11.3_a': [FAIL], 566 'intl402/NumberFormat/prototype/11.3_a': [FAIL],
570 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], 567 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL],
571 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL],
572 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL],
573 568
574 ##################### DELIBERATE INCOMPATIBILITIES ##################### 569 ##################### DELIBERATE INCOMPATIBILITIES #####################
575 570
576 # https://code.google.com/p/v8/issues/detail?id=4693 571 # https://code.google.com/p/v8/issues/detail?id=4693
577 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], 572 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
578 573
579 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 574 # https://bugs.chromium.org/p/v8/issues/detail?id=4953
580 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], 575 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL],
581 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], 576 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL],
582 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI L], 577 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI L],
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 708 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
714 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], 709 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP],
715 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 710 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
716 }], # asan == True or msan == True or tsan == True 711 }], # asan == True or msan == True or tsan == True
717 712
718 ['variant == wasm_traps', { 713 ['variant == wasm_traps', {
719 '*': [SKIP], 714 '*': [SKIP],
720 }], # variant == wasm_traps 715 }], # variant == wasm_traps
721 716
722 ] 717 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-i18n.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698