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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 }], # system == macos | 739 }], # system == macos |
740 | 740 |
741 ['no_i18n == True and mode == debug', { | 741 ['no_i18n == True and mode == debug', { |
742 # BUG(v8:4437). | 742 # BUG(v8:4437). |
743 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], | 743 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], |
744 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], | 744 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], |
745 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], | 745 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], |
746 }], # no_i18n == True and mode == debug | 746 }], # no_i18n == True and mode == debug |
747 | 747 |
748 | 748 |
749 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 749 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64 or arch == mips64el', { |
750 | 750 |
751 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 751 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
752 # compilation of parenthesized function literals. Needs investigation. | 752 # compilation of parenthesized function literals. Needs investigation. |
753 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 753 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
754 | 754 |
755 # BUG(3251225): Tests that timeout with --nocrankshaft. | 755 # BUG(3251225): Tests that timeout with --nocrankshaft. |
756 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 756 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
757 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 757 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
758 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 758 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
759 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 759 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
760 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 760 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
761 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 761 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
762 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 762 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
763 ] | 763 ] |
OLD | NEW |