aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-11-13py/objdict: Support ujson.dump() of OrderedDict objects.Andrew Leech
2019-11-04py/modsys: Report .mpy version in sys.implementation.Damien George
2019-11-04py/objgenerator: Allow pend_throw to an unstarted generator.Jim Mussared
2019-10-31tests/extmod: Add test for ussl when passing in key/cert params.Damien George
2019-10-31extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George
2019-10-31extmod/modlwip: Unconditionally return POLLHUP when polling new socket.Damien George
2019-10-31stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.Damien George
2019-10-29tests/basics: Split sys.exit test to separate file so it can be skipped.Damien George
2019-10-29tests: Add feature check for uio module and skip corresponding tests.Damien George
2019-10-29tests/basics: Automatically skip tests that use str/bytes modulo-format.Damien George
2019-10-29tests/run-tests: Add misc list of tests that use slice, to skip them.Damien George
2019-10-29tests/basics: Split out specific slice tests to separate files.Damien George
2019-10-29tests: Add feature check for slice and skip corresponding tests.Damien George
2019-10-29tests/basics: Use bytes not bytearray when checking user buffer proto.Damien George
2019-10-29tests/basics: Split out specific bytearray tests to separate files.Damien George
2019-10-29tests: Add feature check for bytearray and skip corresponding tests.Damien George
2019-10-29tests/basics/builtin_dir.py: Look for "version" in dir(sys).Damien George
2019-10-29tests/basics: Use str.format instead of % for formatting messages.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29tests/extmod: Add test for blockdev with standard and extended protocol.Damien George
2019-10-29tests/extmod: Add littlefs tests.Damien George
2019-10-22tests: Rename "array" module to "uarray".Damien George
2019-10-21tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.clach04
2019-10-18py/objtype: Add type.__bases__ attribute.Josh Lloyd
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-10-15py/persistentcode: Make .mpy more compact with qstr directly in prelude.Damien George
2019-10-15tests/run-perfbench.py: Skip complex tests if target doesn't enable it.Damien George
2019-10-15tests/run-perfbench.py: Show error when truth check fails.Jim Mussared
2019-10-15tests/perf_bench: Add bm_fft test.Jim Mussared
2019-10-04tests/basics: Add test for throw into yield-from with normal return.Damien George
2019-10-04py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.Damien George
2019-10-04py/vm: Fix handling of unwind jump out of active finally.Damien George
2019-10-04py/compile: Disallow 'import *' outside module level.Petr Viktorin
2019-10-01tests/basics: Add test for getting name of func with closed over locals.Damien George
2019-10-01py: Rework and compress second part of bytecode prelude.Damien George
2019-10-01py: Compress first part of bytecode prelude.Damien George
2019-10-01unix/coverage: Add coverage tests for ringbuf.Jim Mussared
2019-09-26tests/micropython: Add test for native generators.Damien George
2019-09-26py/persistentcode: Bump .mpy version to 5.Damien George
2019-09-26py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.Josh Lloyd
2019-09-26py: Split RAISE_VARARGS opcode into 3 separate ones.Damien George
2019-09-26tests: Update tests for changes to opcode ordering.Damien George
2019-09-26tests/basics: Add test for matmul operator.Damien George
2019-09-26py: Add support for matmul operator @ as per PEP 465.Damien George
2019-09-02py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.Damien George
2019-09-02py/modstruct: Fix struct.pack_into with unaligned offset of native type.Damien George
2019-09-02py/modstruct: Fix struct.unpack with unaligned offset of native type.Tom McDermott
2019-08-30tests: Add tests for sys.settrace feature.Milan Rossa
2019-08-28tests: Split out test for optimisation level and line-no printing.Damien George
2019-08-28py/vm: Don't add traceback info for exceptions that are re-raised.Damien George