[Piglit] [PATCH 0/4] Produce result file even if testrun is interrupted
Chad Versace
chad at chad-versace.us
Tue Jul 19 12:36:39 PDT 2011
This series gurantees that Piglit produces a result file even if the test run
is interrupted, perhaps due to a keyboard interrupt or a system crash, and
repairs the result file if necessary.
Before I commit this, I would like to receive a Tested-by.
The series lives on my json branch:
git://git.freedesktop.org/~chadversary/piglit.git
Chad Versace (4):
framework: Add class JSONWriter
framework: Write each test result to the result file as the test
completes
core: Add method TestrunResult.__checkFileIsNotInOldFormat
framework: Repair result file if test run is interrupted
framework/core.py | 234 +++++++++++++++++++++++++++++++++++++++++++++++++----
piglit-run.py | 31 +++----
2 files changed, 230 insertions(+), 35 deletions(-)
--
1.7.6
More information about the Piglit
mailing list