<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/run-tests, branch travis-esp8266</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-26T20:08:33+00:00</updated>
<entry>
<title>tests/run-tests: Make "regex'ed .exp" facility available to device tests.</title>
<updated>2016-07-26T20:08:33+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-26T18:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ead9f6f3d6a9a5e9b41891851868c885265dbf3'/>
<id>urn:sha1:6ead9f6f3d6a9a5e9b41891851868c885265dbf3</id>
<content type='text'>
Required to pass bytes_compare3.py (opptional warnings) on devices.
</content>
</entry>
<entry>
<title>tests/bytes_compare: Rework test for bytes &lt;-&gt; str comparison.</title>
<updated>2016-07-22T09:02:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-22T09:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b652ee705b7378211250bebb478a3894836350bb'/>
<id>urn:sha1:b652ee705b7378211250bebb478a3894836350bb</id>
<content type='text'>
This may produce a warning, depending on MicroPython configuration.
</content>
</entry>
<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/run-tests: Factor out list supported external boards.</title>
<updated>2016-05-07T15:45:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-07T15:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ec11f565b1999d0017fedd8efb61bbb5e5f59cd'/>
<id>urn:sha1:5ec11f565b1999d0017fedd8efb61bbb5e5f59cd</id>
<content type='text'>
To get consistent error messages, etc.
</content>
</entry>
<entry>
<title>tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.</title>
<updated>2016-04-28T07:24:27+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-04-28T07:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c2e40b008e2f4818553a29e3d8f3d679fe00a43'/>
<id>urn:sha1:3c2e40b008e2f4818553a29e3d8f3d679fe00a43</id>
<content type='text'>
Just as the rest of generator tests, which aren't yet supoorted for
native.
</content>
</entry>
<entry>
<title>tests: Skip async tests for native emitter.</title>
<updated>2016-04-13T14:56:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-13T14:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c2a519bab9d76f64216cb37a6c54c8645e293130'/>
<id>urn:sha1:c2a519bab9d76f64216cb37a6c54c8645e293130</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Implement basic with support in native emitter.</title>
<updated>2016-04-07T07:53:24+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-04-07T07:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c915e1ae61785ab6e33189581fb353ebd40d0ca'/>
<id>urn:sha1:2c915e1ae61785ab6e33189581fb353ebd40d0ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add new subdir "stress/" specifically for stress tests.</title>
<updated>2016-03-15T13:20:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-03-15T13:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=157056ecdf378898996ba095c3d7bcf625368103'/>
<id>urn:sha1:157056ecdf378898996ba095c3d7bcf625368103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/run-tests: Add cmd line option "--heapsize".</title>
<updated>2016-03-15T13:04:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-03-15T13:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9996adc37d3f518a30e28cbdfead71a5019e6a60'/>
<id>urn:sha1:9996adc37d3f518a30e28cbdfead71a5019e6a60</id>
<content type='text'>
This allows you to specify the heapsize that unix will use when running
the test suite, eg: ./run-tests --heapsize 16k
</content>
</entry>
<entry>
<title>tests/run-tests: Simplify handling of newline in output from tests.</title>
<updated>2016-03-08T10:20:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-03-07T12:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f0e2d13fd26eb05fce2600e255bf625c3f474385'/>
<id>urn:sha1:f0e2d13fd26eb05fce2600e255bf625c3f474385</id>
<content type='text'>
Now, all output has newlines converted to \n, regardless of port or
platform.
</content>
</entry>
</feed>
