| 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 'deopt-with-fp-regs': [PASS, NO_IGNITION], | 239 'deopt-with-fp-regs': [PASS, NO_IGNITION], |
| 240 'deserialize-optimize-inner': [PASS, NO_IGNITION], | 240 'deserialize-optimize-inner': [PASS, NO_IGNITION], |
| 241 'div-mul-minus-one': [PASS, NO_IGNITION], | 241 'div-mul-minus-one': [PASS, NO_IGNITION], |
| 242 'double-intrinsics': [PASS, NO_IGNITION], | 242 'double-intrinsics': [PASS, NO_IGNITION], |
| 243 'elements-transition-hoisting': [PASS, NO_IGNITION], | 243 'elements-transition-hoisting': [PASS, NO_IGNITION], |
| 244 'es6/block-let-crankshaft': [PASS, NO_IGNITION], | 244 'es6/block-let-crankshaft': [PASS, NO_IGNITION], |
| 245 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], | 245 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], |
| 246 'getters-on-elements': [PASS, NO_IGNITION], | 246 'getters-on-elements': [PASS, NO_IGNITION], |
| 247 'harmony/do-expressions': [PASS, NO_IGNITION], | 247 'harmony/do-expressions': [PASS, NO_IGNITION], |
| 248 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], | 248 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], |
| 249 | 249 'regress/regress-2132': [PASS, NO_IGNITION], |
| 250 # TODO(mvstanton): restore NO_IGNITION. | |
| 251 'regress/regress-2132': [PASS, NO_VARIANTS], | |
| 252 | |
| 253 'regress/regress-2339': [PASS, NO_IGNITION], | 250 'regress/regress-2339': [PASS, NO_IGNITION], |
| 254 'regress/regress-3176': [PASS, NO_IGNITION], | 251 'regress/regress-3176': [PASS, NO_IGNITION], |
| 255 'regress/regress-3709': [PASS, NO_IGNITION], | 252 'regress/regress-3709': [PASS, NO_IGNITION], |
| 256 'regress/regress-385565': [PASS, NO_IGNITION], | 253 'regress/regress-385565': [PASS, NO_IGNITION], |
| 257 'regress/regress-crbug-594183': [PASS, NO_IGNITION], | 254 'regress/regress-crbug-594183': [PASS, NO_IGNITION], |
| 258 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], | 255 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], |
| 259 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], | 256 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], |
| 260 'regress/regress-param-local-type': [PASS, NO_IGNITION], | 257 'regress/regress-param-local-type': [PASS, NO_IGNITION], |
| 261 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], | 258 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], |
| 262 'shift-for-integer-div': [PASS, NO_IGNITION], | 259 'shift-for-integer-div': [PASS, NO_IGNITION], |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 ############################################################################## | 766 ############################################################################## |
| 770 ['gcov_coverage', { | 767 ['gcov_coverage', { |
| 771 # Tests taking too long. | 768 # Tests taking too long. |
| 772 'array-functions-prototype-misc': [SKIP], | 769 'array-functions-prototype-misc': [SKIP], |
| 773 | 770 |
| 774 # Stack overflow. | 771 # Stack overflow. |
| 775 'big-array-literal': [SKIP], | 772 'big-array-literal': [SKIP], |
| 776 }], # 'gcov_coverage' | 773 }], # 'gcov_coverage' |
| 777 | 774 |
| 778 ] | 775 ] |
| OLD | NEW |