index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-tests
Age
Commit message (
Expand
)
Author
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-02
tests/run-tests: Change default Python command used on Windows.
stijn
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-11-30
tests/run-tests: Update skipped tests on CI for GitHub Actions.
Damien George
2020-09-25
tests/run-tests: Use -BS flags when running CPython.
Damien George
2020-08-29
tests: Split out complex reverse-op tests to separate test file.
Damien George
2020-08-27
tests/run-tests: Make test output directory configurable.
stijn
2020-08-27
tests/run-tests: Use absolute paths where possible.
stijn
2020-06-27
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
Damien George
2020-06-16
tests/basics: Add tests for variable annotations.
Damien George
2020-05-09
tests/run-tests: Skip REPL feature checks when running via pyboard.py.
Damien George
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-04-13
tests/run-tests: Make diff tool user configurable.
stijn
2020-03-30
tests/run-tests: Add commands to print and clean *.exp,out files.
David Lechner
2020-03-26
tests: Make default MICROPYPATH include extmod to find uasyncio.
Damien George
2020-03-26
tests/run-tests: Skip uasyncio if no async, and skip one test on native.
Damien George
2020-03-11
tests/run-tests: Consider all tests as native when emit=native is used.
Damien George
2020-02-11
tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.
Yonatan Goldschmidt
2020-01-22
tests: Make run-tests help and README be more descriptive of behaviour.
Thorsten von Eicken
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-06
tests/run-tests: Handle 'CRASH' return by float.py feature test.
David Lechner
2019-12-27
tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags.
Damien George
2019-10-29
tests: Add feature check for uio module and skip corresponding tests.
Damien George
2019-10-29
tests/run-tests: Add misc list of tests that use slice, to skip them.
Damien George
2019-10-29
tests: Add feature check for slice and skip corresponding tests.
Damien George
2019-10-29
tests: Add feature check for bytearray and skip corresponding tests.
Damien George
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-04-04
tests/run-tests: Ignore exception in process kill when ending repl test.
stijn
2019-03-08
tests/run-tests: Support running native tests via mpy.
Damien George
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2018-10-01
tests/run-tests: Enabled native tests that pass now that yield works.
Damien George
2018-09-28
tests/basics: Split out gen throw tests from yield-from-throw tests.
Damien George
2018-09-20
py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
Damien George
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-09-05
tests: Remove pyboard.py symlink and instead import from ../tools.
Damien George
2018-09-04
tests/run-tests: Enable native tests for unwinding jumps.
Damien George
2018-09-03
py/vm: Fix handling of finally-return with complex nested finallys.
Damien George
2018-08-10
run-tests: Make .exp and .out file names unique by prefixing with dir.
stijn
2018-08-04
tests/run-tests: Enable bool1.py test with native emitter.
Damien George
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
2018-07-20
tests/run-tests: Improve crash reporting when running on remote targets.
Ayke van Laethem
2018-07-20
tests/run-tests: Add nrf target.
Ayke van Laethem
2018-07-10
py/objgenerator: Implement __name__ with normal fun attr accessor code.
Damien George
2018-06-27
py/compile: Handle return/break/continue correctly in async with.
Damien George
2018-06-12
tests/extmod: Add test for VFS and user-defined filesystem and files.
Damien George
2018-05-22
py/objgenerator: Protect against reentering a generator.
Damien George
2018-05-11
tests/float/float_parse: Allow test to run on 32-bit archs.
Damien George
2018-05-02
tests/run-tests: Support esp32 as a target for running the test suite.
Ayke van Laethem
2018-04-10
tests: Move recursive tests to the tests/stress/ subdir.
Damien George
[next]