[Piglit] [PATCH] RFC: README.md: update test sets documentation

2019-06-03 Thread Alejandro Piñeiro
Since commit "tests: use meta profiles" (400dcd5cf18ac51ab8e9681d8ecab4132986efbd) some test sets are not represented anymore as python scripts. So first, it would be good to mention it, and second it would be good to mention that it would be better to run the test sets using the set name, not dire

Re: [Piglit] [PATCH] cl: Add tests for some cases that were broken with function calls

2019-06-03 Thread Matt Arsenault
> On Jun 2, 2019, at 2:36 PM, Jan Vesely wrote: > > he other problem is that even with killed process hung GPU usually > makes the machine unable to suspend or reboot on its own, which kills > remote testing. > I'd need to recheck if that's still the case with linux-5.1. I was able to interrup

Re: [Piglit] [PATCH] arb_texture_buffer_range: Fix buffer alignment in ranges-2 test

2019-06-03 Thread Anthony Pesch
Opened https://gitlab.freedesktop.org/mesa/piglit/merge_requests/73. - Anthony On 5/31/19 4:39 AM, Pelloux-prayer, Pierre-eric wrote: I can push it but can you first resend your patch using git send-mail because git am doesn't recognize the format of this one. (or you can open a merge reques

Re: [Piglit] [PATCH] cl: Add tests for some cases that were broken with function calls

2019-06-03 Thread Jan Vesely
On Mon, 2019-06-03 at 10:31 -0400, Matt Arsenault wrote: > > On Jun 2, 2019, at 2:36 PM, Jan Vesely wrote: > > > > he other problem is that even with killed process hung GPU usually > > makes the machine unable to suspend or reboot on its own, which kills > > remote testing. > > I'd need to reche

[Piglit] [PATCH] draw-prim-rate: Fix Clang build error.

2019-06-03 Thread Vinson Lee
draw-prim-rate.c:415:3: error: initializer element is not a compile-time constant ceil(sqrt(0.5 * 1000)), ^~ Fixes: 6e1bb1e769d2 ("Add a test that measures primitive rate") Signed-off-by: Vinson Lee --- tests/perf/draw-prim-rate.c | 2 +- 1 fi

Re: [Piglit] [PATCH] draw-prim-rate: Fix Clang build error.

2019-06-03 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Jun 3, 2019 at 10:28 PM Vinson Lee wrote: > draw-prim-rate.c:415:3: error: initializer element is not a compile-time > constant > ceil(sqrt(0.5 * 1000)), > ^~ > > Fixes: 6e1bb1e769d2 ("Add a test that me