| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'array-constructor-feedback': [SKIP], | 120 'array-constructor-feedback': [SKIP], |
| 121 'array-feedback': [SKIP], | 121 'array-feedback': [SKIP], |
| 122 'array-literal-feedback': [SKIP], | 122 'array-literal-feedback': [SKIP], |
| 123 'd8-performance-now': [SKIP], | 123 'd8-performance-now': [SKIP], |
| 124 'elements-kind': [SKIP], | 124 'elements-kind': [SKIP], |
| 125 'fast-prototype': [SKIP], | 125 'fast-prototype': [SKIP], |
| 126 'opt-elements-kind': [SKIP], | 126 'opt-elements-kind': [SKIP], |
| 127 'osr-elements-kind': [SKIP], | 127 'osr-elements-kind': [SKIP], |
| 128 'regress/regress-165637': [SKIP], | 128 'regress/regress-165637': [SKIP], |
| 129 'regress/regress-2249': [SKIP], | 129 'regress/regress-2249': [SKIP], |
| 130 |
| 131 # TODO(hpayer): Investigate. |
| 132 'tools/profviz': [PASS, FLAKY], |
| 130 }], # 'gc_stress == True' | 133 }], # 'gc_stress == True' |
| 131 | 134 |
| 132 ############################################################################## | 135 ############################################################################## |
| 133 ['arch == arm or arch == android_arm', { | 136 ['arch == arm or arch == android_arm', { |
| 134 | 137 |
| 135 # Slow tests which times out in debug mode. | 138 # Slow tests which times out in debug mode. |
| 136 'try': [PASS, ['mode == debug', SKIP]], | 139 'try': [PASS, ['mode == debug', SKIP]], |
| 137 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 140 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
| 138 'array-constructor': [PASS, ['mode == debug', SKIP]], | 141 'array-constructor': [PASS, ['mode == debug', SKIP]], |
| 139 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], | 142 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'never-optimize': [SKIP], | 274 'never-optimize': [SKIP], |
| 272 'regress/regress-2185-2': [SKIP], | 275 'regress/regress-2185-2': [SKIP], |
| 273 'harmony/object-observe': [SKIP], | 276 'harmony/object-observe': [SKIP], |
| 274 'readonly': [SKIP], | 277 'readonly': [SKIP], |
| 275 'array-feedback': [SKIP], | 278 'array-feedback': [SKIP], |
| 276 | 279 |
| 277 # Deopt every n garbage collections collides with deopt every n times. | 280 # Deopt every n garbage collections collides with deopt every n times. |
| 278 'regress/regress-2653': [SKIP], | 281 'regress/regress-2653': [SKIP], |
| 279 }], # 'deopt_fuzzer == True' | 282 }], # 'deopt_fuzzer == True' |
| 280 ] | 283 ] |
| OLD | NEW |