| 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 # Tests verifying CHECK and ASSERT. |
| 106 'verify-check-false': [FAIL, NO_VARIANTS], |
| 107 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu
g', FAIL]], |
| 103 }], # ALWAYS | 108 }], # ALWAYS |
| 104 | 109 |
| 105 ############################################################################## | 110 ############################################################################## |
| 106 ['arch == a64', { | 111 ['arch == a64', { |
| 107 | 112 |
| 108 # Requires bigger stack size in the Genesis and if stack size is increased, | 113 # 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 | 114 # the test requires too much time to run. However, the problem test covers |
| 110 # should be platform-independent. | 115 # should be platform-independent. |
| 111 'regress/regress-1132': [SKIP], | 116 'regress/regress-1132': [SKIP], |
| 112 | 117 |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'never-optimize': [SKIP], | 332 'never-optimize': [SKIP], |
| 328 'regress/regress-2185-2': [SKIP], | 333 'regress/regress-2185-2': [SKIP], |
| 329 'harmony/object-observe': [SKIP], | 334 'harmony/object-observe': [SKIP], |
| 330 'readonly': [SKIP], | 335 'readonly': [SKIP], |
| 331 'array-feedback': [SKIP], | 336 'array-feedback': [SKIP], |
| 332 | 337 |
| 333 # Deopt every n garbage collections collides with the deopt every n times flag
. | 338 # Deopt every n garbage collections collides with the deopt every n times flag
. |
| 334 'regress/regress-2653': [SKIP], | 339 'regress/regress-2653': [SKIP], |
| 335 }], # 'deopt_fuzzer == True' | 340 }], # 'deopt_fuzzer == True' |
| 336 ] | 341 ] |
| OLD | NEW |