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
2020-01-06
tests/unix: Make unix time test pass on more platforms.
stijn
2020-01-06
tests/cpydiff: Add CPy diff-test for using dict.keys() as a set.
Damien George
2020-01-06
tests/run-tests: Handle 'CRASH' return by float.py feature test.
David Lechner
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
unix/modtime: Add utime.mktime function, to complement utime.localtime.
Andrew Leech
2019-12-27
py/objsingleton: Use mp_generic_unary_op for singleton objects.
Damien George
2019-12-27
tests/micropython: Add test for yield-from while heap is locked.
Damien George
2019-12-27
tests/extmod: Split out VfsFat finaliser tests to separate test file.
Damien George
2019-12-27
tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.
Damien George
2019-12-21
py/objobject: Add object.__delattr__ function.
Yonatan Goldschmidt
2019-12-21
py/objobject: Add object.__setattr__ function.
Yonatan Goldschmidt
2019-12-20
tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.
Damien George
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
[prev]
[next]