summaryrefslogtreecommitdiff
path: root/tests/feature_check
AgeCommit message (Expand)Author
2025-11-22unix/main: Use standard pyexec REPL for unix and windows ports.Andrew Leech
2025-10-24py/modsys: Add architecture flags to MicroPython metadata.Alessandro Gatti
2025-09-19py/emitinlinerv32: Add Zba opcodes to the inline assembler.Alessandro Gatti
2025-09-19mpy-cross: Add RISC-V RV64IMC support in MPY files.Alessandro Gatti
2025-09-08tests/run-tests.py: Detect target sys.implementation._build if possible.Damien George
2025-08-15tests/basics: Skip tests of io module individually using SKIP.Damien George
2025-08-15tests/run-tests.py: Autodetect if the target has unicode support.Damien George
2025-08-15tests/run-tests.py: Automatically include float tests when possible.Damien George
2025-07-23tests/run-tests.py: Detect threading and automatically run thread tests.Damien George
2025-07-18tests: Add specific tests for "long long" 64-bit bigints.Angus Gratton
2025-01-02tests/run-tests.py: Detect inlineasm support and add tests if needed.Alessandro Gatti
2024-11-04tests/run-tests.py: Change --target/--device options to --test-instance.Damien George
2024-09-04tests/run-tests.py: Automatically detect native arch and mpy-cross flag.Damien George
2023-12-06tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.Damien George
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-04-15tests/feature_check: Check for lack of pass result rather than failure.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2019-10-29tests: Add feature check for uio module and skip corresponding tests.Damien George
2019-10-29tests: Add feature check for slice and skip corresponding tests.Damien George
2019-10-29tests: Add feature check for bytearray and skip corresponding tests.Damien George
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky
2017-06-26tests: Auto detect floating point capabilites of the target.Damien George
2017-04-02run-tests: Add feature check for "const" keyword and skip related tests.Paul Sokolovsky
2017-03-10tests/feature_check/int_big: Rework "big int" detection.Paul Sokolovsky
2017-03-03tests/run-tests: Check for big int availability and skip related tests.Paul Sokolovsky
2017-02-14tests/run-tests: Allow to skip tests using async/await keywords.Paul Sokolovsky
2017-01-05tests/run-tests: Allow to skip set tests.Paul Sokolovsky
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George
2015-12-06tests: Actuall add feature check for complex type being available.Paul Sokolovsky
2015-10-12unix: Add exit and paste-mode hints to shell startup banner.Damien George
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-08-30tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky
2015-08-30tests: Add feature_check dir to collect capability detection scripts.Paul Sokolovsky