| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 | 61 |
| 62 ############################################################################## | 62 ############################################################################## |
| 63 # Only regexp stuff tested, no need for extensive Crankshaft tests. | 63 # Only regexp stuff tested, no need for extensive Crankshaft tests. |
| 64 'regexp-global': [PASS, NO_VARIANTS], | 64 'regexp-global': [PASS, NO_VARIANTS], |
| 65 | 65 |
| 66 ############################################################################## | 66 ############################################################################## |
| 67 # No need to waste time for this test. | 67 # No need to waste time for this test. |
| 68 'd8-performance-now': [PASS, NO_VARIANTS], | 68 'd8-performance-now': [PASS, NO_VARIANTS], |
| 69 | 69 |
| 70 ############################################################################## | 70 ############################################################################## |
| 71 # These use a built-in that's only present in debug mode. They take | |
| 72 # too long to run in debug mode on ARM and MIPS. | |
| 73 'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == andro
id_arm or arch == android_arm64 or arch == mipsel or arch == mips', SKIP]], | |
| 74 | |
| 75 'big-object-literal': [PASS, ['arch == arm or arch == android_arm or arch == a
ndroid_arm64', SKIP]], | 71 'big-object-literal': [PASS, ['arch == arm or arch == android_arm or arch == a
ndroid_arm64', SKIP]], |
| 76 | 72 |
| 77 # Issue 488: this test sometimes times out. | 73 # Issue 488: this test sometimes times out. |
| 78 'array-constructor': [PASS, TIMEOUT], | 74 'array-constructor': [PASS, TIMEOUT], |
| 79 | 75 |
| 80 # Very slow on ARM and MIPS, contains no architecture dependent code. | 76 # Very slow on ARM and MIPS, contains no architecture dependent code. |
| 81 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch ==
android_arm or arch == android_arm64 or arch == mipsel or arch == mips', TIMEOUT
]], | 77 'unicode-case-overoptimization': [PASS, NO_VARIANTS, ['arch == arm or arch ==
android_arm or arch == android_arm64 or arch == mipsel or arch == mips', TIMEOUT
]], |
| 82 | 78 |
| 83 ############################################################################## | 79 ############################################################################## |
| 84 # This test expects to reach a certain recursion depth, which may not work | 80 # This test expects to reach a certain recursion depth, which may not work |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 ['arch == nacl_ia32 or arch == nacl_x64', { | 340 ['arch == nacl_ia32 or arch == nacl_x64', { |
| 345 # There is no /tmp directory for NaCl runs | 341 # There is no /tmp directory for NaCl runs |
| 346 'd8-os': [SKIP], | 342 'd8-os': [SKIP], |
| 347 | 343 |
| 348 # Stack manipulations in LiveEdit is not implemented for this arch. | 344 # Stack manipulations in LiveEdit is not implemented for this arch. |
| 349 'debug-liveedit-check-stack': [SKIP], | 345 'debug-liveedit-check-stack': [SKIP], |
| 350 'debug-liveedit-stack-padding': [SKIP], | 346 'debug-liveedit-stack-padding': [SKIP], |
| 351 'debug-liveedit-restart-frame': [SKIP], | 347 'debug-liveedit-restart-frame': [SKIP], |
| 352 'debug-liveedit-double-call': [SKIP], | 348 'debug-liveedit-double-call': [SKIP], |
| 353 | 349 |
| 354 # This test dumps core for arm.debug, so no reason to expect it to work | |
| 355 # for NaCl. The other three fuzz-natives tests seem to run fine. | |
| 356 # As noted above none of them are run in the arm.debug case. | |
| 357 'fuzz-natives-part4': [SKIP], | |
| 358 | |
| 359 # NaCl builds have problems with this test since Pepper_28. | 350 # NaCl builds have problems with this test since Pepper_28. |
| 360 # V8 Issue 2786 | 351 # V8 Issue 2786 |
| 361 'math-exp-precision': [SKIP], | 352 'math-exp-precision': [SKIP], |
| 362 | 353 |
| 363 # Requires bigger stack size in the Genesis and if stack size is increased, | 354 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 364 # the test requires too much time to run. However, the problem test covers | 355 # the test requires too much time to run. However, the problem test covers |
| 365 # should be platform-independent. | 356 # should be platform-independent. |
| 366 'regress/regress-1132': [SKIP], | 357 'regress/regress-1132': [SKIP], |
| 367 | 358 |
| 368 # Poor performance for NaCl V8 causes an assertion failure for this test. | 359 # Poor performance for NaCl V8 causes an assertion failure for this test. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 390 'never-optimize': [SKIP], | 381 'never-optimize': [SKIP], |
| 391 'regress/regress-2185-2': [SKIP], | 382 'regress/regress-2185-2': [SKIP], |
| 392 'harmony/object-observe': [SKIP], | 383 'harmony/object-observe': [SKIP], |
| 393 'readonly': [SKIP], | 384 'readonly': [SKIP], |
| 394 'array-feedback': [SKIP], | 385 'array-feedback': [SKIP], |
| 395 | 386 |
| 396 # Deopt every n garbage collections collides with deopt every n times. | 387 # Deopt every n garbage collections collides with deopt every n times. |
| 397 'regress/regress-2653': [SKIP], | 388 'regress/regress-2653': [SKIP], |
| 398 }], # 'deopt_fuzzer == True' | 389 }], # 'deopt_fuzzer == True' |
| 399 ] | 390 ] |
| OLD | NEW |