OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'd8-performance-now': [SKIP], | 131 'd8-performance-now': [SKIP], |
132 'elements-kind': [SKIP], | 132 'elements-kind': [SKIP], |
133 'fast-prototype': [SKIP], | 133 'fast-prototype': [SKIP], |
134 'opt-elements-kind': [SKIP], | 134 'opt-elements-kind': [SKIP], |
135 'osr-elements-kind': [SKIP], | 135 'osr-elements-kind': [SKIP], |
136 'regress/regress-165637': [SKIP], | 136 'regress/regress-165637': [SKIP], |
137 'regress/regress-2249': [SKIP], | 137 'regress/regress-2249': [SKIP], |
138 }], # 'gc_stress == True' | 138 }], # 'gc_stress == True' |
139 | 139 |
140 ############################################################################## | 140 ############################################################################## |
141 ['arch == a64', { | 141 ['arch == arm64', { |
142 | 142 |
143 # Requires bigger stack size in the Genesis and if stack size is increased, | 143 # Requires bigger stack size in the Genesis and if stack size is increased, |
144 # the test requires too much time to run. However, the problem test covers | 144 # the test requires too much time to run. However, the problem test covers |
145 # should be platform-independent. | 145 # should be platform-independent. |
146 'regress/regress-1132': [SKIP], | 146 'regress/regress-1132': [SKIP], |
147 | 147 |
148 # Pass but take too long to run. Skip. | 148 # Pass but take too long to run. Skip. |
149 # Some similar tests (with fewer iterations) may be included in a64-js tests. | 149 # Some similar tests (with fewer iterations) may be included in arm64-js |
| 150 # tests. |
150 'compiler/regress-arguments': [SKIP], | 151 'compiler/regress-arguments': [SKIP], |
151 'compiler/regress-gvn': [SKIP], | 152 'compiler/regress-gvn': [SKIP], |
152 'compiler/regress-max-locals-for-osr': [SKIP], | 153 'compiler/regress-max-locals-for-osr': [SKIP], |
153 'compiler/regress-4': [SKIP], | 154 'compiler/regress-4': [SKIP], |
154 'compiler/regress-or': [SKIP], | 155 'compiler/regress-or': [SKIP], |
155 'compiler/regress-rep-change': [SKIP], | 156 'compiler/regress-rep-change': [SKIP], |
156 'regress/regress-1117': [SKIP], | 157 'regress/regress-1117': [SKIP], |
157 'regress/regress-1145': [SKIP], | 158 'regress/regress-1145': [SKIP], |
158 'regress/regress-1849': [SKIP], | 159 'regress/regress-1849': [SKIP], |
159 'regress/regress-3247124': [SKIP], | 160 'regress/regress-3247124': [SKIP], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'regress/regress-2790': [PASS, SLOW], | 203 'regress/regress-2790': [PASS, SLOW], |
203 'regress/regress-331444': [PASS, SLOW], | 204 'regress/regress-331444': [PASS, SLOW], |
204 'regress/regress-490': [PASS, SLOW], | 205 'regress/regress-490': [PASS, SLOW], |
205 'regress/regress-crbug-217858': [PASS, SLOW], | 206 'regress/regress-crbug-217858': [PASS, SLOW], |
206 'regress/regress-create-exception': [PASS, SLOW], | 207 'regress/regress-create-exception': [PASS, SLOW], |
207 'regress/regress-json-stringify-gc': [PASS, SLOW], | 208 'regress/regress-json-stringify-gc': [PASS, SLOW], |
208 'string-indexof-2': [PASS, SLOW], | 209 'string-indexof-2': [PASS, SLOW], |
209 'unicodelctest-no-optimization': [PASS, SLOW], | 210 'unicodelctest-no-optimization': [PASS, SLOW], |
210 'unicodelctest': [PASS, SLOW], | 211 'unicodelctest': [PASS, SLOW], |
211 'unicode-test': [PASS, SLOW], | 212 'unicode-test': [PASS, SLOW], |
212 }], # 'arch == a64' | 213 }], # 'arch == arm64' |
213 | 214 |
214 ['arch == a64 and mode == debug and simulator_run == True', { | 215 ['arch == arm64 and mode == debug and simulator_run == True', { |
215 | 216 |
216 # Pass but take too long with the simulator in debug mode. | 217 # Pass but take too long with the simulator in debug mode. |
217 'array-sort': [PASS, TIMEOUT], | 218 'array-sort': [PASS, TIMEOUT], |
218 'packed-elements': [SKIP], | 219 'packed-elements': [SKIP], |
219 'regexp-global': [SKIP], | 220 'regexp-global': [SKIP], |
220 'compiler/alloc-numbers': [SKIP], | 221 'compiler/alloc-numbers': [SKIP], |
221 'harmony/symbols': [SKIP], | 222 'harmony/symbols': [SKIP], |
222 # Issue 3219: | 223 # Issue 3219: |
223 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 224 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
224 }], # 'arch == a64 and mode == debug and simulator_run == True' | 225 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
225 | 226 |
226 ############################################################################## | 227 ############################################################################## |
227 ['asan == True', { | 228 ['asan == True', { |
228 # Skip tests not suitable for ASAN. | 229 # Skip tests not suitable for ASAN. |
229 'big-array-literal': [SKIP], | 230 'big-array-literal': [SKIP], |
230 'big-object-literal': [SKIP], | 231 'big-object-literal': [SKIP], |
231 'regress/regress-crbug-178790': [SKIP], | 232 'regress/regress-crbug-178790': [SKIP], |
232 }], # 'asan == True' | 233 }], # 'asan == True' |
233 | 234 |
234 ############################################################################## | 235 ############################################################################## |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'never-optimize': [SKIP], | 374 'never-optimize': [SKIP], |
374 'regress/regress-2185-2': [SKIP], | 375 'regress/regress-2185-2': [SKIP], |
375 'harmony/object-observe': [SKIP], | 376 'harmony/object-observe': [SKIP], |
376 'readonly': [SKIP], | 377 'readonly': [SKIP], |
377 'array-feedback': [SKIP], | 378 'array-feedback': [SKIP], |
378 | 379 |
379 # Deopt every n garbage collections collides with deopt every n times. | 380 # Deopt every n garbage collections collides with deopt every n times. |
380 'regress/regress-2653': [SKIP], | 381 'regress/regress-2653': [SKIP], |
381 }], # 'deopt_fuzzer == True' | 382 }], # 'deopt_fuzzer == True' |
382 ] | 383 ] |
OLD | NEW |