index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2018-09-28
tests/basics: Split out gen throw tests from yield-from-throw tests.
Damien George
2018-09-27
tests/micropython: Test loading const objs in native and viper funcs.
Damien George
2018-09-27
py/objfloat: Fix abs(-0.0) so it returns 0.0.
Damien George
2018-09-27
py/objgenerator: Remove TODO about returning gen being called again.
Damien George
2018-09-26
tests/cpydiff: Add case for difference in behaviour of bytes.format().
Paul Sokolovsky
2018-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
2018-09-20
tests/float/float_parse.py: Add tests for accuracy of small decimals.
Damien George
2018-09-20
py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
Damien George
2018-09-20
py: Shorten error messages by using contractions and some rewording.
Damien George
2018-09-15
py/emitnative: Make viper funcs run with their correct globals context.
Damien George
2018-09-15
py/emitnative: Support arbitrary number of arguments to viper functions.
Damien George
2018-09-15
py/compile: Factor code that compiles viper type annotations.
Damien George
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-09-11
py/emitnative: Fix try-finally in outer scope, so finally is cancelled.
Damien George
2018-09-11
py/objarray: bytearray: Allow 2nd/3rd arg to constructor.
Paul Sokolovsky
2018-09-11
tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.
Paul Sokolovsky
2018-09-05
tests: Remove pyboard.py symlink and instead import from ../tools.
Damien George
2018-09-04
tests/float: Test -inf and some larger values for special math funcs.
Damien George
2018-09-04
tests/float/cmath_fun.py: Fix truncation of small real part of complex.
Damien George
2018-09-04
tests/basics: Add test cases for context manager raising in enter/exit.
Damien George
2018-09-04
tests/basics: Add more tests for return within try-finally.
Damien George
2018-09-04
tests/run-tests: Enable native tests for unwinding jumps.
Damien George
2018-09-03
py/emitnative: Cancel caught exception once handled to prevent reraise.
Damien George
2018-09-03
py/vm: Fix handling of finally-return with complex nested finallys.
Damien George
2018-08-17
tests/basics: Provide .exp files for generator tests that fail PEP479.
Damien George
2018-08-17
tests: Modify tests that print repr of an exception with 1 arg.
Damien George
2018-08-17
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
Damien George
2018-08-17
tests/basics/set_pop.py: Sort set before printing for consistent output.
Damien George
2018-08-17
tests/micropython: Add tests for try and with blocks under native/viper.
Damien George
2018-08-10
run-tests: Make .exp and .out file names unique by prefixing with dir.
stijn
2018-08-04
tests/run-tests: Enable bool1.py test with native emitter.
Damien George
2018-08-04
tests/micropython/viper_cond: Add test for large int as bool.
Damien George
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
2018-07-30
tests/extmod/ujson_dump_iobase.py: Return number of bytes written.
Damien George
2018-07-20
tests/run-tests: Improve crash reporting when running on remote targets.
Ayke van Laethem
2018-07-20
tests/run-tests: Add nrf target.
Ayke van Laethem
2018-07-20
tests: Improve feature detection for VFS.
Ayke van Laethem
2018-07-10
py/objgenerator: Implement __name__ with normal fun attr accessor code.
Damien George
2018-07-02
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2018-07-02
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2018-07-02
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-06-27
py/compile: Handle return/break/continue correctly in async with.
Damien George
2018-06-27
tests: Move non-filesystem io tests to basics dir with io_ prefix.
Damien George
2018-06-27
tests/basics/namedtuple*: Import ucollections first.
Paul Sokolovsky
2018-06-27
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
Paul Sokolovsky
2018-06-27
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
Paul Sokolovsky
2018-06-20
tests: Add tests using "file" argument in print and sys.print_exception.
Damien George
2018-06-18
tests/import: Add test for importing invalid .mpy file.
Damien George
2018-06-18
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
Damien George
2018-06-18
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
Damien George
[prev]
[next]