Re: [Piglit] [PATCH] deqp: Search stdout and stderr for X connection failure

2017-01-09 Thread Dylan Baker
Quoting Mark Janes (2017-01-06 16:05:43) > Recent versions of the GL CTS report X connection errors on standard > out. Support all variants by checking both stdout and stderr for the > error string. > --- > framework/test/deqp.py | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > >

[Piglit] [PATCH] deqp: Search stdout and stderr for X connection failure

2017-01-06 Thread Mark Janes
Recent versions of the GL CTS report X connection errors on standard out. Support all variants by checking both stdout and stderr for the error string. --- framework/test/deqp.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/test/deqp.py b/framework/test/deqp