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