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
> 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
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
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
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
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