v8/test/bigint
Jakob Kummerow 785e009eae [bigint][test] Better random input generation
In addition to inputs consisting entirely of random bits, the
bigint test shell now also generates inputs that are powers of
two (i.e. have many 0-bits) and inputs with many 1-bits.
Empirically, these kinds of inputs are more likely to flush out
corner case bugs.

Bug: v8:11515
Change-Id: Ib69f12bf215055991b028196dc54ebbc00780bae
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3055292
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76729}
2021-09-08 15:39:27 +00:00
..
bigint-shell.cc [bigint][test] Better random input generation 2021-09-08 15:39:27 +00:00
bigint.status Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00
BUILD.gn [bigint] Define V8_ADVANCED_BIGINT_ALGORITHMS everywhere 2021-07-27 15:17:34 +00:00
DEPS Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00
testcfg.py Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00