summaryrefslogtreecommitdiff
path: root/tests/thread
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-05-17tests/thread: Use less resources for stress_aes if settrace enabled.Damien George
2021-05-10tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.Damien George
2021-05-10py/gc: Make gc_lock_depth have a count per thread.Damien George
2021-05-08tests/thread: Make stress_aes.py test run on bare-metal ports.Damien George
2021-05-08tests/thread: Make stress_create.py test run on esp32.Damien George
2021-05-08esp32/mpthreadport: Use binary semaphore instead of mutex.Damien George
2020-10-28tests/thread/stress_schedule.py: Assign globals before running test.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-05-05tests/thread/thread_stacksize1.py: Increase stack size for CPython.yangfl
2020-04-13py/scheduler: Add assert that scheduler is locked when unlocking.Jim Mussared
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-14py/modthread: Raise RuntimeError in release() if lock is not acquired.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-02-15tests/thread: Add stress-test for creating many threads.Damien George
2017-02-15tests/thread: Replace busy waiting loops with a loop that sleeps.Damien George
2017-02-01tests/thread: Fix stack size test so tests run reliably on baremetal.Damien George
2017-01-31tests/thread: Make thread_exc2 runable on baremetal.Damien George
2016-12-29tests/thread: Improve modthread.c test coverage.Rami Ali
2016-06-28tests/thread: Allow some tests to run on ports with not much heap.Damien George
2016-06-28tests/thread: Allow thread_sleep1 to run without floating point.Damien George
2016-06-28tests/thread: Make sure that thread tests don't rely on floating point.Damien George
2016-06-28tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George
2016-06-28tests/thread: Add test for concurrent mutating of user instance.Damien George
2016-06-28tests/thread: Add test for concurrent interning of strings.Damien George
2016-06-28tests/thread: Add tests that mutate shared objects.Damien George
2016-06-28tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George
2016-06-28tests/thread: Add tests for running GC within a thread, and heap stress.Damien George
2016-06-28tests/thread: Remove need to sleep to wait for completion in some tests.Damien George
2016-06-28tests: Add 3 more tests for _thread module.Damien George
2016-06-28tests: Add tests for _thread module.Damien George