aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-04-23py/objexcept: Support errno attribute on OSError exceptions.Damien George
2021-04-18tests/net_inet: Add 'Strict-Transport-Security' to exp file.Damien George
2021-04-15tests/feature_check: Check for lack of pass result rather than failure.Damien George
2021-04-07unix: Improve command line argument processing.stijn
2021-04-06extmod/re1.5: Check and report byte overflow errors in _compilecode.Jeff Epler
2021-03-16tests/run-tests.py: Provide more info if script run via pyboard crashes.Damien George
2021-03-16tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.Damien George
2021-03-12tests/multi_bluetooth: Skip tests when BLE features are unsupported.Damien George
2021-03-12tests/run-tests.py: Reformat with Black.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-19tests/multi_bluetooth: Add basic performance tests.Jim Mussared
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-16tests/extmod: Add test for ThreadSafeFlag.Jim Mussared
2021-02-15esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.Thorsten von Eicken
2021-02-13extmod/uasyncio: Add asyncio.current_task().Jim Mussared
2021-02-11tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.Damien George
2021-02-11extmod/vfs_posix_file: Allow closing an already closed file.Damien George
2021-02-08py/mpz: Fix overflow of borrow in mpn_div.Damien George
2021-02-02tests/run-tests: Change default Python command used on Windows.stijn
2021-02-01tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement.Damien George
2021-01-29tests: Move native for test from pybnative to micropython.Damien George
2021-01-29py/objfun: Support fun.__globals__ attribute.Damien George
2021-01-29extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.Damien George
2021-01-23tests/extmod: Add test for the precision of utime functions.Oliver Joos
2020-12-18tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.stijn
2020-12-18tests/misc/sys_settrace: Make test output independent of invoked path.stijn
2020-12-17tests/extmod: Add test to try and mount a block device directly.Oliver Joos
2020-12-14tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.Damien George
2020-12-07py/mpprint: Fix length calculation for strings with precision-modifier.Joris Peeraer
2020-12-02tests/multi_bluetooth: Add multitests for BLE pairing and bonding.Damien George
2020-12-02extmod/uasyncio: Fix cancellation handling of wait_for.Damien George
2020-12-02extmod/uasyncio: Add Task.done() method.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-11-30tests/run-tests: Update skipped tests on CI for GitHub Actions.Damien George
2020-11-29tests/extmod: Add vfs_posix.py test for uos.VfsPosix class.Damien George
2020-11-24tests/multi_bluetooth: Add L2CAP channels multi-test.Jim Mussared
2020-11-16tests/multi_bluetooth: Add a test for WB55 concurrent flash access.Jim Mussared
2020-11-16tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.Jim Mussared
2020-11-13tests/run-multitests.py: Add a -p flag to run permutations of instances.Jim Mussared
2020-11-13tests/multi_bluetooth: Improve reliability of event waiting.Jim Mussared
2020-11-13tests/run-multitests.py: Fix diff order, show changes relative to truth.Jim Mussared
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-11-11py/binary: Fix sign extension setting wide integer on 32-bit archs.Damien George
2020-11-11extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.Damien George
2020-11-11py/mpz: Do sign extension in mpz_as_bytes for negative values.Damien George
2020-10-29tests/micropython/extreme_exc.py: Unlink alloc'd lists earlier in chain.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-29esp32,unix: Support building C++ code.stijn
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George