Browse Source
"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).pull/3485/merge
Paul Sokolovsky
7 years ago
3 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue