Home
last modified time | relevance | path

Searched refs:yellow (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py78 def yellow(text): function
332 print_log(map(yellow, test_case.log))
337 print_log(map(yellow, test_case.log))
347 print(red('[ERROR] ') + yellow('no tests run!'))
349 print(red('[ERROR] ') + yellow('could not parse test results!'))
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_printer.py37 def yellow(self, text: str) -> str: member in Printer
H A Dkunit_parser.py513 """Prints all strings in saved log for test in yellow."""
516 stdout.print_with_timestamp(stdout.yellow(line))
535 return stdout.yellow('[SKIPPED] ') + test.name
537 return stdout.yellow('[NO TESTS RUN] ') + test.name
607 status of test. Color is green if test passes, yellow if test is
621 color = stdout.yellow
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py4369 '<td class="yellow" title="{4}">{2} Resume Time: <b>{1} ms</b></td>'\
4374 '<td class="yellow" title="{5}">{3} Resume Time: <b>{2} ms</b></td>'\
4378 '<td class="yellow">Command: <b>{1}</b></td>'\
4383 html_wifdesc = '<td class="yellow" title="time for wifi to reconnect after resume complete ({2})">{0}Wifi Resume: {1}</td>'
4450 thtml += html_fwdesc.format(testdesc2, rftime, 'Resume', 'yellow')
4451 thtml += html_kdesc.format(testdesc2, '%.3f'%rktime, 'Resume', 'yellow')
4753 .yellow {background:rgba(255,255,204,0.4);}\n\
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py4626 '<td class="yellow" title="{4}">{2} Resume Time: <b>{1} ms</b></td>'\
4631 '<td class="yellow" title="{5}">{3} Resume Time: <b>{2} ms</b></td>'\
4635 '<td class="yellow">Command: <b>{1}</b></td>'\
4640 html_wifdesc = '<td class="yellow" title="time for wifi to reconnect after resume complete ({2})">{0}Wifi Resume: {1}</td>'
4707 thtml += html_fwdesc.format(testdesc2, rftime, 'Resume', 'yellow')
4708 thtml += html_kdesc.format(testdesc2, '%.3f'%rktime, 'Resume', 'yellow')
5007 .yellow {background:rgba(255,255,204,0.4);}\n\

Completed in 16 milliseconds