circuitpython-ulab/tests
Jeff Epler 315c988393
Check that array size doesn't overflow at construction time
Now, requesting to allocate an array that is too big gives the exception
'array is too big', like numpy.

This does depend on a gcc extension, `__builtin_mul_overflow`, present
since at least version 5. This extension is also supported in clang.
msvc is probably the only compiler of note that does not support it.

Closes: #576
2023-01-19 07:15:58 -06:00
..
1d Minor compile fixes: comma and new-line at end of files (#550) 2022-09-30 10:42:49 +02:00
2d Check that array size doesn't overflow at construction time 2023-01-19 07:15:58 -06:00
3d add basic complex tests 2021-12-30 11:32:07 +01:00
4d update test scripts 2022-01-10 23:34:33 +01:00