Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2141953002: [Turbofan]: Add integer multiplication with overflow to typed lowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@multiply
Patch Set: Code comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/math-mul.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'deopt-with-fp-regs': [PASS, NO_IGNITION], 247 'deopt-with-fp-regs': [PASS, NO_IGNITION],
248 'deserialize-optimize-inner': [PASS, NO_IGNITION], 248 'deserialize-optimize-inner': [PASS, NO_IGNITION],
249 'div-mul-minus-one': [PASS, NO_IGNITION], 249 'div-mul-minus-one': [PASS, NO_IGNITION],
250 'double-intrinsics': [PASS, NO_IGNITION], 250 'double-intrinsics': [PASS, NO_IGNITION],
251 'elements-transition-hoisting': [PASS, NO_IGNITION], 251 'elements-transition-hoisting': [PASS, NO_IGNITION],
252 'es6/block-let-crankshaft': [PASS, NO_IGNITION], 252 'es6/block-let-crankshaft': [PASS, NO_IGNITION],
253 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], 253 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION],
254 'getters-on-elements': [PASS, NO_IGNITION], 254 'getters-on-elements': [PASS, NO_IGNITION],
255 'harmony/do-expressions': [PASS, NO_IGNITION], 255 'harmony/do-expressions': [PASS, NO_IGNITION],
256 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], 256 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION],
257 'regress/regress-2132': [PASS, NO_IGNITION], 257
258 # TODO(mvstanton): restore NO_IGNITION.
259 'regress/regress-2132': [PASS, NO_VARIANTS],
260
258 'regress/regress-2339': [PASS, NO_IGNITION], 261 'regress/regress-2339': [PASS, NO_IGNITION],
259 'regress/regress-3176': [PASS, NO_IGNITION], 262 'regress/regress-3176': [PASS, NO_IGNITION],
260 'regress/regress-3709': [PASS, NO_IGNITION], 263 'regress/regress-3709': [PASS, NO_IGNITION],
261 'regress/regress-385565': [PASS, NO_IGNITION], 264 'regress/regress-385565': [PASS, NO_IGNITION],
262 'regress/regress-crbug-594183': [PASS, NO_IGNITION], 265 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
263 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], 266 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
264 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], 267 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
265 'regress/regress-param-local-type': [PASS, NO_IGNITION], 268 'regress/regress-param-local-type': [PASS, NO_IGNITION],
266 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], 269 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
267 'shift-for-integer-div': [PASS, NO_IGNITION], 270 'shift-for-integer-div': [PASS, NO_IGNITION],
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ############################################################################## 777 ##############################################################################
775 ['gcov_coverage', { 778 ['gcov_coverage', {
776 # Tests taking too long. 779 # Tests taking too long.
777 'array-functions-prototype-misc': [SKIP], 780 'array-functions-prototype-misc': [SKIP],
778 781
779 # Stack overflow. 782 # Stack overflow.
780 'big-array-literal': [SKIP], 783 'big-array-literal': [SKIP],
781 }], # 'gcov_coverage' 784 }], # 'gcov_coverage'
782 785
783 ] 786 ]
OLDNEW
« no previous file with comments | « test/mjsunit/math-mul.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698