summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-08-17tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks.Jim Mussared
2021-08-14tests/multi_bluetooth/ble_subscribe.py: Add test for subscription.Jim Mussared
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-08-13extmod/modlwip: Fix close and clean up of UDP and raw sockets.Damien George
2021-08-13tests/run-multitests.py: Add broadcast and wait facility.Damien George
2021-08-07tests/extmod/ujson: Add tests for dump/dumps separators argument.Peter Züger
2021-07-23py/runtime: Fix bool unary op for subclasses of native types.Jim Mussared
2021-07-19py/emitnative: Ensure stack settling is safe mid-branch.Jim Mussared
2021-07-18stm32: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-15py: Support single argument to optimised MP_OBJ_STOP_ITERATION.Damien George
2021-07-15py/objexcept: Make mp_obj_exception_get_value support subclassed excs.Damien George
2021-07-06tests/cpydiff/modules_struct_whitespace_in_format: Run black.David Lechner
2021-07-06docs/library: Warn that ustruct doesn't handle spaces in format strings.Tom McDermott
2021-07-01py/objexcept: Pretty print OSError also when it has 2 arguments.David Lechner
2021-06-26extmod/uasyncio: Get addr and bind server socket before creating task.Damien George
2021-06-25tests/extmod: Make uasyncio_heaplock test more deterministic.Damien George
2021-06-18tests/float: Make bytes/bytearray construct tests work with obj repr C.Damien George
2021-06-16extmod/uasyncio: Fix race with cancelled task waiting on finished task.Damien George
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-06-13tests/cpydiff: Add test for array constructor with overflowing value.Zoltán Vörös
2021-06-06tests/unix: Add ffi test for integer types.Damien George
2021-06-06tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set.Damien George
2021-06-06tests/run-multitests.py: Allow to work without sys.stdout on target.Damien George
2021-05-30py/builtinimport: Change relative import's ValueError to ImportError.Damien George
2021-05-30extmod/modurandom: Support an argument of bits=0 to getrandbits.Damien George
2021-05-30extmod/modurandom: Add error message when getrandbits has bad value.Macarthur Inbody
2021-05-30tests/basics: Split out literal tests that raise SyntaxWarning on CPy.Damien George
2021-05-30tests/extmod/btree_gc.py: Close the database to avoid a memory leak.Jeff Epler
2021-05-30py/compile: Raise an error on async with/for outside an async function.Jeff Epler
2021-05-26extmod/moduhashlib: Put hash obj in final state after digest is called.Damien George
2021-05-26tests: Make float and framebuf tests skip or run on big-endian archs.Damien George
2021-05-20py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores.Damien George
2021-05-18py/objarray: Fix constructing a memoryview from a memoryview.Damien George
2021-05-16tests/cpydiff: Add test and workaround for function.__module__ attr.Damien George
2021-05-14tests/run-tests.py: Parallelize running tests by default.Jeff Epler
2021-05-13py/objarray: Implement more/less comparisons for array.stijn
2021-05-13py/objarray: Prohibit comparison of mismatching types.stijn
2021-05-13tests/run-multitests.py: Flush stdout for each line of trace output.Damien George
2021-05-11tests/run-perfbench.py: Fix native feature check.Damien George
2021-05-10tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.Damien George
2021-05-10py/gc: Make gc_lock_depth have a count per thread.Damien George
2021-05-08tests/thread: Make stress_aes.py test run on bare-metal ports.Damien George
2021-05-08tests/thread: Make stress_create.py test run on esp32.Damien George
2021-05-08esp32/mpthreadport: Use binary semaphore instead of mutex.Damien George
2021-05-06extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.Damien George
2021-05-06unix/modffi: Use a union for passing/returning FFI values.Damien George
2021-05-02py/repl: Autocomplete builtin modules.Artyom Skrobov
2021-05-02py/repl: Filter private methods from tab completion.Kathryn Lingel
2021-04-30tests/multi_bluetooth: Add performance test for gatt char writes.Damien George
2021-04-30tests/run-multitests.py: Provide some convenient serial device shorcuts.Damien George