Searched refs:prlog (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/pstore/
H A Dcommon_tests22 prlog "ok"
24 prlog "FAIL"
31 prlog "ok"
33 prlog -e "\t${f}"
36 prlog "FAIL"
43 prlog
45 prlog -ne "\t${f} ... "
51 prlog " ... FAIL"
67 prlog() { # messages function
73 prlog "=== Pstore unit tests (`basename $0`) ==="
74 prlog "UUID="$UUID
76 prlog -n "Checking pstore backend is registered ... "
79 prlog -e "\tbackend=${backend}"
80 prlog -e "\tcmdline=`cat /proc/cmdline`"
H A Dpstore_post_reboot_tests15 prlog "pstore_crash_test has not been executed yet. we skip further tests."
19 prlog -n "Mounting pstore filesystem ... "
23 prlog "ok"
28 prlog "ok"
30 prlog "FAIL"
37 prlog -n "Checking dmesg files exist in pstore filesystem ... "
40 prlog -n "Checking console files exist in pstore filesystem ... "
43 prlog -n "Checking pmsg files exist in pstore filesystem ... "
46 prlog -n "Checking dmesg files contain oops end marker"
53 prlog -n "Checking console file contains oops end marker ... "
57 prlog -n "Checking pmsg file properly keeps the content written before crash ... "
65 prlog "FAIL"
69 prlog "FAIL"
73 prlog -n "Removing all files in pstore filesystem "
/linux-4.4.14/tools/testing/selftests/ftrace/
H A Dftracetest113 prlog() { # messages function
119 prlog "=== Ftrace unit tests ==="
145 prlog -n "[$CASENO]$desc"
151 prlog " [PASS]"
156 prlog " [FAIL]"
161 prlog " [UNRESOLVED]"
166 prlog " [UNTESTED]"
171 prlog " [UNSUPPORTED]"
176 prlog " [XFAIL]"
181 prlog " [UNDEFINED]"
260 prlog ""
261 prlog "# of passed: " `echo $PASSED_CASES | wc -w`
262 prlog "# of failed: " `echo $FAILED_CASES | wc -w`
263 prlog "# of unresolved: " `echo $UNRESOLVED_CASES | wc -w`
264 prlog "# of untested: " `echo $UNTESTED_CASES | wc -w`
265 prlog "# of unsupported: " `echo $UNSUPPORTED_CASES | wc -w`
266 prlog "# of xfailed: " `echo $XFAILED_CASES | wc -w`
267 prlog "# of undefined(test bug): " `echo $UNDEFINED_CASES | wc -w`

Completed in 81 milliseconds