aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-16tests/multi_bluetooth: Add a test for WB55 concurrent flash access.Jim Mussared
2020-11-16tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.Jim Mussared
2020-11-13tests/run-multitests.py: Add a -p flag to run permutations of instances.Jim Mussared
2020-11-13tests/multi_bluetooth: Improve reliability of event waiting.Jim Mussared
2020-11-13tests/run-multitests.py: Fix diff order, show changes relative to truth.Jim Mussared
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-11-11py/binary: Fix sign extension setting wide integer on 32-bit archs.Damien George
2020-11-11extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.Damien George
2020-11-11py/mpz: Do sign extension in mpz_as_bytes for negative values.Damien George
2020-10-29tests/micropython/extreme_exc.py: Unlink alloc'd lists earlier in chain.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-29esp32,unix: Support building C++ code.stijn
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-10-28tests/thread/stress_schedule.py: Assign globals before running test.Damien George
2020-10-10py/objtype: Handle __dict__ attribute when type has no locals.Jim Mussared
2020-10-01unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.Damien George
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-25tests/run-tests: Use -BS flags when running CPython.Damien George
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-18tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George
2020-09-18tests/basics: Enable == and != special-method tests now that they work.Damien George
2020-09-18tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.Jim Mussared
2020-09-18tests/run-multitests.py: Show test/truth diff.Jim Mussared
2020-09-18tests/multi_bluetooth: Update UUID format in .exp files.Jim Mussared
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-09-11py/objfloat: Fix handling of negative float to power of nan.Damien George
2020-09-08tests/multi_bluetooth: Make ble_gap_connect robust against event timing.Jim Mussared
2020-09-08tests/multi_bluetooth: Update to new config('mac') behaviour.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn
2020-09-02tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George
2020-08-30extmod/modlwip: Fix error return for TCP recv when not connected.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-29tests: Split out complex reverse-op tests to separate test file.Damien George
2020-08-27tests/run-tests: Make test output directory configurable.stijn
2020-08-27tests/run-tests: Use absolute paths where possible.stijn
2020-08-26tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.Damien George
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George
2020-08-22tests/extmod: Add test for uasyncio.sleep of a negative time.Damien George
2020-08-22py/runtime: Fix builtin compile() in "single" mode so it prints exprs.Damien George
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-08-02py/persistentcode: Maintain root ptr list of imported native .mpy code.Damien George
2020-07-26tests/micropython: Improve .mpy import tests to run on more targets.Damien George
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George
2020-07-25extmod/uasyncio: Add StreamReader.readexactly(n) method.Damien George
2020-07-25py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2020-07-21py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.Damien George