Skip to content

Improve {piglit|deqp}-runner logging support

Cristian Ciocaltea requested to merge cristicc/deqp-runner:enable-logging into main

Improve the logging in piglit-runner and deqp-runner by the following changes:

  • Add --timestamp {sec|ms|ns} command line option to allow prefixing the log messages with timestamps having the specified time resolution
  • Handle the --verbose option as a common flag
  • Log on debug level the tests execution progress using Begin/End message pairs
  • Dump the standard output stream for the executed dEQP tests which failed

Signed-off-by: Cristian Ciocaltea cristian.ciocaltea@collabora.com

Merge request reports