109 Commits (21967990519b3d0778770ddb0994216d012101c3)

Author SHA1 Message Date
Paul Sokolovsky 6ead9f6f3d tests/run-tests: Make "regex'ed .exp" facility available to device tests. 8 years ago
Paul Sokolovsky b652ee705b tests/bytes_compare: Rework test for bytes <-> str comparison. 8 years ago
Damien George 2b5a1067c0 tests/run-tests: If running thread tests on unix, don't run mutate ones. 8 years ago
Paul Sokolovsky 5ec11f565b tests/run-tests: Factor out list supported external boards. 9 years ago
Paul Sokolovsky 3c2e40b008 tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native. 9 years ago
Damien George c2a519bab9 tests: Skip async tests for native emitter. 9 years ago
Damien George 2c915e1ae6 py: Implement basic with support in native emitter. 9 years ago
Damien George 157056ecdf tests: Add new subdir "stress/" specifically for stress tests. 9 years ago
Damien George 9996adc37d tests/run-tests: Add cmd line option "--heapsize". 9 years ago
Damien George f0e2d13fd2 tests/run-tests: Simplify handling of newline in output from tests. 9 years ago
Damien George d964873e56 tests/run-tests: Fix logic when selecting test-dirs for a given target. 9 years ago
Paul Sokolovsky 2382d30318 tests/run-tests: Skips for esp8266. 9 years ago
danicampora 5148860332 tests: Skip uctypes and urandom tests not supported byt the WiPy. 9 years ago
Paul Sokolovsky 2850e7cd97 tests/run-tests: Add esp8266 target. 9 years ago
Damien George e5ce5e2a43 tests: Skip class_bind_self.py for native emitter. 9 years ago
Damien George 7ce8860b6b tests: Skip try-finally test for native emitter. 9 years ago
Damien George 0891cf7d2d tests: Disable for_range.py test for native emitter (it requires yield). 9 years ago
Paul Sokolovsky eed2f36ae2 tests/run-tests: Allow to skip complex tests if it's not compiled in. 9 years ago
Paul Sokolovsky ff8c4188f4 tests/run-tests: Improve robustness of REPL tests. 9 years ago
stijn 24b03561bd tests: Make sure test output has \r\n line-ends when running on Windows 9 years ago
Damien George e693e52442 tests: Disable some tests for pyboard that do not run correctly. 9 years ago
Damien George 4300c7dba2 py: Remove dependency on printf/fwrite in mp_plat_print. 9 years ago
Damien George 0334058fa4 Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. 9 years ago
Daniel Campora d5de1bf853 tests: Skip uheapq1 test if target is WiPy. 9 years ago
Daniel Campora 958e273336 tests: Skip extmod machine tests when target is WiPy. 9 years ago
stijn dfa915a6af tests: Omit process output parsing in case of CalledProcessError 9 years ago
Daniel Campora 88ca6c94d9 tests: Ignore exception chain test on the WiPy. 9 years ago
Daniel Campora d5e256486e cc3200: Re-work Pin class according to the new API. 9 years ago
Paul Sokolovsky 1b693543aa tests: Skip exception_chain.py with native emitter. 9 years ago
Paul Sokolovsky a3fe307400 tests: Consolidate all feature check snippets under feature_check/. 9 years ago
Paul Sokolovsky 0a8b5d160b run-tests: Allow to skip byteorder-dependent tests. 9 years ago
stijn dbfba6a20e tests: Fix exceptions when running cmdline tests on windows 9 years ago
stijn 7ede3ec4b1 tests: Always use forward slashes for paths 9 years ago
Tom Soulanille 89852d38ef run-tests: Test REPL emacs keys, but only if present. 9 years ago
Tom Soulanille 3dd0b69e46 run-tests: Use PTY when running REPL tests. 9 years ago
Daniel Campora cd14188bc8 tools: Add telnet support to pyboard.py. 10 years ago
Damien George e44c1d3ace tests: Split out json float tests to separate files. 10 years ago
Daniel Campora 186b355b28 tests: Add support for the WiPy in run-tests script. 10 years ago
Damien George 031278f661 unix: Allow to cat a script into stdin from the command line. 10 years ago
Paul Sokolovsky 8b85d14b92 modsys: Add basic sys.exc_info() implementation. 10 years ago
Damien George 9988618e0e py: Implement full func arg passing for native emitter. 10 years ago
Damien George 78772ada0d py: Implement calling functions with *args in native emitter. 10 years ago
Damien George 9dd3640464 tests: Add missing tests for builtins, and many other things. 10 years ago
Damien George 4cd9ced8dc py: Implement closures in native code generator. 10 years ago
Damien George 23d7fd526d tests: Skip some new tests when testing native emitter. 10 years ago
Damien George 1004535237 tests: Make cmdline tests more stable by using regex for matching. 10 years ago
Damien George 143c34109c tests: Add ability to test uPy cmdline executable. 10 years ago
Damien George 72ddcfd9ff tests: Skip basics/boundmeth1.py for native emitter. 10 years ago
Damien George e8b877be60 tests: Disable float/cmath_fun.py for native emitter. 10 years ago
Damien George b6e6b5277f py: Implement proper re-raising in native codegen's finally handler. 10 years ago