diff options
author | Angus Gratton <angus@redyak.com.au> | 2025-07-22 11:17:23 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-24 15:50:34 +1000 |
commit | 096ff8b9ee216a8ca0345c00946799f8342570a6 (patch) | |
tree | f7e1f71c9427b7ee15569f8ff37653d4c29e7670 /tests/micropython | |
parent | 5d9ef6bfb696106f8052a44c1e392695e908eafa (diff) |
tests/micropython: Rename viper boundary tests that depend on big int.
These tests all depend on generating arbitrarily long (>64-bit) integers.
It would be possible to have these tests work in this case I think, as the
results are always masked to shorter values. But quite fiddly. So just
rename them so they are automatically skipped if the target doesn't have
big int support.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tests/micropython')
-rw-r--r-- | tests/micropython/viper_ptr16_store_boundary_intbig.py (renamed from tests/micropython/viper_ptr16_store_boundary.py) | 0 | ||||
-rw-r--r-- | tests/micropython/viper_ptr16_store_boundary_intbig.py.exp (renamed from tests/micropython/viper_ptr16_store_boundary.py.exp) | 0 | ||||
-rw-r--r-- | tests/micropython/viper_ptr32_store_boundary_intbig.py (renamed from tests/micropython/viper_ptr32_store_boundary.py) | 0 | ||||
-rw-r--r-- | tests/micropython/viper_ptr32_store_boundary_intbig.py.exp (renamed from tests/micropython/viper_ptr32_store_boundary.py.exp) | 0 | ||||
-rw-r--r-- | tests/micropython/viper_ptr8_store_boundary_intbig.py (renamed from tests/micropython/viper_ptr8_store_boundary.py) | 0 | ||||
-rw-r--r-- | tests/micropython/viper_ptr8_store_boundary_intbig.py.exp (renamed from tests/micropython/viper_ptr8_store_boundary.py.exp) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/tests/micropython/viper_ptr16_store_boundary.py b/tests/micropython/viper_ptr16_store_boundary_intbig.py index 1694c61ac..1694c61ac 100644 --- a/tests/micropython/viper_ptr16_store_boundary.py +++ b/tests/micropython/viper_ptr16_store_boundary_intbig.py diff --git a/tests/micropython/viper_ptr16_store_boundary.py.exp b/tests/micropython/viper_ptr16_store_boundary_intbig.py.exp index 1c084da2d..1c084da2d 100644 --- a/tests/micropython/viper_ptr16_store_boundary.py.exp +++ b/tests/micropython/viper_ptr16_store_boundary_intbig.py.exp diff --git a/tests/micropython/viper_ptr32_store_boundary.py b/tests/micropython/viper_ptr32_store_boundary_intbig.py index 5109abb9d..5109abb9d 100644 --- a/tests/micropython/viper_ptr32_store_boundary.py +++ b/tests/micropython/viper_ptr32_store_boundary_intbig.py diff --git a/tests/micropython/viper_ptr32_store_boundary.py.exp b/tests/micropython/viper_ptr32_store_boundary_intbig.py.exp index 67b114d33..67b114d33 100644 --- a/tests/micropython/viper_ptr32_store_boundary.py.exp +++ b/tests/micropython/viper_ptr32_store_boundary_intbig.py.exp diff --git a/tests/micropython/viper_ptr8_store_boundary.py b/tests/micropython/viper_ptr8_store_boundary_intbig.py index e1fe6dcae..e1fe6dcae 100644 --- a/tests/micropython/viper_ptr8_store_boundary.py +++ b/tests/micropython/viper_ptr8_store_boundary_intbig.py diff --git a/tests/micropython/viper_ptr8_store_boundary.py.exp b/tests/micropython/viper_ptr8_store_boundary_intbig.py.exp index 6b0f7ce13..6b0f7ce13 100644 --- a/tests/micropython/viper_ptr8_store_boundary.py.exp +++ b/tests/micropython/viper_ptr8_store_boundary_intbig.py.exp |