From: Dylan Baker <[email protected]>

This series changes the way the JUnit backend generates results for
tests with subtests. Rather than generating them as a single test and
ignoring the subtests it generates them as a testsuite, and then adds
each subtest as a test. This allows subtests to be represented nicely
and to avoid duplicating large amounts of data in the xml file.

Dylan Baker (2):
  framework/backends/junit.py: refactor _write into several helpers.
  framework/backends/junit.py: Handle tests with subtests as testsuite
    elements

 framework/backends/junit.py             | 263 +++++++++++++++++++++++---------
 framework/tests/junit_backends_tests.py | 206 ++++++++++++++++++++++++-
 2 files changed, 393 insertions(+), 76 deletions(-)

-- 
2.6.3

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to