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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
718 | 718 |
719 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) | 719 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) |
720 | 720 |
721 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 721 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
722 # floating point formats, so these tests checking 64-bit FP precision fail. | 722 # floating point formats, so these tests checking 64-bit FP precision fail. |
723 # The other platforms/arch's pass these tests. | 723 # The other platforms/arch's pass these tests. |
724 # We follow the other major JS engines by keeping this default. | 724 # We follow the other major JS engines by keeping this default. |
725 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 725 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
726 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], | 726 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], |
727 | 727 |
728 # https://bugs.ecmascript.org/show_bug.cgi?id=4540 | |
rossberg
2015/10/12 11:50:28
Maybe a short sentence what we deem wrong with the
| |
729 'language/statements/for/S12.6.3_A9.1': [FAIL], | |
730 'language/statements/for/S12.6.3_A9': [FAIL], | |
731 | |
728 ############################ INVALID TESTS ############################# | 732 ############################ INVALID TESTS ############################# |
729 | 733 |
730 # The reference value calculated by Test262 is incorrect if you run these | 734 # The reference value calculated by Test262 is incorrect if you run these |
731 # tests in PST/PDT between first Sunday in March and first Sunday in April. | 735 # tests in PST/PDT between first Sunday in March and first Sunday in April. |
732 # The DST switch was moved in 2007 whereas Test262 bases the reference value | 736 # The DST switch was moved in 2007 whereas Test262 bases the reference value |
733 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 737 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
734 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | 738 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], |
735 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | 739 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], |
736 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | 740 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], |
737 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | 741 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
812 | 816 |
813 # BUG(3251225): Tests that timeout with --nocrankshaft. | 817 # BUG(3251225): Tests that timeout with --nocrankshaft. |
814 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 818 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
815 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 819 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
816 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 820 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
817 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 821 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
818 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 822 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
819 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 823 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
820 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 824 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
821 ] | 825 ] |
OLD | NEW |