aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2019-08-28py/vm: Don't add traceback info for exc's propagated through a finally.Damien George
2019-08-22tests/extmod: Split json.loads of bytes/bytearray into separate test.Damien George
2019-08-22extmod/modujson: Support passing bytes/bytearray to json.loads.Damien George
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2019-08-19py/compile: Improve the line numbering precision for comprehensions.Milan Rossa
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-15py/objarray: Fix amount of free space in array when doing slice assign.Damien George
2019-08-15tests/unix: Update extra_coverage expected output with new atexit func.Damien George
2019-08-15tests/misc/sys_atexit: Add test for new sys.atexit feature.Milan Rossa
2019-08-06py: Allow to pass in read-only buffers to viper and inline-asm funcs.Damien George
2019-07-31tests: Add tests for overriding builtins.__import__.Damien George
2019-07-31py/builtinimport: Populate __file__ when importing frozen or mpy files.Paul m. p. P
2019-07-30py/objdict: Quote non-string types when used as keys in JSON output.Eric Poulsen
2019-07-19tests/run-perfbench.py: Add --emit option to select emitter for tests.Damien George
2019-07-17tests/stress/recursive_iternext.py: Increase large depth to 5000.Damien George
2019-06-28tests/perf_bench: Add some viper performance benchmarks.Damien George
2019-06-28tests/perf_bench: Add some miscellaneous performance benchmarks.Damien George
2019-06-28tests/perf_bench: Add some benchmarks from python-performance.Damien George
2019-06-28tests: Add performance benchmarking test-suite framework.Damien George
2019-06-28tests: Rename "bench" tests to "internal_bench" and run-internalbench.pyDamien George
2019-05-21py/objarray: Add decode method to bytearray.stijn
2019-05-14tests/basics: Add coverage tests for memoryview attributes.Damien George
2019-05-14py/objarray: Add support for memoryview.itemsize attribute.stijn
2019-05-14tests/pyb: Update UART expected output now that default timeout is 0.Damien George
2019-05-14extmod/modujson: Handle parsing of floats with + in the exponent.Damien George
2019-05-09py/objgenerator: Fix handling of None passed as 2nd arg to throw().Damien George
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-05-03unix/coverage: Add test for printing literal % character.Damien George
2019-05-03tests/basics/sys1.py: Add test for calling sys.exit() without any args.Damien George
2019-05-03py/native: Improve support for bool type in viper functions.Damien George
2019-04-30tests/ussl_basic: Disable setblocking() calls.Paul Sokolovsky
2019-04-30extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky
2019-04-28tests: Skip tests needing machine module if (u)machine doesn't exist.Damien George
2019-04-18tests/micropython: Add some tests for failed heap allocation.Damien George
2019-04-04tests/run-tests: Ignore exception in process kill when ending repl test.stijn
2019-03-27tests/extmod: Add test for FAT filesystem on a very large block device.Damien George
2019-03-26py/scheduler: Convert micropythyon.schedule() to a circular buffer.Andrew Leech
2019-03-08tests/import: Add test for importing x64 native code.Damien George
2019-03-08tests/run-tests: Support running native tests via mpy.Damien George