summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc.py
AgeCommit message (Expand)Author
2017-12-11tests/heapalloc, heapalloc_super: Skip in strict stackless mode.Paul Sokolovsky
2016-11-21tests/micropython: Move alloc-less traceback test to separate test file.Damien George
2016-11-21tests/micropython: Add test for creating traceback without allocation.Damien George
2016-10-14tests/micropython: Add tests for heap_lock, and emergency exceptions.Damien George
2015-06-08py: Fallback to stack alloca for Python-stack if heap alloc fails.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-05-31tests: Add feature test for when heap allocation is disabled.Damien George