summaryrefslogtreecommitdiff
path: root/tests/extmod
AgeCommit message (Expand)Author
2023-02-09tests/extmod: Skip vfs tests if target doesn't have enough memory.Damien George
2023-02-09tests/extmod: Get DecompIO test running on low-memory targets.Damien George
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2023-01-18tests/extmod/ure_namedclass: Add tests for named classes in class sets.Damien George
2022-12-15extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).Damien Tournoud
2022-12-09tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling.TPReal
2022-10-14tests/extmod: Add test for sleep_ms value that overflows ticks.Damien George
2022-10-14extmod/utime_mphal: Make ticks_add check for overflow of delta.Damien George
2022-09-19extmod/vfs_posix_file: Implement finaliser for files.stijn
2022-09-13tests/extmod/uasyncio_heaplock.py: Force SKIP on stackless.Jim Mussared
2022-09-13extmod/vfs: Add finaliser to ilistdir to close directory handle.Andrew Leech
2022-08-19extmod/modframebuf: Improve poly-fill boundary pixels.Jim Mussared
2022-08-19extmod/modframebuf: Add polygon drawing methods.Mat Booth
2022-08-19extmod/modframebuf: Add ellipse drawing method.Peter Hinch
2022-08-12extmod/uasyncio: Add clear method to ThreadSafeFlag.Ned Konz
2022-08-12tests/extmod/ubinascii: Add tests for bytes.hex etc.Jim Mussared
2022-07-26extmod/uasyncio: Handle gather with no awaitables.Jim Mussared
2022-07-26py/modio: Remove FileIO and TextIOWrapper from io module.Jim Mussared
2022-07-18tests/extmod/ussl_basic: Make test run on axtls and mbedtls.Damien George
2022-06-24tests/extmod: Add heap-lock test for stream writing.Damien George
2022-06-21extmod/modbtree: Use buffer protocol for keys/values.David Lechner
2022-06-02extmod/uasyncio: Fix edge case for cancellation of wait_for.Damien George
2022-05-24tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test.Damien George
2022-05-18tests/extmod: Use bytearray instead of bytes for uctypes test.Damien George
2022-05-03tests/extmod: Increase timing on uasyncio tests to make more reliable.Damien George
2022-04-21extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.Damien George
2022-04-20tests/extmod/uasyncio_gather: Make double-raise gather test reliable.Damien George
2022-03-30extmod/uasyncio: Fix gather cancelling and handling of exceptions.Damien George
2022-03-30tests/extmod: Update I2S rate test to work on mimxrt.Damien George
2022-03-29tests/extmod: Add test for machine.I2S data rate.Damien George
2022-03-16extmod/modure: Set subject begin_line so ^ doesn't match interior.Damien George
2022-03-10tests/extmod/vfs_posix.py: Only test statvfs if it exists.Damien George
2022-02-12tests/extmod/vfs_fat_finaliser.py: Make finalisation more robust.Damien George
2022-01-23extmod/modubinascii: Add newline keyword to b2a_base64 function.Christian Decker
2022-01-04tests/extmod: Skip uselect_poll_udp when poll() is not available.stijn
2021-12-09all: Update Python formatting to latest Black version 21.12b0.Jim Mussared
2021-11-17extmod/uasyncio: Fix gather returning exceptions from a cancelled task.Damien George
2021-08-25extmod/modframebuf: Enable blit between different formats via a palette.Peter Hinch
2021-08-17tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks.Jim Mussared
2021-08-07tests/extmod/ujson: Add tests for dump/dumps separators argument.Peter Züger
2021-06-25tests/extmod: Make uasyncio_heaplock test more deterministic.Damien George
2021-06-16extmod/uasyncio: Fix race with cancelled task waiting on finished task.Damien George
2021-05-30extmod/modurandom: Support an argument of bits=0 to getrandbits.Damien George
2021-05-30tests/extmod/btree_gc.py: Close the database to avoid a memory leak.Jeff Epler
2021-05-26extmod/moduhashlib: Put hash obj in final state after digest is called.Damien George
2021-05-26tests: Make float and framebuf tests skip or run on big-endian archs.Damien George
2021-05-06extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.Damien George
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-06extmod/re1.5: Check and report byte overflow errors in _compilecode.Jeff Epler
2021-03-16tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.Damien George