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