index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-tests
Age
Commit message (
Expand
)
Author
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
2015-12-26
tests: Skip class_bind_self.py for native emitter.
Damien George
2015-12-24
tests: Skip try-finally test for native emitter.
Damien George
2015-12-08
tests: Disable for_range.py test for native emitter (it requires yield).
Damien George
2015-12-06
tests/run-tests: Allow to skip complex tests if it's not compiled in.
Paul Sokolovsky
2015-11-24
tests/run-tests: Improve robustness of REPL tests.
Paul Sokolovsky
2015-10-31
tests: Make sure test output has \r\n line-ends when running on Windows
stijn
2015-10-20
tests: Disable some tests for pyboard that do not run correctly.
Damien George
2015-10-15
py: Remove dependency on printf/fwrite in mp_plat_print.
Damien George
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-09-27
tests: Skip uheapq1 test if target is WiPy.
Daniel Campora
2015-09-27
tests: Skip extmod machine tests when target is WiPy.
Daniel Campora
2015-09-23
tests: Omit process output parsing in case of CalledProcessError
stijn
2015-09-10
tests: Ignore exception chain test on the WiPy.
Daniel Campora
2015-09-10
cc3200: Re-work Pin class according to the new API.
Daniel Campora
2015-09-01
tests: Skip exception_chain.py with native emitter.
Paul Sokolovsky
2015-08-30
tests: Consolidate all feature check snippets under feature_check/.
Paul Sokolovsky
2015-08-30
run-tests: Allow to skip byteorder-dependent tests.
Paul Sokolovsky
2015-08-08
tests: Fix exceptions when running cmdline tests on windows
stijn
2015-08-08
tests: Always use forward slashes for paths
stijn
2015-08-06
run-tests: Test REPL emacs keys, but only if present.
Tom Soulanille
2015-07-26
run-tests: Use PTY when running REPL tests.
Tom Soulanille
2015-07-26
tools: Add telnet support to pyboard.py.
Daniel Campora
2015-06-25
tests: Split out json float tests to separate files.
Damien George
2015-06-25
tests: Add support for the WiPy in run-tests script.
Daniel Campora
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-04-25
modsys: Add basic sys.exc_info() implementation.
Paul Sokolovsky
2015-04-07
py: Implement full func arg passing for native emitter.
Damien George
2015-04-06
py: Implement calling functions with *args in native emitter.
Damien George
2015-04-04
tests: Add missing tests for builtins, and many other things.
Damien George
2015-04-03
py: Implement closures in native code generator.
Damien George
2015-03-25
tests: Skip some new tests when testing native emitter.
Damien George
2015-03-20
tests: Make cmdline tests more stable by using regex for matching.
Damien George
2015-03-13
tests: Add ability to test uPy cmdline executable.
Damien George
2015-03-03
tests: Skip basics/boundmeth1.py for native emitter.
Damien George
2015-02-02
tests: Disable float/cmath_fun.py for native emitter.
Damien George
2015-01-21
py: Implement proper re-raising in native codegen's finally handler.
Damien George
2015-01-07
py: Temporary fix for conversion of float to int when fits in small int.
Damien George
2014-12-31
tests: Disable float/float2int.py on pyboard (needs double prec).
Damien George
2014-12-20
run-tests: Allow to run testuite against Windows build on Linux (using Wine).
Paul Sokolovsky
2014-12-20
windows: Correctly interpret skipped tests, enable uhashlib and ubinascii
stijn
2014-12-13
run-tests: Skip native/viper tests based on prefix.
Paul Sokolovsky
2014-12-12
run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules.
Paul Sokolovsky
[next]