Searched refs:warn_ (Results 1 – 7 of 7) sorted by relevance
81 warn_ () function88 *) (IFS=' '; warn_ "$@");;91 fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; }92 skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; }93 fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; }94 framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; }468 warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr"
35 warn_() { printf >&2 '%s\n' "$*"; } function36 fail_() { warn_ "$ME_: failed test: $*"; exit 1; }37 skip_() { warn_ "$ME_: skipped test: $*"; exit 77; }38 framework_failure_() { warn_ "$ME_: framework failure: $*"; exit 99; }39 framework_skip_() { warn_ "$ME_: framework skip: $*"; exit 77; }
53 void EnableWarning(LanguageFeature f, bool yes = true) { warn_.set(f, yes); }59 warn_.test(f); in ShouldWarn()67 LanguageFeatures warn_; variable
86 start with ``err_``, ``warn_``, ``ext_`` to encode the severity into the name.