Searched refs:print_red (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/misc/ |
H A D | output_test.py | 79 print_red = '''rule echo 86 self.assertEqual(run(print_red), 90 self.assertEqual(run(print_red, pipe=True), 95 self.assertEqual(run(print_red, flags='-v'), 99 self.assertEqual(run(print_red, flags='-v', pipe=True), 107 self.assertEqual(run(print_red, pipe=True, env=env),
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 68 def print_red(msg, **kwargs): function 210 print_red("Error! ", end="") 234 print_red("not found") 240 print_red("not found") 334 print_red("Error") 342 print_red("Error")
|
/third_party/mesa3d/.gitlab-ci/vkd3d-proton/ |
H A D | run.sh | 32 print_red() { function 92 quiet print_red printf "%s\n" "Changes found, see vkd3d-proton.log!"
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
H A D | piglit-traces.sh | 22 print_red() { function 189 quiet print_red echo "Failures in traces:" 191 quiet print_red echo "Review the image changes and get the new checksums at: ${ARTIFACTS_BASE_URL}/results/summary/problems.html"
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
H A D | radeonsi-run-tests.py | 38 def print_red(txt, end_line=True, prefix=None): function 190 print_red("DISPLAY environment variable missing.") 292 print_red(line.strip(), prefix="| ") 320 print_red("New results (fails or pass). Check {}".format(results))
|
Completed in 3 milliseconds