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
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-12
run-tests: Add option to write CPython's test results to .exp files.
Paul Sokolovsky
2014-06-28
tests: Write output in byte mode, not text mode.
Damien George
2014-06-08
tests: Run 'micropython' tests on pyboard.
Damien George
2014-06-06
Turn the Travis CI test skipping mechanism into something more generic
Chris Angelico
2014-06-06
Figure out the test_name before using it (significant only to Travis skips)
Chris Angelico
2014-05-31
tests: Change --test_dirs to --test-dirs.
Damien George
2014-05-28
tests: Add argument to allow specifying which directories to test
stijn
2014-05-11
tests: Fix handling of newlines from expected output files
stijn
2014-05-10
run-tests: Add support for skipping tests.
Paul Sokolovsky
2014-05-08
py, compiler: Add basic support for A=const(123).
Damien George
2014-05-07
tests: Add a test for native code on pyboard.
Damien George
2014-05-07
tests: Add inline assembler test for pyboard.
Damien George
2014-05-03
tests: Add a suite of tests specifically for the pyboard.
Damien George
2014-04-17
Merge pull request #504 from lurch/patch-4
Damien George
2014-04-17
tests: Split out those tests requiring float and import.
Damien George
2014-04-17
Changed the envvar name to MICROPY_MICROPYTHON
Andrew Scheller
2014-04-16
Stupid typo
Andrew Scheller
2014-04-16
Allow the uPy used by run-tests to be overridden
Andrew Scheller
2014-04-16
run-tests can now skip certain tests when run under Travis CI
Andrew Scheller
2014-04-15
travis: Diff output, hopefully this works.
Damien George
2014-04-15
travis: More tests debugging.
Damien George
2014-04-13
tests: Make tests pass on pyboard.
Damien George
2014-04-13
Make pyboard.py have its own exception; update run-tests for pyboard.
Damien George
2014-04-06
py: Implement more features in native emitter.
Damien George
2014-04-04
run-tests: Elaborate python3 command override capabilities.
Paul Sokolovsky
2014-04-03
Changes to get unix/ port compiling on Cygwin.
Damien George
2014-04-03
tests: Allow to run tests on pyboard.
Damien George
2014-04-03
run-tests: Allow to override python3 command to use via environment var.
Paul Sokolovsky
2014-04-02
Change test scripts to use python3; bytecode tests use python3.4.
Damien George
2014-04-02
Add more tests.
Damien George
2014-03-23
run-tests: Dump output of failing tests to files again.
Paul Sokolovsky
2014-01-29
run-tests can handle segfault.
Damien George
2014-01-28
Added Windows port (see #233)
Markus Siemens
2014-01-21
run-tests: Allow to run tests selectively via command line.
Paul Sokolovsky
2014-01-20
Rename unix binary to 'micropython'.
Damien George
2014-01-19
Add directory for I/O tests with basic test for file methods.
Paul Sokolovsky
2014-01-19
Move tests in basic/tests/ up one level preparating to multiple test dirs.
Paul Sokolovsky