summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-12-21tools/ci.sh: Set `ulimit -n` for unix CI.Jim Mussared
2023-12-21extmod/modselect: Handle growing the pollfds allocation correctly.Jim Mussared
2023-12-15py/modsys: Implement optional sys.intern.stijn
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-12tests: Update SSL network tests to use SSLContext, and work on CPython.Damien George
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-12-06tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.Damien George
2023-12-06tests/float/inf_nan_arith.py: Include -inf in argument combos.Damien George
2023-11-30tests/extmod/deflate_compress.py: Add a test for optimal compression.Damien George
2023-11-21py/objslice: Validate that the argument to indices() is an integer.Damien George
2023-11-17tests/net_hosted/asyncio_loopback.py: Add loopback test.Peter Züger
2023-11-09extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech
2023-11-03py/lexer: Change token position for new lines.Mathieu Serandour
2023-11-03all: Update Python formatting to ruff-format.Jim Mussared
2023-10-30tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency.Jim Mussared
2023-10-27tests/perf_bench: Add string/qstr/map tests.Jim Mussared
2023-10-19extmod/vfs_posix: Additional tests for coverage of error cases.Christian Walther
2023-10-19extmod/vfs_posix: Fix getcwd() on non-root VFS.Christian Walther
2023-10-19extmod/vfs_posix: Fix relative paths on non-root VFS.Christian Walther
2023-10-19extmod/vfs_posix: Fix accidentally passing tests.Christian Walther
2023-10-19extmod/vfs_posix: Fix relative root path.Christian Walther
2023-10-16extmod/modframebuf: Remove FrameBuffer1 from natmod build.Jim Mussared
2023-10-16extmod/modframebuf: Fix FrameBuffer get-buffer implementation.Jim Mussared
2023-10-16extmod/modframebuf: Validate FrameBuffer bounds against input buffer.Jim Mussared
2023-10-16py/persistentcode: Bump .mpy sub-version.Damien George
2023-10-13py/objboundmeth: Optimise check for types in binary_op.Damien George
2023-10-13tests/basics/boundmeth1.py: Add tests for bound method equality/hash.Ned Konz
2023-10-12extmod/moductypes: Validate that uctypes.struct addr argument is an int.Damien George
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2023-10-09py/vm: Don't emit warning when using "raise ... from None".Matthias Urlichs
2023-10-02extmod/asyncio/stream.py: Fix cancellation handling of start_server.Jim Mussared
2023-09-29tests/extmod/asyncio_threadsafeflag.py: Update for unix select.Jim Mussared
2023-09-29tests/multi_net/ssl_cert_rsa.py: Update test certificate.Carlosgg
2023-09-29tests/run-internalbench.py: Remove old CPython reference.Angus Gratton
2023-09-29tests/README: Document ./run-internalbench.py.Angus Gratton
2023-09-29tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected.Damien George
2023-09-29tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.Damien George
2023-09-29tests/extmod/ssl_cadata.py: Skip test on axtls.Damien George
2023-09-29tests/extmod/deflate_decompress.py: Skip test when not enough memory.Damien George
2023-09-29tests/float/float_format_ints.py: Put power-of-10 test in separate file.Damien George
2023-09-29tests/stress/bytecode_limit.py: Reverse order of cases.Jim Mussared
2023-09-14py/persistentcode: Always close reader even if an exception is raised.Damien George
2023-09-14py/parse: Always free lexer even if an exception is raised.Damien George
2023-09-06tests/multi_net: Increase asyncio tests timeouts.iabdalkader
2023-09-03py/modthread: Return thread id from start_new_thread().David Lechner
2023-09-01extmod/vfs_posix_file: Implement sys.std*.buffer objects.stephanelsmith
2023-09-01tests/run-tests.py: Capture output of stderr when running on CPython.stephanelsmith
2023-09-01py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.Jim Mussared
2023-09-01py/modstruct: Support pad bytes in struct format.Daniël van de Giessen