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-02-26
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
Damien George
2018-02-25
tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
Damien George
2018-02-24
tests/stress: Add test to create a dict beyond "maximum" rehash size.
Damien George
2018-02-24
tests/basics: Add test for calling a subclass of a native class.
Damien George
2018-02-21
py/objdeque: Protect against negative maxlen in deque constructor.
Damien George
2018-02-21
tests/basics: Add tests to improve coverage of py/objdeque.c.
Damien George
2018-02-21
tests/basics/deque*: Tests for ucollections.deque.
Paul Sokolovsky
2018-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-19
py/repl: Generalise REPL autocomplete to use qstr probing.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
2018-02-18
py/objdict: Disallow possible modifications to fixed dicts.
Mike Wadsten
2018-02-15
extmod/modujson: Implement ujson.dump() function.
Damien George
2018-02-14
py/objrange: Implement (in)equality comparison between range objects.
Damien George
2018-02-14
tests/run-tests: Capture any output from a crashed uPy execution.
Damien George
2018-02-14
tests: Rewrite some tests so they can run without needing eval/exec.
Damien George
2018-02-14
tests: Automatically skip tests that require eval, exec or frozenset.
Damien George
2018-02-08
py/objfloat: Fix case of raising 0 to -infinity.
Damien George
2018-02-08
py/parsenum: Fix parsing of floats that are close to subnormal.
Damien George
2018-02-08
tests/unix: Add coverage test for calling mp_obj_new_bytearray.
Damien George
2018-02-07
tests/basics: Rename remaining tests that are for built-in functions.
Damien George
2018-02-07
py/objtype: Check and prevent delete/store on a fixed locals map.
Damien George
2018-01-31
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2017-12-20
tests/basics/memoryerror: Add test for out-of-memory using realloc.
Damien George
2017-12-19
tests/extmod: Add some uctypes tests to improve coverage of that module.
Damien George
2017-12-19
tests: Add some more tests to improve coverage of py/parse.c.
Damien George
2017-12-19
tests/basics/builtin_pow3: Add tests for edge cases of pow3.
Damien George
2017-12-19
tests/basics/generator_pend_throw: Add test for just-started generator.
Damien George
2017-12-19
tests/unix: Add test for printf with %lx format.
Damien George
2017-12-19
tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.
Damien George
2017-12-19
tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.
Damien George
2017-12-19
tests/basics: Add more set tests to improve coverage of py/objset.c.
Damien George
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-15
tests/run-tests: Skip running feature checks for --list-tests/--write-exp.
Paul Sokolovsky
2017-12-14
tests/run-tests: Don't test for --target=unix with "pyb is None".
Paul Sokolovsky
2017-12-14
tests/run-tests: Add composable --include and --exclude options.
Paul Sokolovsky
2017-12-14
tests/run-tests: Fix handling of --list-tests wrt skipped tests.
Paul Sokolovsky
2017-12-14
tests/run-tests: minimal: Exclude recently added subclass_native_init.py.
Paul Sokolovsky
2017-12-14
extmod/modframebuf: Add 8-bit greyscale format (GS8).
Damien George
2017-12-14
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Petr Viktorin
2017-12-14
tests: Add tests to improve coverage of py/objtype.c.
Damien George
2017-12-13
tests/run-tests: Add --list-tests switch.
Paul Sokolovsky
2017-12-12
tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.
Paul Sokolovsky
2017-12-12
tests/cpydiff: Update subclassing Exception case and give work-around.
Damien George
2017-12-12
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
Damien George
2017-12-12
tests/basics: Add test for overriding a native base-class's init method.
Damien George
2017-12-11
tests/heapalloc, heapalloc_super: Skip in strict stackless mode.
Paul Sokolovsky
2017-12-11
tests/heapalloc_*: Refactor some tests to work in strict stackless mode.
Paul Sokolovsky
2017-12-05
tests/run-tests: Wrap long lists to facilitate adding more items.
Paul Sokolovsky
2017-12-03
tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code).
Paul Sokolovsky
2017-11-28
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
Paul Sokolovsky
[prev]
[next]