aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-07-21py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.Damien George
2020-07-21tests/basics: Split out memoryview slice-assign tests to separate file.Damien George
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-18extmod/btstack: Schedule notify/indicate/write ops for bg completion.Jim Mussared
2020-06-30py: Rework mp_convert_member_lookup to properly handle built-ins.Damien George
2020-06-27py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.Damien George
2020-06-27py/emitnative: Implement binary operations for viper uint operands.Damien George
2020-06-24py/objtype: Support passing in an OrderedDict to type() as the locals.Damien George
2020-06-16tests/basics: Add tests for variable annotations.Damien George
2020-06-16tests/cpydiff: Add CPy diff test for assignment expression behaviour.Damien George
2020-06-16tests/basics: Add tests for assignment operator :=.Damien George
2020-06-16py/compile: Implement PEP 572, assignment expressions with := operator.Damien George
2020-06-10tests/run-multitests.py: Allow passing unique env vars to each instance.Jim Mussared
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-06-10py/objtype: Add __dict__ attribute for class objects.Andrew Leech
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-06-05tests/multi_bluetooth: Update to work with new BLE events.Jim Mussared
2020-06-02py/modbuiltins: Fix getattr to work with class raising AttributeError.Damien George
2020-05-29extmod/vfs: Retain previous working directory if chdir fails.Damien George
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-05-09tests/run-tests: Skip REPL feature checks when running via pyboard.py.Damien George
2020-05-09tests/run-multitests.py: Add TRACE banner and move TEST output to end.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert
2020-05-08tests/multi_bluetooth: Fix typo printing wrong IRQ type.Damien George
2020-05-05tests/thread/thread_stacksize1.py: Increase stack size for CPython.yangfl
2020-05-03py/parse: Support constant folding of power operator for integers.Damien George
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
2020-05-02tests/cpydiff: Add cpydiff test for __all__ used in imported package.Jim Mussared
2020-05-02extmod/modbtree: Retain reference to underlying stream so it's not GC'd.Damien George
2020-04-29tests/run-multitests.py: Add shortcuts for local Python instances.Jim Mussared
2020-04-29tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.Jim Mussared
2020-04-29tests/run-multitests.py: Allow filtering out lines from stdout.Jim Mussared
2020-04-27tests/extmod: Add btree test for errors raised by btree DB library.Damien George
2020-04-27py/objdict: Fix popitem for ordered dicts.Jim Mussared
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-04-23esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken
2020-04-18py/objint: Do not use fpclassify.stijn
2020-04-18tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.stijn
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-13py/scheduler: Add assert that scheduler is locked when unlocking.Jim Mussared
2020-04-13tests/run-tests: Make diff tool user configurable.stijn
2020-04-09py/parse: Remove unnecessary check in const folding for ** operator.Damien George