2068 Commits (cedb93c179f92f8d122453205950ba97a58a307b)

Author SHA1 Message Date
Damien George 182256dc13 tests/stress: Adjust bytecode_limit test so it can SKIP if no memory. 2 years ago
Damien George 1d143cec63 tests/basics: Add .exp file for sys.tracebacklimit test. 2 years ago
Damien George b37b578214 py/persistentcode: Remove remaining native qstr linking support. 2 years ago
Andrew Leech b7a39ad2d1 tests/run-multitests.py: Read IP address from boot nic if available. 3 years ago
Andrew Leech 73a1ea8812 tests/net_inet: Remove broken api.telegram.org from tests. 3 years ago
Takeo Takahashi 19c680ff57 test/renesas-ra: Remove unsupported feature test of Pin. 2 years ago
Damien George a1afb337d2 extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
Damien George 065df5568c tests: Move native while test from pybnative to micropython. 2 years ago
Damien George 20d9f3409a tests/run-tests.py: Add rp2 test target. 2 years ago
Damien George 80a86c48e3 tests/micropython: Make import_mpy_native test run on all architectures. 2 years ago
Damien George 3180113aef tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above. 2 years ago
robert-hh dd35f76db3 tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist. 3 years ago
iabdalkader beeb250d58 tests/multi_net: Fix TCP accept test when using system error numbers. 3 years ago
Damien George 5fa8ea1b8b tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test. 2 years ago
David Lechner d42d35f56d tests/run-tests.py: Enable `-X realtime` option for macOS tests. 3 years ago
Damien George 7d3204783a tests/run-tests.py: Handle case where mpy-cross fails to compile script. 2 years ago
Damien George a8492253c1 tests/basics: Unlock heap if skipping nanbox small-int test. 2 years ago
Damien George 54ab9d23e9 tests/run-perfbench.py: Allow running tests via mpy and native emitter. 3 years ago
Damien George 1786dacc83 tests/run-tests.py: Allow running tests via mpy-cross on remote targets. 3 years ago
Damien George 079f3e5e5b py/parse: Allow all constant objects to be used in "X = const(o)". 3 years ago
Damien George 761d2f6741 tests/micropython: Add more test cases for native generators. 3 years ago
Damien George 80938839c1 tests/extmod: Use bytearray instead of bytes for uctypes test. 3 years ago
Damien George b3d0f5f67c tests/micropython: Fully unlink nested list in extreme exc test. 3 years ago
Damien George 90682f43af py/compile: Allow new qstrs to be allocated at all compiler passes. 3 years ago
Damien George acfc3bbdf8 tests/multi_net: Skip SSL test if relevant modules aren't available. 3 years ago
Damien George ab0a8f3086 tests/run-tests.py: Exclude settrace tests when using native emitter. 3 years ago
Damien George 5f650b7b7a tests/thread: Use less resources for stress_aes if settrace enabled. 3 years ago
Damien George 6f68a8c240 tests/run-perfbench.py: Return error code if any test fails on target. 3 years ago
Damien George d7cf8a3b9d tests/perf_bench: Update .mpy file header to remove old unicode flag. 3 years ago
Damien George c49d5207e9 py/persistentcode: Remove unicode feature flag from .mpy file. 3 years ago
Damien George 8aa254c369 tests: Fix tests to use sys.implementation._mpy. 3 years ago
Damien George fca5701f74 py/malloc: Introduce m_tracked_calloc, m_tracked_free functions. 3 years ago
Damien George c90f097519 tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
Damien George 590de399f0 py/emitcommon: Don't implicitly close class vars that are assigned to. 3 years ago
Takeo Takahashi 3717d599e2 tests/run-tests.py: Update for renesas-ra port. 3 years ago
Takeo Takahashi 4753913253 tests/renesas-ra: Add tests for renesas-ra port. 3 years ago
Damien George 6bec5c4da5 tests/cmdline: Add test for REPL auto-indent. 3 years ago
Damien George 28e7e15c0a extmod/uasyncio: Fix bug with task ending just after gather is cancel'd. 3 years ago
Damien George 8631753ff4 tests/run-tests.py: Add timeout for running PC-based MicroPython test. 3 years ago
Damien George ef1c2cdab0 tests/extmod/uasyncio_gather: Make double-raise gather test reliable. 3 years ago
Jon Bjarni Bjarnason 1ded8a2977 py/objtype: Convert result of user __contains__ method to bool. 3 years ago
Damien George 865b61dac2 tests/micropython: Add tests that const tuples don't use the heap. 3 years ago
Damien George 999abbb8b5 tests/perf_bench: Update import tests for changes to .mpy consts. 3 years ago
Damien George 35c0cff92b py/parse: Add MICROPY_COMP_CONST_TUPLE option to build const tuples. 3 years ago
Damien George 24bc1f61f9 py/parse: Print const object value in mp_parse_node_print. 3 years ago
Christian Zietz d6c59c9d72 tests/inlineasm: Add test for PUSH LR and POP PC. 3 years ago
Jon Bjarni Bjarnason 919f696ad2 extmod/modusocket: Implement optional socket.listen backlog argument. 3 years ago
Damien George 71344c15f4 tests/pyb: Update CAN tests to match revised CAN API. 3 years ago
Damien George 1dbf393962 tests/basics/fun_callstardblstar: Add test for large arg allocation. 3 years ago
Damien George bd556b6996 py: Fix compiling and decoding of *args at large arg positions. 3 years ago