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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 # https://code.google.com/p/v8/issues/detail?id=4251 | 677 # https://code.google.com/p/v8/issues/detail?id=4251 |
678 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | 678 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
679 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | 679 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
680 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 680 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
681 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 681 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
682 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 682 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
683 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 683 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
684 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 684 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
685 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 685 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
686 | 686 |
| 687 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 688 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 689 |
687 ######################## NEEDS INVESTIGATION ########################### | 690 ######################## NEEDS INVESTIGATION ########################### |
688 | 691 |
689 # These test failures are specific to the intl402 suite and need investigation | 692 # These test failures are specific to the intl402 suite and need investigation |
690 # to be either marked as bugs with issues filed for them or as deliberate | 693 # to be either marked as bugs with issues filed for them or as deliberate |
691 # incompatibilities if the test cases turn out to be broken or ambiguous. | 694 # incompatibilities if the test cases turn out to be broken or ambiguous. |
692 'intl402/6.2.3': [FAIL], | 695 'intl402/6.2.3': [FAIL], |
693 'intl402/9.2.1_2': [FAIL], | 696 'intl402/9.2.1_2': [FAIL], |
694 'intl402/9.2.6_2': [FAIL], | 697 'intl402/9.2.6_2': [FAIL], |
695 'intl402/10.1.1_a': [FAIL], | 698 'intl402/10.1.1_a': [FAIL], |
696 'intl402/10.1.2.1_4': [FAIL], | 699 'intl402/10.1.2.1_4': [FAIL], |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 | 807 |
805 # BUG(3251225): Tests that timeout with --nocrankshaft. | 808 # BUG(3251225): Tests that timeout with --nocrankshaft. |
806 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 809 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
807 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 810 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
808 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 811 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
809 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 812 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
810 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 813 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
811 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 814 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
812 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 815 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
813 ] | 816 ] |
OLD | NEW |