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

Henri Verbeet hverbeet at gmail.com
Sat Apr 20 01:52:26 PDT 2013


On 19 April 2013 16:22, Brian Paul <brianp at 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 worrisome.
>
>
> Yeah, that's an idea.  But I think the only ones that comes to mind are
> "Mesa implementation error" from _mesa_problem() and "Mesa warning" from
> _mesa_warning().
>
> "Mesa: User error" from _mesa_error() should be ignored since quite a few
> piglit tests probe for GL errors and the message is always printed for debug
> builds.
>
I suppose that in principle you could also get those through
ARB_debug_output, which would allow some better control over when to
suppress messages.


More information about the Piglit mailing list