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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 ['arch == nacl_ia32 or arch == nacl_x64', { | 348 ['arch == nacl_ia32 or arch == nacl_x64', { |
353 # There is no /tmp directory for NaCl runs | 349 # There is no /tmp directory for NaCl runs |
354 'd8-os': [SKIP], | 350 'd8-os': [SKIP], |
355 | 351 |
356 # Stack manipulations in LiveEdit is not implemented for this arch. | 352 # Stack manipulations in LiveEdit is not implemented for this arch. |
357 'debug-liveedit-check-stack': [SKIP], | 353 'debug-liveedit-check-stack': [SKIP], |
358 'debug-liveedit-stack-padding': [SKIP], | 354 'debug-liveedit-stack-padding': [SKIP], |
359 'debug-liveedit-restart-frame': [SKIP], | 355 'debug-liveedit-restart-frame': [SKIP], |
360 'debug-liveedit-double-call': [SKIP], | 356 'debug-liveedit-double-call': [SKIP], |
361 | 357 |
362 # This test dumps core for arm.debug, so no reason to expect it to work | |
363 # for NaCl. The other three fuzz-natives tests seem to run fine. | |
364 # As noted above none of them are run in the arm.debug case. | |
365 'fuzz-natives-part4': [SKIP], | |
366 | |
367 # NaCl builds have problems with this test since Pepper_28. | 358 # NaCl builds have problems with this test since Pepper_28. |
368 # V8 Issue 2786 | 359 # V8 Issue 2786 |
369 'math-exp-precision': [SKIP], | 360 'math-exp-precision': [SKIP], |
370 | 361 |
371 # Requires bigger stack size in the Genesis and if stack size is increased, | 362 # Requires bigger stack size in the Genesis and if stack size is increased, |
372 # the test requires too much time to run. However, the problem test covers | 363 # the test requires too much time to run. However, the problem test covers |
373 # should be platform-independent. | 364 # should be platform-independent. |
374 'regress/regress-1132': [SKIP], | 365 'regress/regress-1132': [SKIP], |
375 | 366 |
376 # Poor performance for NaCl V8 causes an assertion failure for this test. | 367 # Poor performance for NaCl V8 causes an assertion failure for this test. |
(...skipping 21 matching lines...) Expand all Loading... |
398 'never-optimize': [SKIP], | 389 'never-optimize': [SKIP], |
399 'regress/regress-2185-2': [SKIP], | 390 'regress/regress-2185-2': [SKIP], |
400 'harmony/object-observe': [SKIP], | 391 'harmony/object-observe': [SKIP], |
401 'readonly': [SKIP], | 392 'readonly': [SKIP], |
402 'array-feedback': [SKIP], | 393 'array-feedback': [SKIP], |
403 | 394 |
404 # Deopt every n garbage collections collides with deopt every n times. | 395 # Deopt every n garbage collections collides with deopt every n times. |
405 'regress/regress-2653': [SKIP], | 396 'regress/regress-2653': [SKIP], |
406 }], # 'deopt_fuzzer == True' | 397 }], # 'deopt_fuzzer == True' |
407 ] | 398 ] |
OLD | NEW |