[Piglit] [PATCH 4/4] util: change default window size to 160 x 160
Brian Paul
brianp at vmware.com
Wed May 7 07:27:49 PDT 2014
On 05/07/2014 05:27 AM, Daniel Vetter wrote:
> On Fri, May 02, 2014 at 03:53:48PM -0600, Brian Paul wrote:
>> To avoid "Got spurious window resize" warnings and SKIP result
>> on Windows 8. A while back we had changed the default window
>> size for Windows 7.
>> ---
>> tests/util/piglit-framework-gl.h | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/tests/util/piglit-framework-gl.h b/tests/util/piglit-framework-gl.h
>> index 9824372..d0de8e8 100644
>> --- a/tests/util/piglit-framework-gl.h
>> +++ b/tests/util/piglit-framework-gl.h
>> @@ -269,8 +269,8 @@ piglit_gl_test_run(int argc, char *argv[],
>> /* seems to be 116 pixels. When the window size is */ \
>> /* unexpectedly resized, tests are marked as "WARN". */ \
>> /* Let's use a larger default to avoid that. */ \
>
> Shouldn't the comment be updated since now the limit isn't 116 pixels any
> more, at least on Win8?
Yeah, I'll do that before pushing. Thanks.
-Brian
More information about the Piglit
mailing list