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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 # Long running tests. | 176 # Long running tests. |
177 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 177 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
178 'regress/regress-2185-2': [PASS, TIMEOUT], | 178 'regress/regress-2185-2': [PASS, TIMEOUT], |
179 'whitespaces': [PASS, TIMEOUT, SLOW], | 179 'whitespaces': [PASS, TIMEOUT, SLOW], |
180 | 180 |
181 # Stack manipulations in LiveEdit is not implemented for this arch. | 181 # Stack manipulations in LiveEdit is not implemented for this arch. |
182 'debug-liveedit-check-stack': [SKIP], | 182 'debug-liveedit-check-stack': [SKIP], |
183 'debug-liveedit-stack-padding': [SKIP], | 183 'debug-liveedit-stack-padding': [SKIP], |
184 'debug-liveedit-restart-frame': [SKIP], | 184 'debug-liveedit-restart-frame': [SKIP], |
185 'debug-liveedit-double-call': [SKIP], | 185 'debug-liveedit-double-call': [SKIP], |
186 'harmony/generators-debug-liveedit': [SKIP], | |
187 | 186 |
188 # BUG(v8:3147). It works on other architectures by accident. | 187 # BUG(v8:3147). It works on other architectures by accident. |
189 'regress/regress-conditional-position': [FAIL], | 188 'regress/regress-conditional-position': [FAIL], |
190 | 189 |
191 # Slow tests. | 190 # Slow tests. |
192 'array-concat': [PASS, SLOW], | 191 'array-concat': [PASS, SLOW], |
193 'array-constructor': [PASS, SLOW], | 192 'array-constructor': [PASS, SLOW], |
194 'array-indexing': [PASS, SLOW], | 193 'array-indexing': [PASS, SLOW], |
195 'array-reduce': [PASS, SLOW], | 194 'array-reduce': [PASS, SLOW], |
196 'array-sort': [PASS, SLOW], | 195 'array-sort': [PASS, SLOW], |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 # Requires bigger stack size in the Genesis and if stack size is increased, | 272 # Requires bigger stack size in the Genesis and if stack size is increased, |
274 # the test requires too much time to run. However, the problem test covers | 273 # the test requires too much time to run. However, the problem test covers |
275 # should be platform-independent. | 274 # should be platform-independent. |
276 'regress/regress-1132': [SKIP], | 275 'regress/regress-1132': [SKIP], |
277 | 276 |
278 # Stack manipulations in LiveEdit is not implemented for this arch. | 277 # Stack manipulations in LiveEdit is not implemented for this arch. |
279 'debug-liveedit-check-stack': [SKIP], | 278 'debug-liveedit-check-stack': [SKIP], |
280 'debug-liveedit-stack-padding': [SKIP], | 279 'debug-liveedit-stack-padding': [SKIP], |
281 'debug-liveedit-restart-frame': [SKIP], | 280 'debug-liveedit-restart-frame': [SKIP], |
282 'debug-liveedit-double-call': [SKIP], | 281 'debug-liveedit-double-call': [SKIP], |
283 'harmony/generators-debug-liveedit': [SKIP], | |
284 | 282 |
285 # Currently always deopt on minus zero | 283 # Currently always deopt on minus zero |
286 'math-floor-of-div-minus-zero': [SKIP], | 284 'math-floor-of-div-minus-zero': [SKIP], |
287 | 285 |
288 ############################################################################ | 286 ############################################################################ |
289 # Slow tests. | 287 # Slow tests. |
290 'regress/regress-2185-2': [PASS, SLOW], | 288 'regress/regress-2185-2': [PASS, SLOW], |
291 'mirror-object': [PASS, SLOW], | 289 'mirror-object': [PASS, SLOW], |
292 'compiler/osr-with-args': [PASS, SLOW], | 290 'compiler/osr-with-args': [PASS, SLOW], |
293 'array-sort': [PASS, SLOW], | 291 'array-sort': [PASS, SLOW], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 # Requires bigger stack size in the Genesis and if stack size is increased, | 323 # Requires bigger stack size in the Genesis and if stack size is increased, |
326 # the test requires too much time to run. However, the problem test covers | 324 # the test requires too much time to run. However, the problem test covers |
327 # should be platform-independent. | 325 # should be platform-independent. |
328 'regress/regress-1132': [SKIP], | 326 'regress/regress-1132': [SKIP], |
329 | 327 |
330 # Stack manipulations in LiveEdit is not implemented for this arch. | 328 # Stack manipulations in LiveEdit is not implemented for this arch. |
331 'debug-liveedit-check-stack': [SKIP], | 329 'debug-liveedit-check-stack': [SKIP], |
332 'debug-liveedit-stack-padding': [SKIP], | 330 'debug-liveedit-stack-padding': [SKIP], |
333 'debug-liveedit-restart-frame': [SKIP], | 331 'debug-liveedit-restart-frame': [SKIP], |
334 'debug-liveedit-double-call': [SKIP], | 332 'debug-liveedit-double-call': [SKIP], |
335 'harmony/generators-debug-liveedit': [SKIP], | |
336 | 333 |
337 # Currently always deopt on minus zero | 334 # Currently always deopt on minus zero |
338 'math-floor-of-div-minus-zero': [SKIP], | 335 'math-floor-of-div-minus-zero': [SKIP], |
339 }], # 'arch == mipsel or arch == mips' | 336 }], # 'arch == mipsel or arch == mips' |
340 | 337 |
341 ############################################################################## | 338 ############################################################################## |
342 # Native Client uses the ARM simulator so will behave similarly to arm | 339 # Native Client uses the ARM simulator so will behave similarly to arm |
343 # on mjsunit tests. | 340 # on mjsunit tests. |
344 # TODO(bradchen): enable more tests for NaCl V8 when it stops using | 341 # TODO(bradchen): enable more tests for NaCl V8 when it stops using |
345 # the ARM simulator. | 342 # the ARM simulator. |
346 ############################################################################## | 343 ############################################################################## |
347 ['arch == nacl_ia32 or arch == nacl_x64', { | 344 ['arch == nacl_ia32 or arch == nacl_x64', { |
348 # There is no /tmp directory for NaCl runs | 345 # There is no /tmp directory for NaCl runs |
349 'd8-os': [SKIP], | 346 'd8-os': [SKIP], |
350 | 347 |
351 # Stack manipulations in LiveEdit is not implemented for this arch. | 348 # Stack manipulations in LiveEdit is not implemented for this arch. |
352 'debug-liveedit-check-stack': [SKIP], | 349 'debug-liveedit-check-stack': [SKIP], |
353 'debug-liveedit-stack-padding': [SKIP], | 350 'debug-liveedit-stack-padding': [SKIP], |
354 'debug-liveedit-restart-frame': [SKIP], | 351 'debug-liveedit-restart-frame': [SKIP], |
355 'debug-liveedit-double-call': [SKIP], | 352 'debug-liveedit-double-call': [SKIP], |
356 'harmony/generators-debug-liveedit': [SKIP], | |
357 | 353 |
358 # This test dumps core for arm.debug, so no reason to expect it to work | 354 # This test dumps core for arm.debug, so no reason to expect it to work |
359 # for NaCl. The other three fuzz-natives tests seem to run fine. | 355 # for NaCl. The other three fuzz-natives tests seem to run fine. |
360 # As noted above none of them are run in the arm.debug case. | 356 # As noted above none of them are run in the arm.debug case. |
361 'fuzz-natives-part4': [SKIP], | 357 'fuzz-natives-part4': [SKIP], |
362 | 358 |
363 # NaCl builds have problems with this test since Pepper_28. | 359 # NaCl builds have problems with this test since Pepper_28. |
364 # V8 Issue 2786 | 360 # V8 Issue 2786 |
365 'math-exp-precision': [SKIP], | 361 'math-exp-precision': [SKIP], |
366 | 362 |
(...skipping 27 matching lines...) Expand all Loading... |
394 'never-optimize': [SKIP], | 390 'never-optimize': [SKIP], |
395 'regress/regress-2185-2': [SKIP], | 391 'regress/regress-2185-2': [SKIP], |
396 'harmony/object-observe': [SKIP], | 392 'harmony/object-observe': [SKIP], |
397 'readonly': [SKIP], | 393 'readonly': [SKIP], |
398 'array-feedback': [SKIP], | 394 'array-feedback': [SKIP], |
399 | 395 |
400 # Deopt every n garbage collections collides with deopt every n times. | 396 # Deopt every n garbage collections collides with deopt every n times. |
401 'regress/regress-2653': [SKIP], | 397 'regress/regress-2653': [SKIP], |
402 }], # 'deopt_fuzzer == True' | 398 }], # 'deopt_fuzzer == True' |
403 ] | 399 ] |
OLD | NEW |