diff options
author | Angus Gratton <angus@redyak.com.au> | 2025-03-18 12:07:00 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-18 00:10:44 +1000 |
commit | 2d8d64059fbc7cd72e40503e5af19eded73c3d47 (patch) | |
tree | aa8e9e725611351bd2fba32726f51b2d6244c3a1 /py/objrange.c | |
parent | c72a3e528d7909c212596b52de5f9a5fe0161f17 (diff) |
tests: Add specific tests for "long long" 64-bit bigints.
These will run on all ports which support them, but importantly
they'll also run on ports that don't support arbitrary precision
but do support 64-bit long ints.
Includes some test workarounds to account for things which will overflow
once "long long" big integers overflow (added in follow-up commit):
- uctypes_array_load_store test was failing already, now won't parse.
- all the ffi_int tests contain 64-bit unsigned values, that won't parse
as long long.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'py/objrange.c')
0 files changed, 0 insertions, 0 deletions