circuitpython/tests
Paul Sokolovsky 6472dea146 Add exception stack unwind support for RETURN_VALUE.
This properly implements return from try/finally block(s).

TODO: Consider if we need to do any value stack unwinding for RETURN_VALUE
case. Intuitively, this is "success" return, so value stack should be in
good shape, and unwinding shouldn't be required.
2014-02-01 15:23:03 +02:00
..
basics Add exception stack unwind support for RETURN_VALUE. 2014-02-01 15:23:03 +02:00
bytecode Fix bash->/usr/bin/env bash; add LICENSE for Python library tests. 2014-01-02 16:14:19 +00:00
io unix io.FileIO: Add iteration support. 2014-01-20 18:42:08 +02:00
README Add README for tests/. 2014-01-19 18:51:59 +02:00
run-tests run-tests can handle segfault. 2014-01-29 22:32:23 +00:00

README

This directory contains tests for various functionality areas of MicroPython.
To run all stable tests, run "run-tests" script in this directory. Note
that bytecode tests are not yet stable and should be run separately in
"bytecode" subdirectory.