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 # Tests verifying CHECK and ASSERT. |
| 105 'verify-check-false': [FAIL, NO_VARIANTS], |
| 106 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu
g', FAIL]], |
102 }], # ALWAYS | 107 }], # ALWAYS |
103 | 108 |
104 ############################################################################## | 109 ############################################################################## |
105 ['arch == arm or arch == android_arm', { | 110 ['arch == arm or arch == android_arm', { |
106 | 111 |
107 # Slow tests which times out in debug mode. | 112 # Slow tests which times out in debug mode. |
108 'try': [PASS, ['mode == debug', SKIP]], | 113 'try': [PASS, ['mode == debug', SKIP]], |
109 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 114 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
110 'array-constructor': [PASS, ['mode == debug', SKIP]], | 115 'array-constructor': [PASS, ['mode == debug', SKIP]], |
111 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], | 116 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'never-optimize': [SKIP], | 284 'never-optimize': [SKIP], |
280 'regress/regress-2185-2': [SKIP], | 285 'regress/regress-2185-2': [SKIP], |
281 'harmony/object-observe': [SKIP], | 286 'harmony/object-observe': [SKIP], |
282 'readonly': [SKIP], | 287 'readonly': [SKIP], |
283 'array-feedback': [SKIP], | 288 'array-feedback': [SKIP], |
284 | 289 |
285 # Deopt every n garbage collections collides with deopt every n times. | 290 # Deopt every n garbage collections collides with deopt every n times. |
286 'regress/regress-2653': [SKIP], | 291 'regress/regress-2653': [SKIP], |
287 }], # 'deopt_fuzzer == True' | 292 }], # 'deopt_fuzzer == True' |
288 ] | 293 ] |
OLD | NEW |