summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-05-18py/parse: Allow all constant objects to be used in "X = const(o)".Damien George
2022-05-18tests/micropython: Add more test cases for native generators.Damien George
2022-05-18tests/extmod: Use bytearray instead of bytes for uctypes test.Damien George
2022-05-18tests/micropython: Fully unlink nested list in extreme exc test.Damien George
2022-05-17py/compile: Allow new qstrs to be allocated at all compiler passes.Damien George
2022-05-17tests/multi_net: Skip SSL test if relevant modules aren't available.Damien George
2022-05-17tests/run-tests.py: Exclude settrace tests when using native emitter.Damien George
2022-05-17tests/thread: Use less resources for stress_aes if settrace enabled.Damien George
2022-05-17tests/run-perfbench.py: Return error code if any test fails on target.Damien George
2022-05-17tests/perf_bench: Update .mpy file header to remove old unicode flag.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-05-17tests: Fix tests to use sys.implementation._mpy.Damien George
2022-05-05py/malloc: Introduce m_tracked_calloc, m_tracked_free functions.Damien George
2022-05-03tests/extmod: Increase timing on uasyncio tests to make more reliable.Damien George
2022-05-03py/emitcommon: Don't implicitly close class vars that are assigned to.Damien George
2022-04-29tests/run-tests.py: Update for renesas-ra port.Takeo Takahashi
2022-04-29tests/renesas-ra: Add tests for renesas-ra port.Takeo Takahashi
2022-04-22tests/cmdline: Add test for REPL auto-indent.Damien George
2022-04-21extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.Damien George
2022-04-21tests/run-tests.py: Add timeout for running PC-based MicroPython test.Damien George
2022-04-20tests/extmod/uasyncio_gather: Make double-raise gather test reliable.Damien George
2022-04-20py/objtype: Convert result of user __contains__ method to bool.Jon Bjarni Bjarnason
2022-04-15tests/micropython: Add tests that const tuples don't use the heap.Damien George
2022-04-14tests/perf_bench: Update import tests for changes to .mpy consts.Damien George
2022-04-14py/parse: Add MICROPY_COMP_CONST_TUPLE option to build const tuples.Damien George
2022-04-14py/parse: Print const object value in mp_parse_node_print.Damien George
2022-04-11tests/inlineasm: Add test for PUSH LR and POP PC.Christian Zietz
2022-04-11extmod/modusocket: Implement optional socket.listen backlog argument.Jon Bjarni Bjarnason
2022-04-02tests/pyb: Update CAN tests to match revised CAN API.Damien George
2022-04-01tests/basics/fun_callstardblstar: Add test for large arg allocation.Damien George
2022-04-01py: Fix compiling and decoding of *args at large arg positions.Damien George
2022-03-31tests/basics/fun_callstardblstar: Add coverage test.David Lechner
2022-03-31py/runtime: Allow multiple *args in a function call.David Lechner
2022-03-31py/runtime: Allow multiple **args in a function call.David Lechner
2022-03-30extmod/uasyncio: Fix gather cancelling and handling of exceptions.Damien George
2022-03-30tests/extmod: Update I2S rate test to work on mimxrt.Damien George
2022-03-29tests/extmod: Add test for machine.I2S data rate.Damien George
2022-03-28py/emitbc: Add check for bytecode jump offset overflow.Damien George
2022-03-28py: Change jump opcodes to emit 1-byte jump offset when possible.Damien George
2022-03-25tests/cmdline/cmd_showbc: Fix spelling of sequence.David Lechner
2022-03-16extmod/modure: Set subject begin_line so ^ doesn't match interior.Damien George
2022-03-16py/parse: Put const bytes objects in parse tree as const object.Damien George
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-10tests/extmod/vfs_posix.py: Only test statvfs if it exists.Damien George
2022-03-07tests/micropython: Switch from set.pop to raise-0 to test exc strings.Damien George
2022-03-07tests/run-tests.py: Include test files ending in _set as set tests.Damien George
2022-03-07tests/basics: Add test for creating small-ints in nan-box builds.Damien George
2022-02-28tests/unix: Add coverage test for freezing various objects.Damien George
2022-02-24qemu-arm: Add tests for freezing viper and asm_thumb code.Damien George