<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch v1.3.8</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.8</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-12-24T20:28:30+00:00</updated>
<entry>
<title>py: Make bytes objs work with more str methods; add tests.</title>
<updated>2014-12-24T20:28:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-24T20:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c55a4d82cf03d22933028bd9db4031ef349fdc1f'/>
<id>urn:sha1:c55a4d82cf03d22933028bd9db4031ef349fdc1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add run-tests-exp.py, simple MicroPython-based test runner.</title>
<updated>2014-12-24T16:34:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-23T09:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7fdb8d78a47e7d78c93aba3f58cc83b92d0e1729'/>
<id>urn:sha1:7fdb8d78a47e7d78c93aba3f58cc83b92d0e1729</id>
<content type='text'>
This script is rewrite of run-tests-exp.sh, and tries to achieve self-hosted
testsuite running in environments where neither CPython nor unix shell is
available. As run-tests-exp.sh, it requires complete set of .exp files
pre-generated with ./run-test --write-exp.
</content>
</entry>
<entry>
<title>run-tests: Allow to run testuite against Windows build on Linux (using Wine).</title>
<updated>2014-12-20T14:53:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-20T14:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=978f4ca2e1e2bdf8037f3c71faa3cd21e86b544f'/>
<id>urn:sha1:978f4ca2e1e2bdf8037f3c71faa3cd21e86b544f</id>
<content type='text'>
Just adjust line-endings of micropython.exe output, the rest should be
handled by Wine (automagically on properly configured distro).

To run:

MICROPY_MICROPYTHON=../windows/micropython.exe ./run-tests
</content>
</entry>
<entry>
<title>windows: Correctly interpret skipped tests, enable uhashlib and ubinascii</title>
<updated>2014-12-20T14:52:22+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-12-18T15:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5efefd5a0ba48b4aa980fc21b8371ab6473fb69'/>
<id>urn:sha1:f5efefd5a0ba48b4aa980fc21b8371ab6473fb69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.</title>
<updated>2014-12-18T14:44:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-18T14:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f04329e93b7bfa5462f232832d64aac3dc52d5db'/>
<id>urn:sha1:f04329e93b7bfa5462f232832d64aac3dc52d5db</id>
<content type='text'>
acoshf, asinhf, atanhf were added from musl.  mathsincos.c was
split up into its original, separate files (from newlibe-nano-2).
tan was added.

All of the important missing float functions are now implemented,
and pyboard now passes tests/float/math_fun.py (finally!).
</content>
</entry>
<entry>
<title>tests: Get misc/print_exception and pyb/spi working on pyboard.</title>
<updated>2014-12-18T13:37:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-18T13:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6936f4626c8748c077ad2c63827d4deeb43b867d'/>
<id>urn:sha1:6936f4626c8748c077ad2c63827d4deeb43b867d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: sha256: skip test if uhashlib module is not available.</title>
<updated>2014-12-17T22:32:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-17T22:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c8b0229bc7c615a636c05442e3ad590fb7cc0ec0'/>
<id>urn:sha1:c8b0229bc7c615a636c05442e3ad590fb7cc0ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add testcase for ffi callbacks.</title>
<updated>2014-12-15T00:18:54+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-15T00:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a4765dbeb1176efc2679aeb66ce8b21a8e1fd08'/>
<id>urn:sha1:7a4765dbeb1176efc2679aeb66ce8b21a8e1fd08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>asmarm: Fix bug with encoding small negative ints using MVN instruction.</title>
<updated>2014-12-14T01:24:17+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-14T01:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0bc3bd736a3442d6fecaf54bd09139f3801551f'/>
<id>urn:sha1:c0bc3bd736a3442d6fecaf54bd09139f3801551f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run-tests: Skip native/viper tests based on prefix.</title>
<updated>2014-12-12T22:51:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-12-12T22:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=138562ccd975dbccd189c1221349ca2fc1e0fda9'/>
<id>urn:sha1:138562ccd975dbccd189c1221349ca2fc1e0fda9</id>
<content type='text'>
Otherwise, new tests are forgotten to be added to explicit lists. Issue
found running on Debian/ARM.
</content>
</entry>
</feed>
