Lines Matching refs:result

54 #	cti_execute [-c out|err] [-i input] result cmd [args...]
57 # cti_cancel test_num [msg ...] [test result]
58 # cti_cancelall [msg ...] [test result]
67 # registers the corresponding result code against the current test,
73 # checks the path tracing and registers a PASS result if
95 # case from execution with the test result that user gives. It will work
100 # with the test result that user gives.
151 # cti_result() - register a result and write informational line to journal.
153 # Usage: cti_result result [msg ...]
156 # registers the specified result code for the current test. The remaining
161 # Print the result and test name (in place of tet_result)
178 # Print the result and test name (as tet_result would)
214 echo "cti_result: $res: unknown result code"
251 # cti_pass() - register a PASS result.
261 # cti_fail() - register a FAIL result.
265 # Registers a FAIL result for the current test, and writes any arguments to
274 # cti_unresolved() - register an UNRESOLVED result.
278 # Registers an UNRESOLVED result for the current test, and writes any arguments
288 # cti_uninitiated() - register an UNINITIATED result.
292 # Registers an UNINITIATED result for the current test, and writes any arguments
301 # cti_untested() - register an UNTESTED result.
305 # Registers an UNTESTED result for the current test, and writes any arguments
314 # cti_unsupported() - register an UNSUPPORTED result.
318 # Registers an UNSUPPORTED result for the current test, and writes any
327 # cti_notinuse() - register a NOTINUSE result.
331 # Registers a NOTINUSE result for the current test, and writes any arguments
352 # cti_checkpath() - check path tracing and register a PASS result.
504 # Usage: cti_execute [-c out|err] [-i input] result cmd [args...]
509 # If the command has a non-zero exit status, cti_execute() registers a result
510 # code of `result'.
514 # the specified output channel, a result code of `result'
582 # First (non-option) argument is the result code to use if the command
838 # Usage: cti_cancel tp reason [test result]
874 # Usage: cti_cancelall reason [test result]