-
- Downloads
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.
Showing
- tests/micropython/heapalloc_fail_bytearray.py 90 additions, 0 deletionstests/micropython/heapalloc_fail_bytearray.py
- tests/micropython/heapalloc_fail_bytearray.py.exp 11 additions, 0 deletionstests/micropython/heapalloc_fail_bytearray.py.exp
- tests/micropython/heapalloc_fail_dict.py 21 additions, 0 deletionstests/micropython/heapalloc_fail_dict.py
- tests/micropython/heapalloc_fail_dict.py.exp 2 additions, 0 deletionstests/micropython/heapalloc_fail_dict.py.exp
- tests/micropython/heapalloc_fail_list.py 36 additions, 0 deletionstests/micropython/heapalloc_fail_list.py
- tests/micropython/heapalloc_fail_list.py.exp 4 additions, 0 deletionstests/micropython/heapalloc_fail_list.py.exp
- tests/micropython/heapalloc_fail_memoryview.py 25 additions, 0 deletionstests/micropython/heapalloc_fail_memoryview.py
- tests/micropython/heapalloc_fail_memoryview.py.exp 2 additions, 0 deletionstests/micropython/heapalloc_fail_memoryview.py.exp
- tests/micropython/heapalloc_fail_set.py 21 additions, 0 deletionstests/micropython/heapalloc_fail_set.py
- tests/micropython/heapalloc_fail_set.py.exp 2 additions, 0 deletionstests/micropython/heapalloc_fail_set.py.exp
- tests/micropython/heapalloc_fail_tuple.py 12 additions, 0 deletionstests/micropython/heapalloc_fail_tuple.py
- tests/micropython/heapalloc_fail_tuple.py.exp 1 addition, 0 deletionstests/micropython/heapalloc_fail_tuple.py.exp
Loading
Please register or sign in to comment