Re: [Piglit] [PATCH 3/4] summary/html: ensure xml-line is the very first line

2019-01-28 Thread Dylan Baker
Quoting Erik Faye-Lund (2019-01-21 08:00:56) > Otherwise, GNOME Web (Epiphany) refuse to render the result. > > Signed-off-by: Erik Faye-Lund > --- > templates/feature.mako | 3 ++- > templates/index.mako | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git

[Piglit] [PATCH] s3tc-errors: Fix GCC unused-variable warning.

2019-01-28 Thread Vinson Lee
s3tc-errors.c: In function ‘test_format’: s3tc-errors.c:175:9: warning: unused variable ‘format2’ [-Wunused-variable] GLenum format2; ^~~ Fixes: d433792407e7 ("s3tc-errors: port to gles31") Signed-off-by: Vinson Lee --- tests/texturing/s3tc-errors.c | 2 +- 1 file changed, 1

Re: [Piglit] [PATCH 3/4] summary/html: ensure xml-line is the very first line

2019-01-28 Thread Dylan Baker
Quoting Erik Faye-Lund (2019-01-28 13:32:37) > On Mon, 2019-01-28 at 10:57 -0800, Dylan Baker wrote: > > Quoting Erik Faye-Lund (2019-01-21 08:00:56) > > > Otherwise, GNOME Web (Epiphany) refuse to render the result. > > > > > > Signed-off-by: Erik Faye-Lund > > > --- > > >

Re: [Piglit] [PATCH 3/4] summary/html: ensure xml-line is the very first line

2019-01-28 Thread Erik Faye-Lund
On Mon, 2019-01-28 at 10:57 -0800, Dylan Baker wrote: > Quoting Erik Faye-Lund (2019-01-21 08:00:56) > > Otherwise, GNOME Web (Epiphany) refuse to render the result. > > > > Signed-off-by: Erik Faye-Lund > > --- > > templates/feature.mako | 3 ++- > > templates/index.mako | 3 ++- > > 2 files