<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch v1.8.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-09T15:52:57+00:00</updated>
<entry>
<title>tests/run-tests: If running thread tests on unix, don't run mutate ones.</title>
<updated>2016-07-09T15:52:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-07-09T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2b5a1067c0664836ad8737832754f0866f549fd1'/>
<id>urn:sha1:2b5a1067c0664836ad8737832754f0866f549fd1</id>
<content type='text'>
They will fail because the GIL is disabled on the unix build.
</content>
</entry>
<entry>
<title>tests/meminfo: Update for addition of "max free sz" output.</title>
<updated>2016-06-30T21:39:26+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-30T21:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92a9078a6fa3968fb5000b26e8ef7a0cb96acb1b'/>
<id>urn:sha1:92a9078a6fa3968fb5000b26e8ef7a0cb96acb1b</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>
</feed>
