index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
thread
Age
Commit message (
Expand
)
Author
2016-06-28
tests/thread: Allow some tests to run on ports with not much heap.
Damien George
2016-06-28
tests/thread: Allow thread_sleep1 to run without floating point.
Damien George
2016-06-28
tests/thread: Make sure that thread tests don't rely on floating point.
Damien George
2016-06-28
tests/thread: Make stack-size test run correctly and reliable on uPy.
Damien George
2016-06-28
tests/thread: Add test for concurrent mutating of user instance.
Damien George
2016-06-28
tests/thread: Add test for concurrent interning of strings.
Damien George
2016-06-28
tests/thread: Add tests that mutate shared objects.
Damien George
2016-06-28
tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.
Damien George
2016-06-28
tests/thread: Add tests for running GC within a thread, and heap stress.
Damien George
2016-06-28
tests/thread: Remove need to sleep to wait for completion in some tests.
Damien George
2016-06-28
tests: Add 3 more tests for _thread module.
Damien George
2016-06-28
tests: Add tests for _thread module.
Damien George