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
2019-12-13
tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.
Damien George
2019-12-13
tests/extmod/vfs_lfs_error: Use small ints in seek error test.
Damien George
2019-12-13
tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.
Damien George
2019-12-13
tests/stress/qstr_limit: Tune params to run with stm32 port.
Damien George
2019-12-13
tests: Add .exp files for basics/parser and import/import_override.
Damien George
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
tests: Add script to run dynamic-native-module tests.
Damien George
2019-12-12
tests/import: Add test for importing viper code with additional flags.
Damien George
2019-11-26
tests/stress: Add test for maximum length limit of qstrs.
Damien George
2019-11-26
py/builtinimport: Raise exception on empty module name.
Léa Saviot
2019-11-13
py/objdict: Support ujson.dump() of OrderedDict objects.
Andrew Leech
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/objgenerator: Allow pend_throw to an unstarted generator.
Jim Mussared
2019-10-31
tests/extmod: Add test for ussl when passing in key/cert params.
Damien George
2019-10-31
extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.
Damien George
2019-10-31
extmod/modlwip: Unconditionally return POLLHUP when polling new socket.
Damien George
2019-10-31
stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.
Damien George
2019-10-29
tests/basics: Split sys.exit test to separate file so it can be skipped.
Damien George
2019-10-29
tests: Add feature check for uio module and skip corresponding tests.
Damien George
2019-10-29
tests/basics: Automatically skip tests that use str/bytes modulo-format.
Damien George
2019-10-29
tests/run-tests: Add misc list of tests that use slice, to skip them.
Damien George
2019-10-29
tests/basics: Split out specific slice tests to separate files.
Damien George
2019-10-29
tests: Add feature check for slice and skip corresponding tests.
Damien George
2019-10-29
tests/basics: Use bytes not bytearray when checking user buffer proto.
Damien George
2019-10-29
tests/basics: Split out specific bytearray tests to separate files.
Damien George
2019-10-29
tests: Add feature check for bytearray and skip corresponding tests.
Damien George
2019-10-29
tests/basics/builtin_dir.py: Look for "version" in dir(sys).
Damien George
2019-10-29
tests/basics: Use str.format instead of % for formatting messages.
Damien George
2019-10-29
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
tests/extmod: Add test for blockdev with standard and extended protocol.
Damien George
2019-10-29
tests/extmod: Add littlefs tests.
Damien George
2019-10-22
tests: Rename "array" module to "uarray".
Damien George
2019-10-21
tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.
clach04
2019-10-18
py/objtype: Add type.__bases__ attribute.
Josh Lloyd
2019-10-18
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-10-15
py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Damien George
2019-10-15
tests/run-perfbench.py: Skip complex tests if target doesn't enable it.
Damien George
2019-10-15
tests/run-perfbench.py: Show error when truth check fails.
Jim Mussared
2019-10-15
tests/perf_bench: Add bm_fft test.
Jim Mussared
2019-10-04
tests/basics: Add test for throw into yield-from with normal return.
Damien George
2019-10-04
py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Damien George
2019-10-04
py/vm: Fix handling of unwind jump out of active finally.
Damien George
2019-10-04
py/compile: Disallow 'import *' outside module level.
Petr Viktorin
2019-10-01
tests/basics: Add test for getting name of func with closed over locals.
Damien George
2019-10-01
py: Rework and compress second part of bytecode prelude.
Damien George
2019-10-01
py: Compress first part of bytecode prelude.
Damien George
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-09-26
tests/micropython: Add test for native generators.
Damien George
2019-09-26
py/persistentcode: Bump .mpy version to 5.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
[prev]
[next]