<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/run-tests, branch 2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-08-26T02:17:07+00:00</updated>
<entry>
<title>Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.</title>
<updated>2017-08-26T02:17:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-26T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16'/>
<id>urn:sha1:ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16</id>
<content type='text'>
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
</content>
</entry>
<entry>
<title>Turn on Rosie CI testing to test new builds on real hardware.</title>
<updated>2017-08-12T00:16:13+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-07-03T22:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fab634e3eeb456e9d5dffa2cabb9ded39c45d6b6'/>
<id>urn:sha1:fab634e3eeb456e9d5dffa2cabb9ded39c45d6b6</id>
<content type='text'>
This introduces a skip_if module that can be used by tests to
determine when they should be skipped due to the environment.

Some tests have been split in order to have finer grained skip
control.
</content>
</entry>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
<entry>
<title>py/objgenerator: Allow to hash generators and generator instances.</title>
<updated>2017-07-07T01:47:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-07-07T01:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f69ab79ec8347c1f5ff0c6f31947ec06073fbd52'/>
<id>urn:sha1:f69ab79ec8347c1f5ff0c6f31947ec06073fbd52</id>
<content type='text'>
Adds nothing to the code size, since it uses existing empty slots in the
type structures.
</content>
</entry>
<entry>
<title>tests: Auto detect floating point capabilites of the target.</title>
<updated>2017-06-26T03:47:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-26T03:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a6c0fda784e9de346be92185f2f91b72e31f9db'/>
<id>urn:sha1:4a6c0fda784e9de346be92185f2f91b72e31f9db</id>
<content type='text'>
The floating-point precision of the target is detected (0, 30, 32 or 64)
and only those tests which can run on the target will be run.
</content>
</entry>
<entry>
<title>tests/run-tests: Don't post-process CRASH result in any way.</title>
<updated>2017-04-16T14:59:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-16T14:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57b5ee2fcf190e2dcd583d0d0c7712101194fade'/>
<id>urn:sha1:57b5ee2fcf190e2dcd583d0d0c7712101194fade</id>
<content type='text'>
If we got a CRASH result, return early, similar to SKIP. This is important
because previous refactor changed branching logic a bit, so CRASH now gets
post-processed into CRASH\n, which broke remote hardware tests.
</content>
</entry>
<entry>
<title>tests/run-tests: Search feature checks wrt to main script location.</title>
<updated>2017-04-14T14:07:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-14T14:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b8122f2bb037644da953529afe7c3e8b57094e2'/>
<id>urn:sha1:5b8122f2bb037644da953529afe7c3e8b57094e2</id>
<content type='text'>
If run-tests script is run from another dir, we still want to look up
feature checks in run-tests' dir.
</content>
</entry>
<entry>
<title>tests/run-tests: Update names of tests that may need skipping.</title>
<updated>2017-04-04T02:26:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-04-04T02:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=805b1c8bc3424003a86c9ad270661ef31a8f6f56'/>
<id>urn:sha1:805b1c8bc3424003a86c9ad270661ef31a8f6f56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Introduce generic "minimal" target.</title>
<updated>2017-04-03T07:20:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-03T07:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=831e15722674905b3cd895fee8481cd86a4849f8'/>
<id>urn:sha1:831e15722674905b3cd895fee8481cd86a4849f8</id>
<content type='text'>
Used e.g. by Zephyr port.
</content>
</entry>
<entry>
<title>run-tests: Add feature check for "const" keyword and skip related tests.</title>
<updated>2017-04-02T19:52:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-02T19:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e'/>
<id>urn:sha1:b099aeb3ca5ff8bc6ab59f90f4e61a08e7d88e1e</id>
<content type='text'>
</content>
</entry>
</feed>
