aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
AgeCommit message (Expand)Author
2014-10-05tests: Add check for micropython.native and then skip relevant tests.Damien George
2014-10-05Exclude some tests which always fail on windowsstijn
2014-10-01Enable device keyword option when running pyboard.py --tests and run-tests --...blmorris
2014-09-23py: Make native emitter handle multi-compare and not/is not/not in ops.Damien George
2014-09-23tests: Fix uctypes tests to run on 64bit arch; enable more native tests.Damien George
2014-09-17py: Add native json printing using existing print framework.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-09-06tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm.Damien George
2014-09-06unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.Damien George
2014-08-29tests: Add option to run-tests to enable native emitter.Damien George
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-12run-tests: Add option to write CPython's test results to .exp files.Paul Sokolovsky
2014-06-28tests: Write output in byte mode, not text mode.Damien George
2014-06-08tests: Run 'micropython' tests on pyboard.Damien George
2014-06-06Turn the Travis CI test skipping mechanism into something more genericChris Angelico
2014-06-06Figure out the test_name before using it (significant only to Travis skips)Chris Angelico
2014-05-31tests: Change --test_dirs to --test-dirs.Damien George
2014-05-28tests: Add argument to allow specifying which directories to teststijn
2014-05-11tests: Fix handling of newlines from expected output filesstijn
2014-05-10run-tests: Add support for skipping tests.Paul Sokolovsky
2014-05-08py, compiler: Add basic support for A=const(123).Damien George
2014-05-07tests: Add a test for native code on pyboard.Damien George
2014-05-07tests: Add inline assembler test for pyboard.Damien George
2014-05-03tests: Add a suite of tests specifically for the pyboard.Damien George
2014-04-17Merge pull request #504 from lurch/patch-4Damien George
2014-04-17tests: Split out those tests requiring float and import.Damien George
2014-04-17Changed the envvar name to MICROPY_MICROPYTHONAndrew Scheller
2014-04-16Stupid typoAndrew Scheller
2014-04-16Allow the uPy used by run-tests to be overriddenAndrew Scheller
2014-04-16run-tests can now skip certain tests when run under Travis CIAndrew Scheller
2014-04-15travis: Diff output, hopefully this works.Damien George
2014-04-15travis: More tests debugging.Damien George
2014-04-13tests: Make tests pass on pyboard.Damien George
2014-04-13Make pyboard.py have its own exception; update run-tests for pyboard.Damien George
2014-04-06py: Implement more features in native emitter.Damien George
2014-04-04run-tests: Elaborate python3 command override capabilities.Paul Sokolovsky
2014-04-03Changes to get unix/ port compiling on Cygwin.Damien George
2014-04-03tests: Allow to run tests on pyboard.Damien George
2014-04-03run-tests: Allow to override python3 command to use via environment var.Paul Sokolovsky
2014-04-02Change test scripts to use python3; bytecode tests use python3.4.Damien George
2014-04-02Add more tests.Damien George
2014-03-23run-tests: Dump output of failing tests to files again.Paul Sokolovsky
2014-01-29run-tests can handle segfault.Damien George
2014-01-28Added Windows port (see #233)Markus Siemens
2014-01-21run-tests: Allow to run tests selectively via command line.Paul Sokolovsky
2014-01-20Rename unix binary to 'micropython'.Damien George
2014-01-19Add directory for I/O tests with basic test for file methods.Paul Sokolovsky
2014-01-19Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky