aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
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
2015-12-26tests: Skip class_bind_self.py for native emitter.Damien George
2015-12-24tests: Skip try-finally test for native emitter.Damien George
2015-12-08tests: Disable for_range.py test for native emitter (it requires yield).Damien George
2015-12-06tests/run-tests: Allow to skip complex tests if it's not compiled in.Paul Sokolovsky
2015-11-24tests/run-tests: Improve robustness of REPL tests.Paul Sokolovsky
2015-10-31tests: Make sure test output has \r\n line-ends when running on Windowsstijn
2015-10-20tests: Disable some tests for pyboard that do not run correctly.Damien George
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-09-27tests: Skip uheapq1 test if target is WiPy.Daniel Campora
2015-09-27tests: Skip extmod machine tests when target is WiPy.Daniel Campora
2015-09-23tests: Omit process output parsing in case of CalledProcessErrorstijn
2015-09-10tests: Ignore exception chain test on the WiPy.Daniel Campora
2015-09-10cc3200: Re-work Pin class according to the new API.Daniel Campora
2015-09-01tests: Skip exception_chain.py with native emitter.Paul Sokolovsky
2015-08-30tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky
2015-08-30run-tests: Allow to skip byteorder-dependent tests.Paul Sokolovsky
2015-08-08tests: Fix exceptions when running cmdline tests on windowsstijn
2015-08-08tests: Always use forward slashes for pathsstijn
2015-08-06run-tests: Test REPL emacs keys, but only if present.Tom Soulanille
2015-07-26run-tests: Use PTY when running REPL tests.Tom Soulanille
2015-07-26tools: Add telnet support to pyboard.py.Daniel Campora
2015-06-25tests: Split out json float tests to separate files.Damien George
2015-06-25tests: Add support for the WiPy in run-tests script.Daniel Campora
2015-06-04unix: Allow to cat a script into stdin from the command line.Damien George
2015-04-25modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky
2015-04-07py: Implement full func arg passing for native emitter.Damien George
2015-04-06py: Implement calling functions with *args in native emitter.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George