| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 }], # ALWAYS | 239 }], # ALWAYS |
| 240 | 240 |
| 241 ############################################################################## | 241 ############################################################################## |
| 242 ['gc_stress == True', { | 242 ['gc_stress == True', { |
| 243 # Skip tests not suitable for GC stress. | 243 # Skip tests not suitable for GC stress. |
| 244 'allocation-site-info': [SKIP], | 244 'allocation-site-info': [SKIP], |
| 245 'array-constructor-feedback': [SKIP], | 245 'array-constructor-feedback': [SKIP], |
| 246 'array-feedback': [SKIP], | 246 'array-feedback': [SKIP], |
| 247 'array-literal-feedback': [SKIP], | 247 'array-literal-feedback': [SKIP], |
| 248 'd8-performance-now': [SKIP], | 248 'd8-performance-now': [SKIP], |
| 249 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], |
| 249 'elements-kind': [SKIP], | 250 'elements-kind': [SKIP], |
| 251 'elements-transition-hoisting': [SKIP], |
| 250 'fast-prototype': [SKIP], | 252 'fast-prototype': [SKIP], |
| 253 'getters-on-elements': [SKIP], |
| 254 'harmony/block-let-crankshaft': [SKIP], |
| 251 'opt-elements-kind': [SKIP], | 255 'opt-elements-kind': [SKIP], |
| 252 'osr-elements-kind': [SKIP], | 256 'osr-elements-kind': [SKIP], |
| 253 'regress/regress-165637': [SKIP], | 257 'regress/regress-165637': [SKIP], |
| 254 'regress/regress-2249': [SKIP], | 258 'regress/regress-2249': [SKIP], |
| 255 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | |
| 256 'elements-transition-hoisting': [PASS, FAIL], | |
| 257 'getters-on-elements': [PASS, FAIL], | |
| 258 # Tests taking too long | 259 # Tests taking too long |
| 259 'debug-stepout-scope-part8': [SKIP], | 260 'debug-stepout-scope-part8': [SKIP], |
| 260 'mirror-object': [SKIP], | 261 'mirror-object': [SKIP], |
| 261 'packed-elements': [SKIP], | 262 'packed-elements': [SKIP], |
| 262 'regress/regress-1122': [SKIP], | 263 'regress/regress-1122': [SKIP], |
| 263 'regress/regress-331444': [SKIP], | 264 'regress/regress-331444': [SKIP], |
| 264 'regress/regress-353551': [SKIP], | 265 'regress/regress-353551': [SKIP], |
| 265 'regress/regress-crbug-119926': [SKIP], | 266 'regress/regress-crbug-119926': [SKIP], |
| 266 'regress/short-circuit': [SKIP], | 267 'regress/short-circuit': [SKIP], |
| 267 'stack-traces-overflow': [SKIP], | 268 'stack-traces-overflow': [SKIP], |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 'never-optimize': [SKIP], | 591 'never-optimize': [SKIP], |
| 591 'regress/regress-2185-2': [SKIP], | 592 'regress/regress-2185-2': [SKIP], |
| 592 'harmony/object-observe': [SKIP], | 593 'harmony/object-observe': [SKIP], |
| 593 'readonly': [SKIP], | 594 'readonly': [SKIP], |
| 594 'array-feedback': [SKIP], | 595 'array-feedback': [SKIP], |
| 595 | 596 |
| 596 # Deopt every n garbage collections collides with deopt every n times. | 597 # Deopt every n garbage collections collides with deopt every n times. |
| 597 'regress/regress-2653': [SKIP], | 598 'regress/regress-2653': [SKIP], |
| 598 }], # 'deopt_fuzzer == True' | 599 }], # 'deopt_fuzzer == True' |
| 599 ] | 600 ] |
| OLD | NEW |