Re: [Piglit] [PATCH] add new --ignoreStderr option to piglit-run.py

2013-04-20 Thread Henri Verbeet
On 19 April 2013 16:22, Brian Paul bri...@vmware.com wrote: On 04/19/2013 04:33 AM, Jose Fonseca wrote: Yes, assuming stderr messages are driver warnings seems a bit pedantic. We could do the other way around -- have a whitelist of warning regular expressions that we do known that are

[Piglit] [PATCH] fbo: add test for multiple draw buffer combinations including GL_NONE

2013-04-20 Thread Christoph Bumiller
From: Christoph Bumiller e0425...@student.tuwien.ac.at Passes on NV blob (except segfault on doing glBlitFramebuffer when glReadBuffer is GL_NONE), and fails horribly with st/mesa for obvious reasons. --- tests/all.tests |1 + tests/fbo/CMakeLists.gl.txt |1 +

Re: [Piglit] [PATCH] add new piglit-summary.py script for printing summaries of results file(s)

2013-04-20 Thread Brian Paul
On 04/19/2013 09:54 PM, Dylan Baker wrote: I have some concerns with this patch: 1) It has two imports that are not being used: cgi, os (not os.path) I'll fix that. 2) getopt: I've been trying to get rid of getopt and replace it with argparse (I have a patch set ready to go to replace the