| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-10 | tests: Convert remaining "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
| 2017-03-09 | tests/micropython: Make uio-using tests skippable. | Paul Sokolovsky | |
| 2016-12-15 | tests/micropython: Get heapalloc_traceback test running on baremetal. | Damien George | |
| When printing exceptions from files sent to a target by pyboard.py the filename in the exception is <stdin>, which differs to when running the script on the PC. So we strip out the filename to make the outputs the same on all targets (see also misc/print_exception.py test). | |||
| 2016-11-21 | tests/micropython: Move alloc-less traceback test to separate test file. | Damien George | |
| The native emitter doesn't provide proper traceback info so this test should not be run in that case. | |||
