Lines Matching refs:is
16 A testcase can be considered not run when the result is any of the following:
19 A testcase can be considered run when the result is any of the following:
29 - if it fails, set RESULT_PREFAIL (sysbuf is of interest), goto (6)
31 2) build testcase (make) (unless nobuild flag is set).
32 + build_buf is used for stdout/stderr
33 - if there is an internal driver error (that leads to not running the
34 build command), set RESULT_PREFAIL (sysbuf is of interest), goto (6)
36 BUILDFAIL, unless it's a buildonly test case, in which it is set to
40 3) run 'pre' command if intpre or pre is set.
41 + precmd_buf is used for stdout/stderr
42 - if there is an internal driver error (that leads to not running the
43 command), set RESULT_PREFAIL (sysbuf is of interest), goto (6)
48 + stdout_buf is used for stdout
49 + stderr_buf is used for stderr
54 - if there is an internal driver error (that leads to not running the
55 command), RESULT_NOTRUN is set (sysbuf is of interest)
57 5) run 'post' command if intpost or post is set.
58 + postcmd_buf is used for stdout/stderr
59 - if there is an internal driver error (that leads to not running the
60 command), set RESULT_POSTFAIL (sysbuf is of interest), goto (6)
64 6) clean testcase directory (make clean) (unless nobuild flag is set).
65 + cleanup_buf is used for stdout/stderr and system (driver error) buffer