| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 # Skip tests not suitable for GC stress. | 206 # Skip tests not suitable for GC stress. |
| 207 'allocation-site-info': [SKIP], | 207 'allocation-site-info': [SKIP], |
| 208 'array-constructor-feedback': [SKIP], | 208 'array-constructor-feedback': [SKIP], |
| 209 'array-feedback': [SKIP], | 209 'array-feedback': [SKIP], |
| 210 'array-literal-feedback': [SKIP], | 210 'array-literal-feedback': [SKIP], |
| 211 'd8-performance-now': [SKIP], | 211 'd8-performance-now': [SKIP], |
| 212 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | 212 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], |
| 213 'elements-kind': [SKIP], | 213 'elements-kind': [SKIP], |
| 214 'elements-transition-hoisting': [SKIP], | 214 'elements-transition-hoisting': [SKIP], |
| 215 'fast-prototype': [SKIP], | 215 'fast-prototype': [SKIP], |
| 216 'field-type-tracking': [SKIP], |
| 216 'getters-on-elements': [SKIP], | 217 'getters-on-elements': [SKIP], |
| 217 'harmony/block-let-crankshaft': [SKIP], | 218 'harmony/block-let-crankshaft': [SKIP], |
| 218 'opt-elements-kind': [SKIP], | 219 'opt-elements-kind': [SKIP], |
| 219 'osr-elements-kind': [SKIP], | 220 'osr-elements-kind': [SKIP], |
| 220 'regress/regress-crbug-137689': [SKIP], | 221 'regress/regress-crbug-137689': [SKIP], |
| 221 'regress/regress-165637': [SKIP], | 222 'regress/regress-165637': [SKIP], |
| 222 'regress/regress-2249': [SKIP], | 223 'regress/regress-2249': [SKIP], |
| 223 # Tests taking too long | 224 # Tests taking too long |
| 224 'debug-stepout-scope-part8': [SKIP], | 225 'debug-stepout-scope-part8': [SKIP], |
| 225 'mirror-object': [SKIP], | 226 'mirror-object': [SKIP], |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'never-optimize': [SKIP], | 573 'never-optimize': [SKIP], |
| 573 'regress/regress-2185-2': [SKIP], | 574 'regress/regress-2185-2': [SKIP], |
| 574 'harmony/object-observe': [SKIP], | 575 'harmony/object-observe': [SKIP], |
| 575 'readonly': [SKIP], | 576 'readonly': [SKIP], |
| 576 'array-feedback': [SKIP], | 577 'array-feedback': [SKIP], |
| 577 | 578 |
| 578 # Deopt every n garbage collections collides with deopt every n times. | 579 # Deopt every n garbage collections collides with deopt every n times. |
| 579 'regress/regress-2653': [SKIP], | 580 'regress/regress-2653': [SKIP], |
| 580 }], # 'deopt_fuzzer == True' | 581 }], # 'deopt_fuzzer == True' |
| 581 ] | 582 ] |
| OLD | NEW |