micropython/tests/thread
Damien George e374cfff80 py/modthread: Raise RuntimeError in release() if lock is not acquired. 2017-06-14 14:43:50 +10:00
..
mutate_bytearray.py tests/thread: Allow some tests to run on ports with not much heap. 2016-06-28 11:28:52 +01:00
mutate_dict.py tests/thread: Add tests that mutate shared objects. 2016-06-28 11:28:50 +01:00
mutate_instance.py tests/thread: Allow some tests to run on ports with not much heap. 2016-06-28 11:28:52 +01:00
mutate_list.py tests/thread: Add tests that mutate shared objects. 2016-06-28 11:28:50 +01:00
mutate_set.py tests/thread: Add tests that mutate shared objects. 2016-06-28 11:28:50 +01:00
stress_aes.py various: Spelling fixes 2017-05-29 11:36:05 +03:00
stress_create.py tests/thread: Add stress-test for creating many threads. 2017-02-15 11:12:37 +11:00
stress_heap.py tests/thread: Replace busy waiting loops with a loop that sleeps. 2017-02-15 11:12:37 +11:00
stress_recurse.py tests/thread: Rename thread_stress_XXX.py to stress_XXX.py. 2016-06-28 11:28:50 +01:00
thread_exc1.py tests/thread: Remove need to sleep to wait for completion in some tests. 2016-06-28 11:09:31 +01:00
thread_exc2.py tests/thread: Improve modthread.c test coverage. 2016-12-29 13:27:50 +11:00
thread_exc2.py.exp tests/thread: Make thread_exc2 runable on baremetal. 2017-01-31 13:59:20 +11:00
thread_exit1.py tests/thread: Make sure that thread tests don't rely on floating point. 2016-06-28 11:28:52 +01:00
thread_exit2.py tests/thread: Make sure that thread tests don't rely on floating point. 2016-06-28 11:28:52 +01:00
thread_gc1.py tests/thread: Add tests for running GC within a thread, and heap stress. 2016-06-28 11:28:49 +01:00
thread_ident1.py tests/thread: Remove need to sleep to wait for completion in some tests. 2016-06-28 11:09:31 +01:00
thread_lock1.py py/modthread: Raise RuntimeError in release() if lock is not acquired. 2017-06-14 14:43:50 +10:00
thread_lock2.py tests/thread: Make sure that thread tests don't rely on floating point. 2016-06-28 11:28:52 +01:00
thread_lock3.py tests: Add tests for _thread module. 2016-06-28 11:09:31 +01:00
thread_lock4.py tests/thread: Replace busy waiting loops with a loop that sleeps. 2017-02-15 11:12:37 +11:00
thread_qstr1.py tests/thread: Replace busy waiting loops with a loop that sleeps. 2017-02-15 11:12:37 +11:00
thread_shared1.py tests/thread: Remove need to sleep to wait for completion in some tests. 2016-06-28 11:09:31 +01:00
thread_shared2.py tests/thread: Remove need to sleep to wait for completion in some tests. 2016-06-28 11:09:31 +01:00
thread_sleep1.py tests/thread: Allow thread_sleep1 to run without floating point. 2016-06-28 11:28:52 +01:00
thread_stacksize1.py tests/thread: Fix stack size test so tests run reliably on baremetal. 2017-02-01 17:21:35 +11:00
thread_start1.py tests/thread: Make sure that thread tests don't rely on floating point. 2016-06-28 11:28:52 +01:00
thread_start2.py tests/thread: Improve modthread.c test coverage. 2016-12-29 13:27:50 +11:00