circuitpython/tests/micropython/viper_ptr32_store_boundary.py.exp
Alessandro Gatti b1d5c656de tests/micropython: Remove big ints dependence for viper boundary tests.
This commit provides an implementation for viper boundary tests that can
work even without big int support.

Since it uses a fixed-size buffer to hold values to work with, this
should work on any platform as long as its integers are at least 32 bits
wide, regardless its configuration on how big integers can get.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-08-11 16:46:15 +10:00

20 lines
260 B
Text

--- 5
0x1 0x102 0x10203
0x1020304
0x2030405
0x3040506
--- 8
0x4050607 0x5060708 0x6070809
0x708090a
0x8090a0b
0x90a0b0c
--- 11
0xa0b0c0d 0xb0c0d0e 0xc0d0e0f
0xd0e0f10
0xe0f1011
0xf101112
--- 12
0x10111213 0x11121314 0x12131415
0x13141516
0x14151617
0x15161718