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
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
2017-11-28
tests/cpydiff: Add difference-test for second arg of builtin next().
Damien George
2017-11-27
tests/basics/builtin_locals: Add test for using locals() in class body.
Damien George
2017-11-27
py/parsenum: Improve parsing of floating point numbers.
Damien George
2017-11-24
tests/basics/builtin_range: Add test for corner case of range slicing.
Damien George
2017-11-24
tests/basics: Add test for containment of a subclass of a native type.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-23
tests/net_hosted: Add test for socket connect() and poll() behaviour.
Damien George
2017-11-21
py/objfloat: Allow float() to parse anything with the buffer protocol.
Damien George
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-26
tests/net_inet: Update tls test to work with CPython and incl new site.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-10-07
tests/run-tests: Close device under test using "finally".
Paul Sokolovsky
2017-10-05
tests/extmod: Add test for '-' in character class in regex.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-03
py/objset: Include the failed key in a KeyError raised from set.remove.
Damien George
2017-10-03
py/objset: Check that RHS of a binary op is a set/frozenset.
Damien George
2017-10-03
tests/extmod: Add test for ure regexes leading to infinite recursion.
Paul Sokolovsky
2017-09-26
py/objfloat: Support raising a negative number to a fractional power.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-25
py: Clarify which mp_unary_op_t's may appear in the bytecode.
Paul Sokolovsky
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-09-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-16
tests/cpydiff: Add cases for locals() discrepancies.
Paul Sokolovsky
2017-09-10
tests/run-tests: Fix copy-paste mistake in var name.
Paul Sokolovsky
2017-09-10
tests/run-tests: Skip class_inplace_op for minimal profile.
Paul Sokolovsky
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-09-08
tests/run-bench-tests: Update locations of executables, now in ports/.
Damien George
[next]