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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'regress/regress-1117': [SKIP], | 161 'regress/regress-1117': [SKIP], |
162 'regress/regress-1145': [SKIP], | 162 'regress/regress-1145': [SKIP], |
163 'regress/regress-1849': [SKIP], | 163 'regress/regress-1849': [SKIP], |
164 'regress/regress-3247124': [SKIP], | 164 'regress/regress-3247124': [SKIP], |
165 'regress/regress-634': [SKIP], | 165 'regress/regress-634': [SKIP], |
166 'regress/regress-91008': [SKIP], | 166 'regress/regress-91008': [SKIP], |
167 'regress/regress-91010': [SKIP], | 167 'regress/regress-91010': [SKIP], |
168 'regress/regress-91013': [SKIP], | 168 'regress/regress-91013': [SKIP], |
169 'regress/regress-99167': [SKIP], | 169 'regress/regress-99167': [SKIP], |
170 | 170 |
| 171 # TODO(ulan): enable this after relanding r20692. |
| 172 'regress/regress-353058': [SKIP], |
| 173 |
171 # Long running tests. | 174 # Long running tests. |
172 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 175 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
173 'regress/regress-2185-2': [PASS, TIMEOUT], | 176 'regress/regress-2185-2': [PASS, TIMEOUT], |
174 'whitespaces': [PASS, TIMEOUT, SLOW], | 177 'whitespaces': [PASS, TIMEOUT, SLOW], |
175 | 178 |
176 # Stack manipulations in LiveEdit is not implemented for this arch. | 179 # Stack manipulations in LiveEdit is not implemented for this arch. |
177 'debug-liveedit-check-stack': [SKIP], | 180 'debug-liveedit-check-stack': [SKIP], |
178 'debug-liveedit-stack-padding': [SKIP], | 181 'debug-liveedit-stack-padding': [SKIP], |
179 'debug-liveedit-restart-frame': [SKIP], | 182 'debug-liveedit-restart-frame': [SKIP], |
180 'debug-liveedit-double-call': [SKIP], | 183 'debug-liveedit-double-call': [SKIP], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 # Issue 3219: | 230 # Issue 3219: |
228 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 231 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
229 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 232 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
230 | 233 |
231 ############################################################################## | 234 ############################################################################## |
232 ['asan == True', { | 235 ['asan == True', { |
233 # Skip tests not suitable for ASAN. | 236 # Skip tests not suitable for ASAN. |
234 'big-array-literal': [SKIP], | 237 'big-array-literal': [SKIP], |
235 'big-object-literal': [SKIP], | 238 'big-object-literal': [SKIP], |
236 'regress/regress-crbug-178790': [SKIP], | 239 'regress/regress-crbug-178790': [SKIP], |
| 240 # TODO(ulan): enable this after relanding r20692. |
| 241 'regress/regress-353058': [SKIP], |
237 }], # 'asan == True' | 242 }], # 'asan == True' |
238 | 243 |
239 ############################################################################## | 244 ############################################################################## |
240 ['arch == arm or arch == android_arm', { | 245 ['arch == arm or arch == android_arm', { |
241 | 246 |
242 # Slow tests which times out in debug mode. | 247 # Slow tests which times out in debug mode. |
243 'try': [PASS, ['mode == debug', SKIP]], | 248 'try': [PASS, ['mode == debug', SKIP]], |
244 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 249 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
245 'array-constructor': [PASS, ['mode == debug', SKIP]], | 250 'array-constructor': [PASS, ['mode == debug', SKIP]], |
246 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], | 251 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], |
(...skipping 10 matching lines...) Expand all Loading... |
257 'mirror-object': [PASS, TIMEOUT], | 262 'mirror-object': [PASS, TIMEOUT], |
258 | 263 |
259 # Long running tests. Skipping because having them timeout takes too long on | 264 # Long running tests. Skipping because having them timeout takes too long on |
260 # the buildbot. | 265 # the buildbot. |
261 'compiler/alloc-number': [SKIP], | 266 'compiler/alloc-number': [SKIP], |
262 'regress/regress-490': [SKIP], | 267 'regress/regress-490': [SKIP], |
263 'regress/regress-634': [SKIP], | 268 'regress/regress-634': [SKIP], |
264 'regress/regress-create-exception': [SKIP], | 269 'regress/regress-create-exception': [SKIP], |
265 'regress/regress-3247124': [SKIP], | 270 'regress/regress-3247124': [SKIP], |
266 | 271 |
| 272 # TODO(ulan): enable this after relanding r20692. |
| 273 'regress/regress-353058': [SKIP], |
| 274 |
267 # Requires bigger stack size in the Genesis and if stack size is increased, | 275 # Requires bigger stack size in the Genesis and if stack size is increased, |
268 # the test requires too much time to run. However, the problem test covers | 276 # the test requires too much time to run. However, the problem test covers |
269 # should be platform-independent. | 277 # should be platform-independent. |
270 'regress/regress-1132': [SKIP], | 278 'regress/regress-1132': [SKIP], |
271 | 279 |
272 # Stack manipulations in LiveEdit is not implemented for this arch. | 280 # Stack manipulations in LiveEdit is not implemented for this arch. |
273 'debug-liveedit-check-stack': [SKIP], | 281 'debug-liveedit-check-stack': [SKIP], |
274 'debug-liveedit-stack-padding': [SKIP], | 282 'debug-liveedit-stack-padding': [SKIP], |
275 'debug-liveedit-restart-frame': [SKIP], | 283 'debug-liveedit-restart-frame': [SKIP], |
276 'debug-liveedit-double-call': [SKIP], | 284 'debug-liveedit-double-call': [SKIP], |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'never-optimize': [SKIP], | 393 'never-optimize': [SKIP], |
386 'regress/regress-2185-2': [SKIP], | 394 'regress/regress-2185-2': [SKIP], |
387 'harmony/object-observe': [SKIP], | 395 'harmony/object-observe': [SKIP], |
388 'readonly': [SKIP], | 396 'readonly': [SKIP], |
389 'array-feedback': [SKIP], | 397 'array-feedback': [SKIP], |
390 | 398 |
391 # Deopt every n garbage collections collides with deopt every n times. | 399 # Deopt every n garbage collections collides with deopt every n times. |
392 'regress/regress-2653': [SKIP], | 400 'regress/regress-2653': [SKIP], |
393 }], # 'deopt_fuzzer == True' | 401 }], # 'deopt_fuzzer == True' |
394 ] | 402 ] |
OLD | NEW |