[Piglit] [PATCH 0/3] Minor Fixes related to distributed testing.

Chad Versace chad.versace at linux.intel.com
Fri Feb 8 11:39:28 PST 2013


Thanks, patches 2 and 3 are committed.

Please keep the width of commit messages to 74 columns. Otherwise,
`git log` quickly becomes unreadable on a terminal.

I made a small, non-functional change in patch 3. I replaced
`if (!X and !Y) assert()` with assert(X or Y)`.




On 02/07/2013 01:10 PM, Kenney Phillis wrote:
> *** BLURB HERE ***
> 
> Kenney Phillis (3):
>   Add the shell script identifiers to the tests.
>   Fix piglit resume path resolving.
>   make some parts of the piglit framework unicode aware.
> 
>  framework/shader_test.py        |    5 +++--
>  piglit-run.py                   |    2 +-
>  tests/all.tests                 |    1 +
>  tests/external-glslparser.tests |    1 +
>  tests/glean-fragProg1.tests     |    3 +++
>  tests/glean-glsl1.tests         |    3 +++
>  tests/glean-vertProg1.tests     |    3 +++
>  tests/gtf.tests                 |    3 +++
>  tests/igt.tests                 |    3 +++
>  tests/quick-driver.tests        |    2 ++
>  tests/quick.tests               |    1 +
>  tests/r300.tests                |    2 ++
>  tests/r500.tests                |    2 ++
>  tests/r600.tests                |    2 ++
>  tests/sanity.tests              |    3 +++
>  15 files changed, 33 insertions(+), 3 deletions(-)
> 



More information about the Piglit mailing list