From: Dylan Baker <[email protected]> This is the 4th iteration of my series to use subprocess32 to get thread-safe timeouts for piglit tests.
This is mostly cleanups of unrelated changes, artifacts from rebasing multiple times and from various iterations of the series, and rebasing on master. It also fixes some issues spotted by Thomas Wood. This is available at my github: https://github.com/dcbaker/piglit submit/subprocess32 Dylan Baker (4): framework/tests: add helper for checking for 3rd party modules framework/tests/base_tests.py: fix descriptions of two timeout tests framework/tests/base_tests.py: use utils helper to simplify test framework/test/base.py: use subprocess32 for timeouts. framework/test/base.py | 134 +++++++++++++------------------ framework/tests/base_tests.py | 135 +++++++++++++++++++++++++++++--- framework/tests/junit_backends_tests.py | 3 +- framework/tests/utils.py | 9 +++ tox.ini | 2 + 5 files changed, 187 insertions(+), 96 deletions(-) -- 2.6.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
