Re: [Piglit] [PATCH] find_static_tests.py: fix python2 compatibility

2018-05-03 Thread Brian Paul
On 05/02/2018 11:52 AM, Dylan Baker wrote: Because python2 uses bytes, but python3 uses unicode. CC: Michel Dänzer Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95 ("tests: Add script to find all hand written test files") --- tests/find_static_tests.py | 11 ++- 1 file changed

Re: [Piglit] [PATCH] find_static_tests.py: fix python2 compatibility

2018-05-03 Thread Dylan Baker
Brian, Ilia, This was the patch I had written. Dylan Quoting Dylan Baker (2018-05-02 10:52:47) > Because python2 uses bytes, but python3 uses unicode. > > CC: Michel Dänzer > Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95 >("tests: Add script to find all hand written test files") > --

[Piglit] [PATCH] find_static_tests.py: fix python2 compatibility

2018-05-02 Thread Dylan Baker
Because python2 uses bytes, but python3 uses unicode. CC: Michel Dänzer Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95 ("tests: Add script to find all hand written test files") --- tests/find_static_tests.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/