aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-01-06tests/unix: Make unix time test pass on more platforms.stijn
2020-01-06tests/cpydiff: Add CPy diff-test for using dict.keys() as a set.Damien George
2020-01-06tests/run-tests: Handle 'CRASH' return by float.py feature test.David Lechner
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28unix/modtime: Add utime.mktime function, to complement utime.localtime.Andrew Leech
2019-12-27py/objsingleton: Use mp_generic_unary_op for singleton objects.Damien George
2019-12-27tests/micropython: Add test for yield-from while heap is locked.Damien George
2019-12-27tests/extmod: Split out VfsFat finaliser tests to separate test file.Damien George
2019-12-27tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.Damien George
2019-12-21py/objobject: Add object.__delattr__ function.Yonatan Goldschmidt
2019-12-21py/objobject: Add object.__setattr__ function.Yonatan Goldschmidt
2019-12-20tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.Damien George
2019-12-13tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.Damien George
2019-12-13tests/extmod/vfs_lfs_error: Use small ints in seek error test.Damien George
2019-12-13tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.Damien George
2019-12-13tests/stress/qstr_limit: Tune params to run with stm32 port.Damien George
2019-12-13tests: Add .exp files for basics/parser and import/import_override.Damien George
2019-12-13examples/natmod: Add urandom native module example.Damien George
2019-12-12tests: Add script to run dynamic-native-module tests.Damien George
2019-12-12tests/import: Add test for importing viper code with additional flags.Damien George
2019-11-26tests/stress: Add test for maximum length limit of qstrs.Damien George
2019-11-26py/builtinimport: Raise exception on empty module name.Léa Saviot
2019-11-13py/objdict: Support ujson.dump() of OrderedDict objects.Andrew Leech
2019-11-04py/modsys: Report .mpy version in sys.implementation.Damien George
2019-11-04py/objgenerator: Allow pend_throw to an unstarted generator.Jim Mussared
2019-10-31tests/extmod: Add test for ussl when passing in key/cert params.Damien George
2019-10-31extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George
2019-10-31extmod/modlwip: Unconditionally return POLLHUP when polling new socket.Damien George
2019-10-31stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.Damien George
2019-10-29tests/basics: Split sys.exit test to separate file so it can be skipped.Damien George
2019-10-29tests: Add feature check for uio module and skip corresponding tests.Damien George
2019-10-29tests/basics: Automatically skip tests that use str/bytes modulo-format.Damien George
2019-10-29tests/run-tests: Add misc list of tests that use slice, to skip them.Damien George
2019-10-29tests/basics: Split out specific slice tests to separate files.Damien George
2019-10-29tests: Add feature check for slice and skip corresponding tests.Damien George
2019-10-29tests/basics: Use bytes not bytearray when checking user buffer proto.Damien George
2019-10-29tests/basics: Split out specific bytearray tests to separate files.Damien George
2019-10-29tests: Add feature check for bytearray and skip corresponding tests.Damien George
2019-10-29tests/basics/builtin_dir.py: Look for "version" in dir(sys).Damien George
2019-10-29tests/basics: Use str.format instead of % for formatting messages.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29tests/extmod: Add test for blockdev with standard and extended protocol.Damien George
2019-10-29tests/extmod: Add littlefs tests.Damien George
2019-10-22tests: Rename "array" module to "uarray".Damien George
2019-10-21tests/cpydiff: Fix typo in types_bytes_keywords.py doc comments.clach04
2019-10-18py/objtype: Add type.__bases__ attribute.Josh Lloyd
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-10-15py/persistentcode: Make .mpy more compact with qstr directly in prelude.Damien George
2019-10-15tests/run-perfbench.py: Skip complex tests if target doesn't enable it.Damien George
2019-10-15tests/run-perfbench.py: Show error when truth check fails.Jim Mussared