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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'ecma/Date/15.9.2.2-4': [PASS, FAIL], | 134 'ecma/Date/15.9.2.2-4': [PASS, FAIL], |
135 'ecma/Date/15.9.2.2-5': [PASS, FAIL], | 135 'ecma/Date/15.9.2.2-5': [PASS, FAIL], |
136 'ecma/Date/15.9.2.2-6': [PASS, FAIL], | 136 'ecma/Date/15.9.2.2-6': [PASS, FAIL], |
137 | 137 |
138 # 1026139: These date tests fail on arm and mips. | 138 # 1026139: These date tests fail on arm and mips. |
139 # These date tests also fail in a time zone without daylight saving time. | 139 # These date tests also fail in a time zone without daylight saving time. |
140 'ecma/Date/15.9.5.29-1': [PASS, FAIL], | 140 'ecma/Date/15.9.5.29-1': [PASS, FAIL], |
141 'ecma/Date/15.9.5.28-1': [PASS, FAIL], | 141 'ecma/Date/15.9.5.28-1': [PASS, FAIL], |
142 | 142 |
143 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates | 143 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates |
144 'ecma/Array/15.4.4.5-3': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 144 'ecma/Array/15.4.4.5-3': [PASS, ['arch == arm or arch == mipsel or arch == mip
s', FAIL]], |
145 'ecma/Date/15.9.5.22-2': [PASS, ['arch == arm or arch == mipsel', FAIL]], | 145 'ecma/Date/15.9.5.22-2': [PASS, ['arch == arm or arch == mipsel or arch == mip
s', FAIL]], |
146 | 146 |
147 # Flaky test that fails due to what appears to be a bug in the test. | 147 # Flaky test that fails due to what appears to be a bug in the test. |
148 # Occurs depending on current time | 148 # Occurs depending on current time |
149 'ecma/Date/15.9.5.8': [PASS, FAIL], | 149 'ecma/Date/15.9.5.8': [PASS, FAIL], |
150 | 150 |
151 # Severely brain-damaged test. Access to local variables must not | 151 # Severely brain-damaged test. Access to local variables must not |
152 # be more than 2.5 times faster than access to global variables? WTF? | 152 # be more than 2.5 times faster than access to global variables? WTF? |
153 'js1_5/Regress/regress-169559': [PASS, FAIL], | 153 'js1_5/Regress/regress-169559': [PASS, FAIL], |
154 | 154 |
155 | 155 |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
867 'js1_5/extensions/regress-371636': [SKIP], | 867 'js1_5/extensions/regress-371636': [SKIP], |
868 'js1_5/Regress/regress-203278-1': [SKIP], | 868 'js1_5/Regress/regress-203278-1': [SKIP], |
869 'js1_5/Regress/regress-404755': [SKIP], | 869 'js1_5/Regress/regress-404755': [SKIP], |
870 'js1_5/Regress/regress-451322': [SKIP], | 870 'js1_5/Regress/regress-451322': [SKIP], |
871 | 871 |
872 | 872 |
873 # BUG(1040): Allow this test to timeout. | 873 # BUG(1040): Allow this test to timeout. |
874 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], | 874 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
875 }], # 'arch == mipsel' | 875 }], # 'arch == mipsel' |
876 | 876 |
| 877 ['arch == mips', { |
| 878 |
| 879 # BUG(3251229): Times out when running new crankshaft test script. |
| 880 'ecma_3/RegExp/regress-311414': [SKIP], |
| 881 'ecma/Date/15.9.5.8': [SKIP], |
| 882 'ecma/Date/15.9.5.10-2': [SKIP], |
| 883 'ecma/Date/15.9.5.11-2': [SKIP], |
| 884 'ecma/Date/15.9.5.12-2': [SKIP], |
| 885 'js1_5/Array/regress-99120-02': [SKIP], |
| 886 'js1_5/extensions/regress-371636': [SKIP], |
| 887 'js1_5/Regress/regress-203278-1': [SKIP], |
| 888 'js1_5/Regress/regress-404755': [SKIP], |
| 889 'js1_5/Regress/regress-451322': [SKIP], |
| 890 |
| 891 |
| 892 # BUG(1040): Allow this test to timeout. |
| 893 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], |
| 894 }], # 'arch == mips' |
| 895 |
877 ['arch == arm64 and simulator_run == True', { | 896 ['arch == arm64 and simulator_run == True', { |
878 | 897 |
879 'js1_5/GC/regress-203278-2': [SKIP], | 898 'js1_5/GC/regress-203278-2': [SKIP], |
880 | 899 |
881 # These tests time out in debug mode but pass in product mode | 900 # These tests time out in debug mode but pass in product mode |
882 'js1_5/Regress/regress-360969-03': [SKIP], | 901 'js1_5/Regress/regress-360969-03': [SKIP], |
883 'js1_5/Regress/regress-360969-04': [SKIP], | 902 'js1_5/Regress/regress-360969-04': [SKIP], |
884 'js1_5/Regress/regress-360969-05': [SKIP], | 903 'js1_5/Regress/regress-360969-05': [SKIP], |
885 'js1_5/Regress/regress-360969-06': [SKIP], | 904 'js1_5/Regress/regress-360969-06': [SKIP], |
886 'js1_5/extensions/regress-365527': [SKIP], | 905 'js1_5/extensions/regress-365527': [SKIP], |
887 'ecma/Date/15.9.5.10-2': [SKIP], | 906 'ecma/Date/15.9.5.10-2': [SKIP], |
888 'js1_5/Regress/regress-416628': [SKIP], | 907 'js1_5/Regress/regress-416628': [SKIP], |
889 'js1_5/extensions/regress-371636': [SKIP], | 908 'js1_5/extensions/regress-371636': [SKIP], |
890 'ecma_3/RegExp/regress-330684': [SKIP], | 909 'ecma_3/RegExp/regress-330684': [SKIP], |
891 'ecma_3/RegExp/regress-307456': [SKIP], | 910 'ecma_3/RegExp/regress-307456': [SKIP], |
892 'js1_5/Regress/regress-303213': [SKIP], | 911 'js1_5/Regress/regress-303213': [SKIP], |
893 'js1_5/extensions/regress-330569': [SKIP], | 912 'js1_5/extensions/regress-330569': [SKIP], |
894 'js1_5/extensions/regress-351448': [SKIP], | 913 'js1_5/extensions/regress-351448': [SKIP], |
895 'js1_5/extensions/regress-336410-1': [SKIP], | 914 'js1_5/extensions/regress-336410-1': [SKIP], |
896 }], # 'arch == arm64 and simulator_run == True' | 915 }], # 'arch == arm64 and simulator_run == True' |
897 ] | 916 ] |
OLD | NEW |