Re: [Piglit] [PATCH 1/2] framework: add support for a timeout status

2014-04-24 Thread Thomas Wood
On 23 April 2014 19:29, Ilia Mirkin imir...@alum.mit.edu wrote: On Wed, Apr 23, 2014 at 2:25 PM, Daniel Vetter dan...@ffwll.ch wrote: On Wed, Apr 23, 2014 at 12:46:23PM -0400, Ilia Mirkin wrote: So this means that going from Skip (or NotRun) to Timeout would not be counted as a change

Re: [Piglit] [PATCH 1/2] framework: add support for a timeout status

2014-04-24 Thread Thomas Wood
The following revised patch reverts to using a normal Status class for the timeout status and also adds a few tests to summary_tests.py, as suggested by Ilia Mirkin. Thomas Wood (1): framework: add support for a timeout status framework/log.py | 3 ++- framework/status.py

[Piglit] [PATCH 1/2] framework: add support for a timeout status

2014-03-19 Thread Thomas Wood
Signed-off-by: Thomas Wood thomas.w...@intel.com Cc: Daniel Vetter daniel.vet...@ffwll.ch --- framework/log.py| 2 +- framework/status.py | 20 framework/tests/status_tests.py | 4 ++-- templates/index.css | 5 - 4 files changed,