Lines Matching +full:pass +full:- +full:1
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
13 * 2009-Nov-6: Initial version by Darren Hart <dvhart@linux.intel.com>
27 * Define PASS, ERROR, and FAIL strings with and without color escape
31 #define BRIGHT '1'
34 #define RED '3', '1'
47 static const char PASS_NORMAL[] = " PASS";
51 const char *PASS = PASS_NORMAL; variable
57 #define VCRITICAL 1
64 #define RET_ERROR -1
65 #define RET_FAIL -2
68 * log_color() - Use colored output for PASS, ERROR, and FAIL strings
69 * @use_color: use color (1) or not (0)
74 PASS = PASS_COLOR; in log_color()
78 PASS = PASS_NORMAL; in log_color()
85 * log_verbosity() - Set verbosity of test output
86 * @verbose: Enable (1) verbose output or not (0)
88 * Currently setting verbose=1 will enable INFO messages and 0 will disable
101 * print_result() - Print standard PASS | ERROR | FAIL results