OLD | NEW |
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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'intl402/Collator/prototype/10.3_a': [FAIL], | 541 'intl402/Collator/prototype/10.3_a': [FAIL], |
542 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 542 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
543 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 543 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
544 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 544 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
545 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 545 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
546 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 546 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
547 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 547 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
548 'intl402/NumberFormat/11.2.3_b': [FAIL], | 548 'intl402/NumberFormat/11.2.3_b': [FAIL], |
549 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 549 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
550 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 550 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
| 551 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL], |
| 552 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL], |
551 | 553 |
552 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 554 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
553 | 555 |
554 # https://code.google.com/p/v8/issues/detail?id=4693 | 556 # https://code.google.com/p/v8/issues/detail?id=4693 |
555 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 557 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
556 | 558 |
557 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 | 559 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 |
558 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], | 560 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], |
559 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], | 561 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], |
560 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], | 562 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 | 704 |
703 ['variant == asm_wasm', { | 705 ['variant == asm_wasm', { |
704 '*': [SKIP], | 706 '*': [SKIP], |
705 }], # variant == asm_wasm | 707 }], # variant == asm_wasm |
706 | 708 |
707 ['variant == wasm_traps', { | 709 ['variant == wasm_traps', { |
708 '*': [SKIP], | 710 '*': [SKIP], |
709 }], # variant == wasm_traps | 711 }], # variant == wasm_traps |
710 | 712 |
711 ] | 713 ] |
OLD | NEW |