summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_compile.py
AgeCommit message (Collapse)Author
2017-12-12tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.Paul Sokolovsky
"Builtin" tinytest-based testsuite as employed by qemu-arm (and now generalized by me to be reusable for other targets) performs simplified detection of skipped tests, it treats as such tests which raised SystemExit (instead of checking got "SKIP" output). Consequently, each "SKIP" must be accompanied by SystemExit (and conversely, SystemExit should not be used if test is not skipped, which so far seems to be true).
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2014-10-26tests: Get builtin_compile to skin properly on pyboard.Damien George
2014-10-25tests: Add test for compile builtin.Damien George