This little series adds a new status used exclusively for cases where there is a framework exception. This has thankfully become pretty rare, but it's still better to not conflated a test failure and a problem in the python layer.
Dylan Baker (3): framework/status: Add a new exception for framework exceptions framework/test: catch Exception rather than a bare except framework: On exception set the result to exception. framework/backends/junit.py | 2 ++ framework/status.py | 5 ++++- framework/test/base.py | 10 +++++----- unittests/framework/test_status.py | 1 + 4 files changed, 12 insertions(+), 6 deletions(-) -- 2.10.0 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
