v8/test/mjsunit/harmony/bigint
Georg Neis 26e21fa67a [bigint] Increase maximum length.
In a benchmark that I'm looking at, the numbers quickly overflow our
current limit.

This patch increases kMaxLength to the greatest value that's possible
without requiring further code changes.

Bug: v8:6791
Change-Id: I7a0d126dcd566d536375a294fa4dcf10b8823ed7
Reviewed-on: https://chromium-review.googlesource.com/833876
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50240}
2017-12-20 14:49:48 +00:00
..
add.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
and.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
as-int-n.js Reland "[bigint] Fix early-return in asIntN" 2017-12-05 17:31:58 +00:00
basics.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
comparisons.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
dec.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
div.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
exp.js [bigint] Increase maximum length. 2017-12-20 14:49:48 +00:00
inc.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
json.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
mod.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
mul.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
neg.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
not.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
or.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
regressions.js [bigint,compiler] Fix typed-lowering of JSStrictEqual. 2017-12-06 14:46:25 +00:00
sar.js [bigint] Fix RightShift by 32 2017-10-25 18:03:18 +00:00
shl.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
sub.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00
tonumber.js [bigint] Remove --no-opt flag from various mjsunit tests. 2017-12-01 10:27:14 +00:00
turbo.js [bigint,compiler] Add tests for Turbofan. 2017-12-01 07:48:44 +00:00
xor.js [bigint] Add tests for unary/binary ops 2017-10-23 19:11:01 +00:00