[Piglit] How to use Piglit ?

Marek Olšák maraeo at gmail.com
Sun Jan 26 08:22:19 PST 2014


./piglit-run.py tests/quick.tests results/first-run

If your X is crashing like mine, you can exclude some GLX tests using
the -x option:

./piglit-run.py -x makeCurrent -x GLX_EXT_import_context
tests/quick.tests results/first-run

Once it's done, create an html summary:

./piglit-summary-html.py summary/first-run results/first-run

And then open it:

firefox summary &

Marek


On Sun, Jan 26, 2014 at 9:16 AM, Maxence Le Doré
<maxence.ledore at gmail.com> wrote:
> Hello,
>
> I would like to start contributing to Piglit. But I'm not able to
> launch a test except the sanity one given in the README. I'm sure this
> is because I'm not familiar at all with python.
> Could you give me a bunch a illustrating commands/actions that you
> usely do while testing/hacking piglit. It will make me gain a lot of
> time instead of wasting hours.
>
> Thanks
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list