| Commit message (Collapse) | Author | Age |
|
|
|
| |
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'
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Test possible combinations of single and double quotes with escaped
quotes and parenthesis with and without function calls in REPL.
Covers: #1419
|
| |
|