<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/run-tests, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-04-16T14:59:11+00:00</updated>
<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>
<entry>
<title>tests/run-tests: Be sure to close Pyboard object on completion.</title>
<updated>2017-04-02T17:49:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-02T17:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b2db4bb51548ce5f20b5f3fa5890c50514ec884'/>
<id>urn:sha1:5b2db4bb51548ce5f20b5f3fa5890c50514ec884</id>
<content type='text'>
So underlying device was properly closed too.
</content>
</entry>
<entry>
<title>tests/micropython: Add tests for micropython.schedule().</title>
<updated>2017-03-20T04:20:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-16T07:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c772817deea6f3e5fe63483db77a98b65974d833'/>
<id>urn:sha1:c772817deea6f3e5fe63483db77a98b65974d833</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Re-instate skipping of doubleprec test on pyboard.</title>
<updated>2017-03-14T11:07:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-14T11:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=923ec1169f2c14bd97ffbc01c5a78d31c6e9eded'/>
<id>urn:sha1:923ec1169f2c14bd97ffbc01c5a78d31c6e9eded</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/feature_check/int_big: Rework "big int" detection.</title>
<updated>2017-03-10T01:11:43+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-10T01:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=854bb322bf9e20f1c5afe5e8a796ebeca238fa95'/>
<id>urn:sha1:854bb322bf9e20f1c5afe5e8a796ebeca238fa95</id>
<content type='text'>
MICROPY_LONGINT_IMPL_LONGLONG doesn't have overflow detection, so just
parsing a large number won't give an error, we need to print it out
to check that the whole number was parsed.
</content>
</entry>
<entry>
<title>tests/basic: Split tests into working with small ints and not working.</title>
<updated>2017-03-03T21:13:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-03T21:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ab6aa3a6d0506e805caa19369bef279c1c789b4'/>
<id>urn:sha1:3ab6aa3a6d0506e805caa19369bef279c1c789b4</id>
<content type='text'>
Tests which don't work with small ints are suffixed with _intbig.py. Some
of these may still work with long long ints and need to be reclassified
later.
</content>
</entry>
</feed>
