aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-12-14tests/run-tests: Don't test for --target=unix with "pyb is None".Paul Sokolovsky
2017-12-14tests/run-tests: Add composable --include and --exclude options.Paul Sokolovsky
2017-12-14tests/run-tests: Fix handling of --list-tests wrt skipped tests.Paul Sokolovsky
2017-12-14tests/run-tests: minimal: Exclude recently added subclass_native_init.py.Paul Sokolovsky
2017-12-14extmod/modframebuf: Add 8-bit greyscale format (GS8).Damien George
2017-12-14extmod/modframebuf: Add 2-bit color format (GS2_HMSB).Petr Viktorin
2017-12-14tests: Add tests to improve coverage of py/objtype.c.Damien George
2017-12-13tests/run-tests: Add --list-tests switch.Paul Sokolovsky
2017-12-12tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.Paul Sokolovsky
2017-12-12tests/cpydiff: Update subclassing Exception case and give work-around.Damien George
2017-12-12tests/extmod: Add test which subclasses framebuf.FrameBuffer.Damien George
2017-12-12tests/basics: Add test for overriding a native base-class's init method.Damien George
2017-12-11tests/heapalloc, heapalloc_super: Skip in strict stackless mode.Paul Sokolovsky
2017-12-11tests/heapalloc_*: Refactor some tests to work in strict stackless mode.Paul Sokolovsky
2017-12-05tests/run-tests: Wrap long lists to facilitate adding more items.Paul Sokolovsky
2017-12-03tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code).Paul Sokolovsky
2017-11-28tests/run-tests: "minimal": Skip recently added float/float_parse.py.Paul Sokolovsky
2017-11-28tests/cpydiff: Add difference-test for second arg of builtin next().Damien George
2017-11-27tests/basics/builtin_locals: Add test for using locals() in class body.Damien George
2017-11-27py/parsenum: Improve parsing of floating point numbers.Damien George
2017-11-24tests/basics/builtin_range: Add test for corner case of range slicing.Damien George
2017-11-24tests/basics: Add test for containment of a subclass of a native type.Damien George
2017-11-24py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.Damien George
2017-11-23tests/net_hosted: Add test for socket connect() and poll() behaviour.Damien George
2017-11-21py/objfloat: Allow float() to parse anything with the buffer protocol.Damien George
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn
2017-10-27py/objtype: Define all special methods if requested.Paul Sokolovsky
2017-10-26tests/net_inet: Update tls test to work with CPython and incl new site.Damien George
2017-10-11py/emitnative: Implement floor-division and modulo for viper emitter.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-10-10py/modmath: Add full checks for math domain errors.Damien George
2017-10-07tests/run-tests: Close device under test using "finally".Paul Sokolovsky
2017-10-05tests/extmod: Add test for '-' in character class in regex.Damien George
2017-10-05py: Clean up unary and binary enum list to keep groups together.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-03py/objset: Include the failed key in a KeyError raised from set.remove.Damien George
2017-10-03py/objset: Check that RHS of a binary op is a set/frozenset.Damien George
2017-10-03tests/extmod: Add test for ure regexes leading to infinite recursion.Paul Sokolovsky
2017-09-26py/objfloat: Support raising a negative number to a fractional power.Damien George
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-25py: Clarify which mp_unary_op_t's may appear in the bytecode.Paul Sokolovsky
2017-09-21py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.Damien George
2017-09-21py/objexcept: Prevent infinite recursion when allocating exceptions.Damien George
2017-09-19py/objstr: strip: Don't strip "\0" by default.Paul Sokolovsky
2017-09-18py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.Paul Sokolovsky
2017-09-16tests/cpydiff: Add cases for locals() discrepancies.Paul Sokolovsky
2017-09-10tests/run-tests: Fix copy-paste mistake in var name.Paul Sokolovsky
2017-09-10tests/run-tests: Skip class_inplace_op for minimal profile.Paul Sokolovsky
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky
2017-09-08tests/run-bench-tests: Update locations of executables, now in ports/.Damien George