Re: [Piglit] [PATCH 15/50] arb_transform_feedback_overflow_query: set KHR_no_error status

2017-08-11 Thread Timothy Arceri
11-15: Reviewed-by: Timothy Arceri ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] glsl-4.50: add test that makes sure extra semicolons are forbidden

2017-08-11 Thread Samuel Pitoiset
Only allowed with GLSL 4.60. Cc: Ilia Mirkin Signed-off-by: Samuel Pitoiset --- .../glsl-4.50/compiler/extra-semilons-at-global-scope.frag | 12 1 file changed, 12 insertions(+) create mode 100644

Re: [Piglit] [PATCH 2/2] glsl-4.60: add a test that allows extra semicolons at global scope

2017-08-11 Thread Samuel Pitoiset
On 08/10/2017 07:04 PM, Ilia Mirkin wrote: And an identical test to make sure it's disallowed at earlier GLSL versions? I see no such test already. I can do that yeah. On Thu, Aug 10, 2017 at 12:44 PM, Samuel Pitoiset wrote: Cc: Ian Romanick

Re: [Piglit] [PATCH 2/2] glsl-4.60: add a test that allows extra semicolons at global scope

2017-08-11 Thread Ilia Mirkin
Series + the glsl 450 test are Reviewed-by: Ilia Mirkin On Fri, Aug 11, 2017 at 2:55 AM, Samuel Pitoiset wrote: > > > On 08/10/2017 07:04 PM, Ilia Mirkin wrote: >> >> And an identical test to make sure it's disallowed at earlier GLSL >>

Re: [Piglit] [PATCH RFC] framework: Add --skip-missing option

2017-08-11 Thread Dylan Baker
Quoting Arkadiusz Hiler (2017-07-31 05:15:26) > On Thu, Jul 27, 2017 at 09:54:13AM -0700, Dylan Baker wrote: > > Quoting Arkadiusz Hiler (2017-07-27 02:24:33) > > > > > > > > > > __all__ = [ > > > > > 'RegexFilter', > > > > > @@ -314,6 +316,9 @@ class TestProfile(object): > > > > >

[Piglit] [Bug 102090] Throwing "...does not recognize some tests" error when libraries are missing

2017-08-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102090 --- Comment #4 from Emil Velikov --- > $ : ldd testdisplay | grep -i "not found" > libprocps.so.4 => not found This here is from IGT - lib/igt_aux.c, in particular. > libpng12.so.0 => not found While