Re: [Piglit] [PATCH 3/5] framework: handle UnicodeDecodeError

2018-05-02 Thread Dylan Baker
Quoting Marek Olšák (2018-05-02 13:55:06) > On Wed, May 2, 2018 at 4:48 PM, Dylan Baker wrote: > > Quoting Marek Olšák (2018-05-02 13:32:45) > > From: Marek Olšák > > > > This happens due to LLVM printing colored text into stdout/stderr

Re: [Piglit] [PATCH 3/5] framework: handle UnicodeDecodeError

2018-05-02 Thread Dylan Baker
Quoting Marek Olšák (2018-05-02 13:32:45) > From: Marek Olšák > > This happens due to LLVM printing colored text into stdout/stderr on error. > --- > framework/test/base.py | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/framework/test/base.py

[Piglit] [PATCH 3/5] framework: handle UnicodeDecodeError

2018-05-02 Thread Marek Olšák
From: Marek Olšák This happens due to LLVM printing colored text into stdout/stderr on error. --- framework/test/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/test/base.py b/framework/test/base.py index 134b87245..f187c0210 100644 ---