| 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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'intl402/Collator/prototype/10.3_a': [FAIL], | 529 'intl402/Collator/prototype/10.3_a': [FAIL], |
| 530 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 530 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
| 531 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 531 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
| 532 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 532 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
| 533 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 533 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
| 534 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 534 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
| 535 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 535 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
| 536 'intl402/NumberFormat/11.2.3_b': [FAIL], | 536 'intl402/NumberFormat/11.2.3_b': [FAIL], |
| 537 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 537 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
| 538 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 538 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
| 539 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL], | |
| 540 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL], | |
| 541 | 539 |
| 542 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 540 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 543 | 541 |
| 544 # https://code.google.com/p/v8/issues/detail?id=4693 | 542 # https://code.google.com/p/v8/issues/detail?id=4693 |
| 545 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 543 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 546 | 544 |
| 547 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 | 545 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 |
| 548 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], | 546 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], |
| 549 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], | 547 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], |
| 550 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], | 548 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 | 690 |
| 693 ['variant == asm_wasm', { | 691 ['variant == asm_wasm', { |
| 694 '*': [SKIP], | 692 '*': [SKIP], |
| 695 }], # variant == asm_wasm | 693 }], # variant == asm_wasm |
| 696 | 694 |
| 697 ['variant == wasm_traps', { | 695 ['variant == wasm_traps', { |
| 698 '*': [SKIP], | 696 '*': [SKIP], |
| 699 }], # variant == wasm_traps | 697 }], # variant == wasm_traps |
| 700 | 698 |
| 701 ] | 699 ] |
| OLD | NEW |