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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 # Possible spec bug, see comment in https://github.com/tc39/ecma262/pull/747. | 426 # Possible spec bug, see comment in https://github.com/tc39/ecma262/pull/747. |
427 'language/module-code/namespace/internals/delete-non-exported': [SKIP], | 427 'language/module-code/namespace/internals/delete-non-exported': [SKIP], |
428 | 428 |
429 ######################## NEEDS INVESTIGATION ########################### | 429 ######################## NEEDS INVESTIGATION ########################### |
430 | 430 |
431 # These test failures are specific to the intl402 suite and need investigation | 431 # These test failures are specific to the intl402 suite and need investigation |
432 # to be either marked as bugs with issues filed for them or as deliberate | 432 # to be either marked as bugs with issues filed for them or as deliberate |
433 # incompatibilities if the test cases turn out to be broken or ambiguous. | 433 # incompatibilities if the test cases turn out to be broken or ambiguous. |
434 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 434 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
435 'intl402/6.2.3': [FAIL], | 435 'intl402/6.2.3': [FAIL], |
436 'intl402/Collator/10.1.2.1_4': [FAIL], | |
437 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 436 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
438 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 437 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
439 'intl402/Collator/prototype/10.3_a': [FAIL], | 438 'intl402/Collator/prototype/10.3_a': [FAIL], |
440 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], | 439 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], |
441 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], | |
442 'intl402/DateTimeFormat/12.2.3_b': [FAIL], | 440 'intl402/DateTimeFormat/12.2.3_b': [FAIL], |
443 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], | 441 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], |
444 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], | 442 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], |
445 'intl402/NumberFormat/11.1.1_20_c': [FAIL], | 443 'intl402/NumberFormat/11.1.1_20_c': [FAIL], |
446 'intl402/NumberFormat/11.1.2': [PASS, FAIL], | 444 'intl402/NumberFormat/11.1.2': [PASS, FAIL], |
447 'intl402/NumberFormat/11.1.2.1_4': [FAIL], | |
448 'intl402/NumberFormat/11.2.3_b': [FAIL], | 445 'intl402/NumberFormat/11.2.3_b': [FAIL], |
449 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 446 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
450 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 447 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
451 | 448 |
452 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 449 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
453 | 450 |
454 # https://code.google.com/p/v8/issues/detail?id=4693 | 451 # https://code.google.com/p/v8/issues/detail?id=4693 |
455 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 452 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
456 | 453 |
457 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 | 454 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 | 576 |
580 ['variant == asm_wasm', { | 577 ['variant == asm_wasm', { |
581 '*': [SKIP], | 578 '*': [SKIP], |
582 }], # variant == asm_wasm | 579 }], # variant == asm_wasm |
583 | 580 |
584 ['variant == wasm_traps', { | 581 ['variant == wasm_traps', { |
585 '*': [SKIP], | 582 '*': [SKIP], |
586 }], # variant == wasm_traps | 583 }], # variant == wasm_traps |
587 | 584 |
588 ] | 585 ] |
OLD | NEW |