| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 # for debug mode. | 211 # for debug mode. |
| 212 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], | 212 'json-recursive': [PASS, ['mode == debug', PASS, FAIL]], |
| 213 | 213 |
| 214 ############################################################################## | 214 ############################################################################## |
| 215 # Skip long running tests that time out in debug mode. | 215 # Skip long running tests that time out in debug mode. |
| 216 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], | 216 'generated-transition-stub': [PASS, ['mode == debug', SKIP]], |
| 217 'migrations': [SKIP], | 217 'migrations': [SKIP], |
| 218 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]], | 218 'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]], |
| 219 | 219 |
| 220 ############################################################################## | 220 ############################################################################## |
| 221 # This test sets the umask on a per-process basis and hence cannot be | 221 # Tick processor test does not work on android. |
| 222 # used in multi-threaded runs. | |
| 223 # On android there is no /tmp directory. | |
| 224 # Currently d8-os generates a temporary directory name using Math.random(), so | |
| 225 # we cannot run several variants of d8-os simultaneously, since all of them | |
| 226 # get the same random seed and would generate the same directory name. Besides | |
| 227 # that, it doesn't make sense to run several variants of d8-os anyways. | |
| 228 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr
oid_arm64 or arch == android_ia32', SKIP]], | |
| 229 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an
droid_arm64 or arch == android_ia32', SKIP]], | 222 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an
droid_arm64 or arch == android_ia32', SKIP]], |
| 230 | 223 |
| 231 ############################################################################## | 224 ############################################################################## |
| 232 # Long running test that reproduces memory leak and should be run manually. | 225 # Long running test that reproduces memory leak and should be run manually. |
| 233 'regress/regress-2073': [SKIP], | 226 'regress/regress-2073': [SKIP], |
| 234 | 227 |
| 235 ############################################################################## | 228 ############################################################################## |
| 236 # Tests verifying CHECK and ASSERT. | 229 # Tests verifying CHECK and ASSERT. |
| 237 'verify-check-false': [FAIL, NO_VARIANTS], | 230 'verify-check-false': [FAIL, NO_VARIANTS], |
| 238 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on ==
False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], | 231 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on ==
False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], | 638 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], |
| 646 }], # 'system == windows' | 639 }], # 'system == windows' |
| 647 | 640 |
| 648 ############################################################################## | 641 ############################################################################## |
| 649 # Native Client uses the ARM simulator so will behave similarly to arm | 642 # Native Client uses the ARM simulator so will behave similarly to arm |
| 650 # on mjsunit tests. | 643 # on mjsunit tests. |
| 651 # TODO(bradchen): enable more tests for NaCl V8 when it stops using | 644 # TODO(bradchen): enable more tests for NaCl V8 when it stops using |
| 652 # the ARM simulator. | 645 # the ARM simulator. |
| 653 ############################################################################## | 646 ############################################################################## |
| 654 ['arch == nacl_ia32 or arch == nacl_x64', { | 647 ['arch == nacl_ia32 or arch == nacl_x64', { |
| 655 # There is no /tmp directory for NaCl runs | |
| 656 'd8-os': [SKIP], | |
| 657 | |
| 658 # Stack manipulations in LiveEdit is not implemented for this arch. | 648 # Stack manipulations in LiveEdit is not implemented for this arch. |
| 659 'debug-liveedit-check-stack': [SKIP], | 649 'debug-liveedit-check-stack': [SKIP], |
| 660 'debug-liveedit-stack-padding': [SKIP], | 650 'debug-liveedit-stack-padding': [SKIP], |
| 661 'debug-liveedit-restart-frame': [SKIP], | 651 'debug-liveedit-restart-frame': [SKIP], |
| 662 'debug-liveedit-double-call': [SKIP], | 652 'debug-liveedit-double-call': [SKIP], |
| 663 'harmony/generators-debug-liveedit': [SKIP], | 653 'harmony/generators-debug-liveedit': [SKIP], |
| 664 | 654 |
| 665 # NaCl builds have problems with this test since Pepper_28. | 655 # NaCl builds have problems with this test since Pepper_28. |
| 666 # V8 Issue 2786 | 656 # V8 Issue 2786 |
| 667 'math-exp-precision': [SKIP], | 657 'math-exp-precision': [SKIP], |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1093 | 1083 |
| 1094 ############################################################################## | 1084 ############################################################################## |
| 1095 ['gcov_coverage', { | 1085 ['gcov_coverage', { |
| 1096 # Tests taking too long. | 1086 # Tests taking too long. |
| 1097 'array-functions-prototype-misc': [SKIP], | 1087 'array-functions-prototype-misc': [SKIP], |
| 1098 'strong/implicit-conversions': [SKIP], | 1088 'strong/implicit-conversions': [SKIP], |
| 1099 'strong/load-element-mutate-backing-store': [SKIP], | 1089 'strong/load-element-mutate-backing-store': [SKIP], |
| 1100 }], # 'gcov_coverage' | 1090 }], # 'gcov_coverage' |
| 1101 | 1091 |
| 1102 ] | 1092 ] |
| OLD | NEW |