summaryrefslogtreecommitdiff
path: root/tests/micropython
AgeCommit message (Expand)Author
2025-11-22tests/run-tests.py: Add general newline normalization function.Andrew Leech
2025-10-24tests/micropython: Extend MPY import tests for RV32.Alessandro Gatti
2025-10-24py/modsys: Add architecture flags to MicroPython metadata.Alessandro Gatti
2025-10-04all: Replace legacy name with MicroPython and MPy as applicable.Angus Gratton
2025-10-01tests/micropython: Improve skipping of tests using micropython module.Damien George
2025-09-28tests: Use OBJ_REPR_B compatible mpy file headers.Jeff Epler
2025-09-28extmod/vfs_reader: Check that open() resulted in a file-like object.Jeff Epler
2025-08-26tests/micropython: Make tests behave in low memory condition.Alessandro Gatti
2025-08-19py/asmthumb: Fix T3 encoding of conditional branches.Alessandro Gatti
2025-08-15py/objringio: Detect incorrect constructor calls.Jeff Epler
2025-08-15tests: Add .native.exp output files for tests that differ with native.Damien George
2025-08-15tests/micropython/opt_level_lineno.py: Force test func to use bytecode.Damien George
2025-08-11tests/micropython: Remove big ints dependence for viper boundary tests.Alessandro Gatti
2025-08-01tests/micropython: Test that viper offset stores don't clobber base reg.Chris Webb
2025-08-01py/parse: Add support for math module constants and float folding.Yoctopuce dev
2025-07-24tests/micropython: Rename viper boundary tests that depend on big int.Angus Gratton
2025-07-16py/vm: Avoid heap-allocating slices when subscripting built-ins.Jim Mussared
2025-07-12tests/micropython: Add missing SystemExit after printing SKIP.Damien George
2025-07-01tests/micropython: Improve viper ptr boundary tests.Alessandro Gatti
2025-05-21tests/micropython/viper_ptr: Add tests for arch edge cases.Alessandro Gatti
2025-02-11py/objfun: Implement function.__code__ and function constructor.Damien George
2024-12-20tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George
2024-10-22tests/micropython: Tweak ringio test for targets with terse errors.Damien George
2024-09-26py/persistentcode: Explicitly track native BSS/rodata when needed.Damien George
2024-09-19py/objringio: Add micropython.RingIO() interface for general use.Andrew Leech
2024-05-24py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.Brian Pugh
2024-05-14tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.Damien George
2024-03-28py/persistentcode: Bump .mpy sub-version to 6.3.Damien George
2024-03-19py/emitnative: Implement viper unary ops positive, negative and invert.Damien George
2024-02-07tests: Use vfs module instead of os.Damien George
2023-10-16py/persistentcode: Bump .mpy sub-version.Damien George
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2023-09-01py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-02-09tests/micropython: Split viper_misc test into two files.Damien George
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2022-11-11py/emitnative: Ensure load_subscr does not clobber existing REG_ARG_2.Damien George
2022-11-08py/objarray: Detect bytearray(str) without an encoding.Jim Mussared
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-07-12py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj.Jim Mussared
2022-06-29tests/micropython: Add test for builtin execfile() function.Damien George
2022-06-25py/objfun: Support function attributes on native functions.Damien George
2022-06-07py/persistentcode: Remove remaining native qstr linking support.Damien George
2022-05-26tests: Move native while test from pybnative to micropython.Damien George
2022-05-26tests/micropython: Make import_mpy_native test run on all architectures.Damien George
2022-05-26tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above.Damien George
2022-05-18py/parse: Allow all constant objects to be used in "X = const(o)".Damien George
2022-05-18tests/micropython: Add more test cases for native generators.Damien George
2022-05-18tests/micropython: Fully unlink nested list in extreme exc test.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George