Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-21 | tests: Add tests to improve coverage of runtime.c. | Rami Ali | |
2014-01-31 | Add testcase with exception handler spread across functions. | Paul Sokolovsky | |
2014-01-30 | vm: Add basic implementation of END_FINALLY opcode. | Paul Sokolovsky | |
Allows to have nested try blocks with except filters. TODO: Don't add END_FINALLY's exception re-raise points to traceback. | |||
2014-01-19 | Move tests in basic/tests/ up one level preparating to multiple test dirs. | Paul Sokolovsky | |