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
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
2018-04-10
py/objgenerator: Check stack before resuming a generator.
Jeff Epler
2018-04-04
tests/stress: Add test to verify the GC can trace nested objects.
Damien George
2018-02-14
tests/run-tests: Capture any output from a crashed uPy execution.
Damien George
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-15
tests/run-tests: Skip running feature checks for --list-tests/--write-exp.
Paul Sokolovsky
2017-12-14
tests/run-tests: Don't test for --target=unix with "pyb is None".
Paul Sokolovsky
2017-12-14
tests/run-tests: Add composable --include and --exclude options.
Paul Sokolovsky
2017-12-14
tests/run-tests: Fix handling of --list-tests wrt skipped tests.
Paul Sokolovsky
2017-12-14
tests/run-tests: minimal: Exclude recently added subclass_native_init.py.
Paul Sokolovsky
2017-12-13
tests/run-tests: Add --list-tests switch.
Paul Sokolovsky
2017-12-05
tests/run-tests: Wrap long lists to facilitate adding more items.
Paul Sokolovsky
2017-11-28
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
Paul Sokolovsky
[next]