index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2021-01-29
tests: Move native for test from pybnative to micropython.
Damien George
2021-01-29
py/objfun: Support fun.__globals__ attribute.
Damien George
2021-01-29
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-23
tests/extmod: Add test for the precision of utime functions.
Oliver Joos
2020-12-18
tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.
stijn
2020-12-18
tests/misc/sys_settrace: Make test output independent of invoked path.
stijn
2020-12-17
tests/extmod: Add test to try and mount a block device directly.
Oliver Joos
2020-12-14
tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.
Damien George
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
2020-12-02
tests/multi_bluetooth: Add multitests for BLE pairing and bonding.
Damien George
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-12-02
extmod/uasyncio: Add Task.done() method.
Damien George
2020-12-02
extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.
Damien George
2020-11-30
tests/run-tests: Update skipped tests on CI for GitHub Actions.
Damien George
2020-11-29
tests/extmod: Add vfs_posix.py test for uos.VfsPosix class.
Damien George
2020-11-24
tests/multi_bluetooth: Add L2CAP channels multi-test.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Add a test for WB55 concurrent flash access.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.
Jim Mussared
2020-11-13
tests/run-multitests.py: Add a -p flag to run permutations of instances.
Jim Mussared
2020-11-13
tests/multi_bluetooth: Improve reliability of event waiting.
Jim Mussared
2020-11-13
tests/run-multitests.py: Fix diff order, show changes relative to truth.
Jim Mussared
2020-11-13
extmod/machine_mem: Only allow integers in machine.memX subscript.
Arrowana
2020-11-11
py/binary: Fix sign extension setting wide integer on 32-bit archs.
Damien George
2020-11-11
extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.
Damien George
2020-11-11
py/mpz: Do sign extension in mpz_as_bytes for negative values.
Damien George
2020-10-29
tests/micropython/extreme_exc.py: Unlink alloc'd lists earlier in chain.
Damien George
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-10-29
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Damien George
2020-10-28
tests/thread/stress_schedule.py: Assign globals before running test.
Damien George
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-09-30
extmod/modure: Allow \\ in re.sub replacements.
Andrew Leech
2020-09-25
tests/run-tests: Use -BS flags when running CPython.
Damien George
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-23
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-18
tests/basics: Enable == and != special-method tests now that they work.
Damien George
2020-09-18
tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.
Jim Mussared
2020-09-18
tests/run-multitests.py: Show test/truth diff.
Jim Mussared
2020-09-18
tests/multi_bluetooth: Update UUID format in .exp files.
Jim Mussared
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-11
py/objfloat: Fix handling of negative float to power of nan.
Damien George
2020-09-08
tests/multi_bluetooth: Make ble_gap_connect robust against event timing.
Jim Mussared
2020-09-08
tests/multi_bluetooth: Update to new config('mac') behaviour.
Jim Mussared
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
tests/extmod: Add tests for verifying FAT and littlefs mtime values.
Damien George
2020-08-30
extmod/modlwip: Fix error return for TCP recv when not connected.
Damien George
[next]