dcc6bd76a9
Firstly, the fast path checking for applicability of the equality "A/B = 0 with remainder A" must use the condition "A<B", not "A<=B". Secondly, *all* early return paths must ensure that enough padding '0' characters are written. Fixed: chromium:1236694 Bug: v8:11515 Change-Id: I3fa7e17f5f3969ddbb5417b53abf3bff3fc1355b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3075365 Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#76139} |
||
---|---|---|
.. | ||
add.js | ||
and.js | ||
as-int-n.js | ||
basics.js | ||
comparisons.js | ||
dataview.js | ||
dec.js | ||
div-special-cases.js | ||
div.js | ||
exp.js | ||
inc.js | ||
json.js | ||
misc.js | ||
mod-special-cases.js | ||
mod.js | ||
mul-special-cases.js | ||
mul.js | ||
neg.js | ||
not.js | ||
or.js | ||
property-names.js | ||
regress-fftmul-2.js | ||
regress-fftmul.js | ||
regress-minuszero.js | ||
regress-tonumbercode.js | ||
regress-tostring-2.js | ||
regress-tostring.js | ||
regressions.js | ||
rematerialize-on-deopt.js | ||
sar.js | ||
shl.js | ||
sub.js | ||
tonumber.js | ||
turbo.js | ||
typedarray.js | ||
xor.js |