PythonExtra/tests/micropython/heapalloc_fail_list.py.exp
Damien George eb1f81b209 tests/micropython: Add some tests for failed heap allocation.
This adds tests for some locations in the code where a memory allocation
should raise an exception.
2019-04-18 14:34:12 +10:00

5 lines
90 B
Plaintext

MemoryError: list index
MemoryError: list get slice
MemoryError: list extend slice
[1, 2]