| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ############################################################################## | 92 ############################################################################## |
| 93 # This test sets the umask on a per-process basis and hence cannot be | 93 # This test sets the umask on a per-process basis and hence cannot be |
| 94 # used in multi-threaded runs. | 94 # used in multi-threaded runs. |
| 95 # On android there is no /tmp directory. | 95 # On android there is no /tmp directory. |
| 96 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_ia32', SK
IP]], | 96 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_ia32', SK
IP]], |
| 97 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32',
SKIP]], | 97 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32',
SKIP]], |
| 98 | 98 |
| 99 ############################################################################## | 99 ############################################################################## |
| 100 # Long running test that reproduces memory leak and should be run manually. | 100 # Long running test that reproduces memory leak and should be run manually. |
| 101 'regress/regress-2073': [SKIP], | 101 'regress/regress-2073': [SKIP], |
| 102 | |
| 103 ############################################################################## | |
| 104 # Needs to allocate 1Gb of memory. | |
| 105 'regress/regress-319722-ArrayBuffer': [PASS, ['system == windows or system ==
macos or arch == arm or arch == android_arm or arch == android_ia32', SKIP]], | |
| 106 }], # ALWAYS | 102 }], # ALWAYS |
| 107 | 103 |
| 108 ############################################################################## | 104 ############################################################################## |
| 109 ['arch == arm or arch == android_arm', { | 105 ['arch == arm or arch == android_arm', { |
| 110 | 106 |
| 111 # Slow tests which times out in debug mode. | 107 # Slow tests which times out in debug mode. |
| 112 'try': [PASS, ['mode == debug', SKIP]], | 108 'try': [PASS, ['mode == debug', SKIP]], |
| 113 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 109 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
| 114 'array-constructor': [PASS, ['mode == debug', SKIP]], | 110 'array-constructor': [PASS, ['mode == debug', SKIP]], |
| 115 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], | 111 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'never-optimize': [SKIP], | 267 'never-optimize': [SKIP], |
| 272 'regress/regress-2185-2': [SKIP], | 268 'regress/regress-2185-2': [SKIP], |
| 273 'harmony/object-observe': [SKIP], | 269 'harmony/object-observe': [SKIP], |
| 274 'readonly': [SKIP], | 270 'readonly': [SKIP], |
| 275 'array-feedback': [SKIP], | 271 'array-feedback': [SKIP], |
| 276 | 272 |
| 277 # Deopt every n garbage collections collides with deopt every n times. | 273 # Deopt every n garbage collections collides with deopt every n times. |
| 278 'regress/regress-2653': [SKIP], | 274 'regress/regress-2653': [SKIP], |
| 279 }], # 'deopt_fuzzer == True' | 275 }], # 'deopt_fuzzer == True' |
| 280 ] | 276 ] |
| OLD | NEW |