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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 'language/statements/function/13.2-35-s': [FAIL_OK], | 619 'language/statements/function/13.2-35-s': [FAIL_OK], |
620 'language/statements/function/13.2-36-s': [FAIL_OK], | 620 'language/statements/function/13.2-36-s': [FAIL_OK], |
621 'language/statements/function/S13.2.3_A1': [FAIL_OK], | 621 'language/statements/function/S13.2.3_A1': [FAIL_OK], |
622 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], | 622 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK], |
623 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], | 623 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK], |
624 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], | 624 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK], |
625 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], | 625 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK], |
626 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], | 626 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK], |
627 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], | 627 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK], |
628 | 628 |
629 # This invalid test has been fixed upstream. | 629 # These invalid tests have been fixed upstream. |
630 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], | 630 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], |
| 631 'built-ins/Function/prototype/bind/15.3.4.5-15-2': [FAIL], |
631 | 632 |
632 ############################ SKIPPED TESTS ############################# | 633 ############################ SKIPPED TESTS ############################# |
633 | 634 |
634 # These tests take a looong time to run in debug mode. | 635 # These tests take a looong time to run in debug mode. |
635 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 636 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
636 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], | 637 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], |
637 }], # ALWAYS | 638 }], # ALWAYS |
638 | 639 |
639 ['system == macos', { | 640 ['system == macos', { |
640 'intl402/11.3.2_TRP': [FAIL], | 641 'intl402/11.3.2_TRP': [FAIL], |
641 'intl402/9.2.5_11_g_ii_2': [FAIL], | 642 'intl402/9.2.5_11_g_ii_2': [FAIL], |
642 }], # system == macos | 643 }], # system == macos |
643 | 644 |
644 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 645 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
645 | 646 |
646 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 647 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
647 # compilation of parenthesized function literals. Needs investigation. | 648 # compilation of parenthesized function literals. Needs investigation. |
648 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 649 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
649 | 650 |
650 # BUG(3251225): Tests that timeout with --nocrankshaft. | 651 # BUG(3251225): Tests that timeout with --nocrankshaft. |
651 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 652 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
652 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 653 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
653 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 654 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
654 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 655 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
655 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 656 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
656 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 657 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
657 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 658 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
658 ] | 659 ] |
OLD | NEW |