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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 | 405 |
406 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 | 406 # https://bugs.chromium.org/p/v8/issues/detail?id=4632 |
407 'built-ins/Promise/race/same-resolve-function': [FAIL], | 407 'built-ins/Promise/race/same-resolve-function': [FAIL], |
408 'built-ins/Promise/race/same-reject-function': [FAIL], | 408 'built-ins/Promise/race/same-reject-function': [FAIL], |
409 | 409 |
410 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 | 410 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 |
411 'built-ins/Promise/reject-function-name': [FAIL], | 411 'built-ins/Promise/reject-function-name': [FAIL], |
412 'built-ins/Promise/resolve-function-name': [FAIL], | 412 'built-ins/Promise/resolve-function-name': [FAIL], |
413 'built-ins/Promise/all/resolve-element-function-name': [FAIL], | 413 'built-ins/Promise/all/resolve-element-function-name': [FAIL], |
414 'built-ins/Promise/executor-function-name': [FAIL], | 414 'built-ins/Promise/executor-function-name': [FAIL], |
| 415 'built-ins/Promise/all/capability-executor-not-callable': [FAIL], |
| 416 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL], |
| 417 'built-ins/Promise/race/capability-executor-not-callable': [FAIL], |
| 418 'built-ins/Promise/prototype/then/capability-executor-not-callable': [FAIL], |
| 419 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL], |
| 420 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
415 | 421 |
416 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 | 422 # https://bugs.chromium.org/p/v8/issues/detail?id=4634 |
417 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], | 423 'built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion':
[FAIL], |
418 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], | 424 'built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion':
[FAIL], |
419 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], | 425 'built-ins/DataView/prototype/setInt16/index-check-before-value-conversion': [
FAIL], |
420 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], | 426 'built-ins/DataView/prototype/setInt32/index-check-before-value-conversion': [
FAIL], |
421 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], | 427 'built-ins/DataView/prototype/setUint16/index-check-before-value-conversion':
[FAIL], |
422 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], | 428 'built-ins/DataView/prototype/setUint32/index-check-before-value-conversion':
[FAIL], |
423 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], | 429 'built-ins/DataView/prototype/setUint8/index-check-before-value-conversion': [
FAIL], |
424 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], | 430 'built-ins/DataView/prototype/setInt8/index-check-before-value-conversion': [F
AIL], |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], | 639 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], |
634 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], | 640 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], |
635 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], | 641 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], |
636 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], | 642 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], |
637 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], | 643 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], |
638 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], | 644 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], |
639 'built-ins/Promise/all/ctx-ctor': [SKIP], | 645 'built-ins/Promise/all/ctx-ctor': [SKIP], |
640 'built-ins/Promise/race/ctx-ctor': [SKIP], | 646 'built-ins/Promise/race/ctx-ctor': [SKIP], |
641 'built-ins/Promise/reject/ctx-ctor': [SKIP], | 647 'built-ins/Promise/reject/ctx-ctor': [SKIP], |
642 'built-ins/Promise/resolve/ctx-ctor': [SKIP], | 648 'built-ins/Promise/resolve/ctx-ctor': [SKIP], |
| 649 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], |
643 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], | 650 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], |
644 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], | 651 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], |
645 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], | 652 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], |
646 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], | 653 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], |
647 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], | 654 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], |
648 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], | 655 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], |
649 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], | 656 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], |
650 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], | 657 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], |
651 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-1': [SKIP], | 658 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-1': [SKIP], |
652 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-2': [SKIP], | 659 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-2': [SKIP], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], | 747 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], |
741 'built-ins/encodeURI*': [SKIP], | 748 'built-ins/encodeURI*': [SKIP], |
742 'intl402/9.2.2': [SKIP], | 749 'intl402/9.2.2': [SKIP], |
743 'language/statements/let/fn-name-arrow': [SKIP], | 750 'language/statements/let/fn-name-arrow': [SKIP], |
744 'language/statements/let/fn-name-cover': [SKIP], | 751 'language/statements/let/fn-name-cover': [SKIP], |
745 'language/statements/let/fn-name-fn': [SKIP], | 752 'language/statements/let/fn-name-fn': [SKIP], |
746 'language/statements/let/fn-name-gen': [SKIP], | 753 'language/statements/let/fn-name-gen': [SKIP], |
747 }], # ignition == True and (arch == arm or arch == arm64) | 754 }], # ignition == True and (arch == arm or arch == arm64) |
748 | 755 |
749 ] | 756 ] |
OLD | NEW |