[Piglit] [PATCH 0/4] various windows Compatiblity fixes

Kenney Phillis kphillisjr at gmail.com
Sat Jul 7 20:04:15 PDT 2012


I noticed that there was a few issues when comparing how piglet ran on
windows and other platforms. These patches improve the overall quality
of the tests ran, and also allows simpler results comparisions when
comparing a windows based system and a linux based system.

Kenney Phillis (4):
  Fixed glsl test parsing so that each key entry uses the / char
    instead of \\.
  added functionality to piglit-run.py to automatically fix incorrect
    key entries in test results that are broken. This is done by simply
    resuming the tests.
  Modified tests/all.tests to exclude glx profile when running on
    Windows.
  Fixed windows behavior on these a few tests to mirror behavior on
    non-windows platforms.

 framework/glsl_parser_test.py |    4 ++++
 piglit-run.py                 |    1 +
 tests/all.tests               |    4 +++-
 tests/quick-driver.tests      |    1 +
 tests/quick.tests             |    2 ++
 tests/r300.tests              |    1 +
 tests/r500.tests              |    1 +
 tests/r600.tests              |    1 +
 8 files changed, 14 insertions(+), 1 deletion(-)

-- 
1.7.9.5



More information about the Piglit mailing list