[Piglit] [PATCH 0/2] Add timeout support

Thomas Wood thomas.wood at intel.com
Wed Mar 19 08:43:13 PDT 2014


The following two patches add support for a timeout status and then implement a
timeout mechanism in igt.py.

The "timeout" status is currently positioned just after "pass" in the status
ordering. This means that a timeout status does not introduce a regression from
other failure states, since the actual test status is unknown, but a change
from timeout to fail is considered a regression.

Thomas Wood (2):
  framework: add support for a "timeout" status
  tests/igt.py: stop tests after 10 minutes

 framework/log.py                |  2 +-
 framework/status.py             | 20 +++++----
 framework/tests/status_tests.py |  4 +-
 templates/index.css             |  5 ++-
 tests/igt.py                    | 89 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 108 insertions(+), 12 deletions(-)

-- 
1.8.5.3



More information about the Piglit mailing list