| Age | Commit message (Collapse) | Author |
|
Reported here: http://forum.micropython.org/viewtopic.php?f=2&t=845
|
|
|
|
|
|
This is the case already when using just subprocess.check_output, but in
the special cases (cmdline, meminfo, ...) the carriage return gets lost
during output processing so restore it in the end.
This fixes the micropython/meminfo.py test on Windows.
|
|
As per ARM convention.
|
|
|
|
|
|
|
|
|
|
|
|
Simple smoke tests, mostly for coverage. Added to extmod based on the fact
that they're extensions to standard modules.
|
|
|
|
|
|
|
|
|
|
|
|
The heartbeat is now controllable via a single function within the
wipy module.
|
|
|
|
As defined by the new API, since 'auth' is actually a tuple
composed by the security type and the key.
|
|
Addresses issue #1182.
|
|
See issue #1500.
|
|
These are currently not intended to run with the rest of testsuite, as
they require dependencies and special environment setup anyway (drafted
in tests/jni/README).
|
|
|
|
|
|
Thanks to @nyov for the initial patch.
|
|
|
|
|
|
In Python 3.4 the value is evaluated before the key. In Python 3.5 it's
key then value.
|
|
|
|
Also adds tests specifically for testing constant folding.
|
|
|
|
All breaking changes going from 3.4 to 3.5 are contained in
basics/python34.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding a line-end makes the determination of skip_native fail as it compares
the output against b'CRASH' while it is in fact b'CRASH\n'
|
|
|