| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 ############################################################################## | 93 ############################################################################## |
| 94 # This test sets the umask on a per-process basis and hence cannot be | 94 # This test sets the umask on a per-process basis and hence cannot be |
| 95 # used in multi-threaded runs. | 95 # used in multi-threaded runs. |
| 96 # On android there is no /tmp directory. | 96 # On android there is no /tmp directory. |
| 97 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_ia32', SK
IP]], | 97 'd8-os': [PASS, ['isolates or arch == android_arm or arch == android_ia32', SK
IP]], |
| 98 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32',
SKIP]], | 98 'tools/tickprocessor': [PASS, ['arch == android_arm or arch == android_ia32',
SKIP]], |
| 99 | 99 |
| 100 ############################################################################## | 100 ############################################################################## |
| 101 # Long running test that reproduces memory leak and should be run manually. | 101 # Long running test that reproduces memory leak and should be run manually. |
| 102 'regress/regress-2073': [SKIP], | 102 'regress/regress-2073': [SKIP], |
| 103 |
| 104 ############################################################################## |
| 105 # Needs to allocate 1Gb of memory. |
| 106 'regress/regress-319722-ArrayBuffer': [PASS, ['system == windows or system ==
macos or arch == arm or arch == android_arm or arch == android_ia32', SKIP]], |
| 103 }], # ALWAYS | 107 }], # ALWAYS |
| 104 | 108 |
| 105 ############################################################################## | 109 ############################################################################## |
| 106 ['arch == a64', { | 110 ['arch == a64', { |
| 107 | 111 |
| 108 # Requires bigger stack size in the Genesis and if stack size is increased, | 112 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 109 # the test requires too much time to run. However, the problem test covers | 113 # the test requires too much time to run. However, the problem test covers |
| 110 # should be platform-independent. | 114 # should be platform-independent. |
| 111 'regress/regress-1132': [SKIP], | 115 'regress/regress-1132': [SKIP], |
| 112 | 116 |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'never-optimize': [SKIP], | 319 'never-optimize': [SKIP], |
| 316 'regress/regress-2185-2': [SKIP], | 320 'regress/regress-2185-2': [SKIP], |
| 317 'harmony/object-observe': [SKIP], | 321 'harmony/object-observe': [SKIP], |
| 318 'readonly': [SKIP], | 322 'readonly': [SKIP], |
| 319 'array-feedback': [SKIP], | 323 'array-feedback': [SKIP], |
| 320 | 324 |
| 321 # Deopt every n garbage collections collides with the deopt every n times flag
. | 325 # Deopt every n garbage collections collides with the deopt every n times flag
. |
| 322 'regress/regress-2653': [SKIP], | 326 'regress/regress-2653': [SKIP], |
| 323 }], # 'deopt_fuzzer == True' | 327 }], # 'deopt_fuzzer == True' |
| 324 ] | 328 ] |
| OLD | NEW |