<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/thread, branch 0.8.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-12-29T02:27:50+00:00</updated>
<entry>
<title>tests/thread: Improve modthread.c test coverage.</title>
<updated>2016-12-29T02:27:50+00:00</updated>
<author>
<name>Rami Ali</name>
<email>flowergrass@users.noreply.github.com</email>
</author>
<published>2016-12-29T02:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f397e1fdf0519a6770336c04904c4f0495e75496'/>
<id>urn:sha1:f397e1fdf0519a6770336c04904c4f0495e75496</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Allow some tests to run on ports with not much heap.</title>
<updated>2016-06-28T10:28:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T16:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8b9ddf403119100d6bbd4c6d77bd4a334032b893'/>
<id>urn:sha1:8b9ddf403119100d6bbd4c6d77bd4a334032b893</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Allow thread_sleep1 to run without floating point.</title>
<updated>2016-06-28T10:28:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T16:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=63d05228a3173f079ea0a8f4fb11baa442351065'/>
<id>urn:sha1:63d05228a3173f079ea0a8f4fb11baa442351065</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Make sure that thread tests don't rely on floating point.</title>
<updated>2016-06-28T10:28:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T10:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=15e68277c109d238bfb9c5bb8ab7db2f89e24c26'/>
<id>urn:sha1:15e68277c109d238bfb9c5bb8ab7db2f89e24c26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Make stack-size test run correctly and reliable on uPy.</title>
<updated>2016-06-28T10:28:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-31T10:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b7789d519be7251c58b68879f013d5f3bf0c950'/>
<id>urn:sha1:5b7789d519be7251c58b68879f013d5f3bf0c950</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Add test for concurrent mutating of user instance.</title>
<updated>2016-06-28T10:28:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-17T15:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7274e91bc2fe6a8059ce7e65e02c20d000322b1'/>
<id>urn:sha1:b7274e91bc2fe6a8059ce7e65e02c20d000322b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Add test for concurrent interning of strings.</title>
<updated>2016-06-28T10:28:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-17T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e4cdae4fd866149185a5c16a7e0e37b9b87150c'/>
<id>urn:sha1:2e4cdae4fd866149185a5c16a7e0e37b9b87150c</id>
<content type='text'>
Qstr code accesses global state and needs to be made thread safe.
</content>
</entry>
<entry>
<title>tests/thread: Add tests that mutate shared objects.</title>
<updated>2016-06-28T10:28:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-17T10:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=094a0dd11a04f3917b488f526f640ae47e30858f'/>
<id>urn:sha1:094a0dd11a04f3917b488f526f640ae47e30858f</id>
<content type='text'>
Tests concurrent mutating access to: list, dict, set, bytearray.
</content>
</entry>
<entry>
<title>tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.</title>
<updated>2016-06-28T10:28:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-17T10:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c73cf9d9319fccbacdff648c2addb9120f2b014b'/>
<id>urn:sha1:c73cf9d9319fccbacdff648c2addb9120f2b014b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/thread: Add tests for running GC within a thread, and heap stress.</title>
<updated>2016-06-28T10:28:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-25T18:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dcc7c5bd891c5da69f430ab93c24aa2567521b71'/>
<id>urn:sha1:dcc7c5bd891c5da69f430ab93c24aa2567521b71</id>
<content type='text'>
</content>
</entry>
</feed>
