Skip to content
Snippets Groups Projects
Select Git revision
  • da34b6ef452514170e8ce1d1819070a920c2568e
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

builtin_compile.py

Blame
  • user avatar
    Paul Sokolovsky authored
    "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).
    da34b6ef
    History
    builtin_compile.py 905 B