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
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-06-26
tests: Auto detect floating point capabilites of the target.
Damien George
2017-04-16
tests/run-tests: Don't post-process CRASH result in any way.
Paul Sokolovsky
2017-04-14
tests/run-tests: Search feature checks wrt to main script location.
Paul Sokolovsky
2017-04-04
tests/run-tests: Update names of tests that may need skipping.
Damien George
2017-04-03
tests/run-tests: Introduce generic "minimal" target.
Paul Sokolovsky
2017-04-02
run-tests: Add feature check for "const" keyword and skip related tests.
Paul Sokolovsky
2017-04-02
tests/run-tests: Be sure to close Pyboard object on completion.
Paul Sokolovsky
2017-03-20
tests/micropython: Add tests for micropython.schedule().
Damien George
2017-03-14
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
Damien George
2017-03-10
tests/feature_check/int_big: Rework "big int" detection.
Paul Sokolovsky
2017-03-04
tests/basic: Split tests into working with small ints and not working.
Paul Sokolovsky
2017-03-03
tests/run-tests: Check for big int availability and skip related tests.
Paul Sokolovsky
2017-02-16
tests/micropython: Add test for iterating with the heap locked.
Damien George
2017-02-14
tests/run-tests: Allow to skip tests using async/await keywords.
Paul Sokolovsky
2017-02-14
tests: Add option to not clear MICROPYPATH when running tests
stijn
2017-01-31
tests/run-tests: Skip frozenset tests if set literal syntax is not available.
Paul Sokolovsky
2017-01-24
tests: Make sure special tests can be skipped as well.
stijn
2017-01-22
tests: Add test for builtin help function.
Damien George
2017-01-17
tests: Update tests, and add new ones, for recent generator tweaks.
Damien George
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2016-12-29
tests/thread: Improve modthread.c test coverage.
Rami Ali
2016-12-22
tests: Add a coverage test for printing the parse-tree.
Damien George
2016-12-20
tests/basics: Improve test coverage for generators.
Rami Ali
2016-12-20
tests/run-tests: For REPL tests make sure the REPL is exited at the end.
Damien George
2016-11-21
tests/micropython: Move alloc-less traceback test to separate test file.
Damien George
2016-10-17
tests/run-tests: Enable extmod/machine1.py on pyboard.
Damien George
2016-10-11
tests: Improve test coverage of py/compile.c.
Damien George
2016-10-05
tests: Fix expected output of verbose cmdline test
stijn
2016-10-04
tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
Damien George
2016-09-20
tests/run-tests: Add --via-mpy option to run test from precompiled code.
Damien George
2016-09-20
tests: Get cmdline verbose tests running again.
Damien George
2016-09-08
tests/run-tests: Disable thread/stress_recurse.py test on Travis.
Damien George
2016-08-27
tests/run-tests: Disable thread_gc1.py test on Travis.
Damien George
2016-08-25
tests/run-tests: Disable thread/stress_heap.py when running on Travis.
Damien George
2016-08-17
tests/run-tests: Disable thread/thread_lock4.py on Travis.
Damien George
2016-07-26
tests/run-tests: Make "regex'ed .exp" facility available to device tests.
Paul Sokolovsky
2016-07-22
tests/bytes_compare: Rework test for bytes <-> str comparison.
Paul Sokolovsky
2016-07-09
tests/run-tests: If running thread tests on unix, don't run mutate ones.
Damien George
2016-05-07
tests/run-tests: Factor out list supported external boards.
Paul Sokolovsky
2016-04-28
tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.
Paul Sokolovsky
2016-04-13
tests: Skip async tests for native emitter.
Damien George
2016-04-07
py: Implement basic with support in native emitter.
Damien George
2016-03-15
tests: Add new subdir "stress/" specifically for stress tests.
Damien George
2016-03-15
tests/run-tests: Add cmd line option "--heapsize".
Damien George
2016-03-08
tests/run-tests: Simplify handling of newline in output from tests.
Damien George
2016-03-07
tests/run-tests: Fix logic when selecting test-dirs for a given target.
Damien George
2016-03-03
tests/run-tests: Skips for esp8266.
Paul Sokolovsky
2016-02-21
tests: Skip uctypes and urandom tests not supported byt the WiPy.
danicampora
2016-02-13
tests/run-tests: Add esp8266 target.
Paul Sokolovsky
[next]