Re: [Piglit] [PATCH 1/2] unittests: Add test for DriverClassifier.get_glxinfo

2016-09-16 Thread Dylan Baker
piglit is broken on python3 without these, I'm planning to push soon. Quoting Dylan Baker (2016-09-16 13:46:04) > Ensure that it converts bytes to str and also collects correctly. > > Signed-off-by: Dylan Baker > --- > unittests/framework/test_driver_classifier.py |

[Piglit] [PATCH 1/2] unittests: Add test for DriverClassifier.get_glxinfo

2016-09-16 Thread Dylan Baker
Ensure that it converts bytes to str and also collects correctly. Signed-off-by: Dylan Baker --- unittests/framework/test_driver_classifier.py | 25 + 1 file changed, 25 insertions(+) diff --git a/unittests/framework/test_driver_classifier.py