[Piglit] [PATCH] lodbias: increase window size fix test on Windows

Jose Fonseca jfonseca at vmware.com
Sat Apr 6 02:11:28 PDT 2013



----- Original Message -----
> Before, the 96x96 window got bumped up to 116x96 by Windows and we
> saw a "Got spurious window resize in automatic run" message and the
> test reported "warn".
> ---
>  tests/texturing/lodbias.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/texturing/lodbias.c b/tests/texturing/lodbias.c
> index 809dafc..e99f316 100644
> --- a/tests/texturing/lodbias.c
> +++ b/tests/texturing/lodbias.c
> @@ -42,7 +42,7 @@
>  
>  #include "piglit-util-gl-common.h"
>  
> -#define SquareSize 32
> +#define SquareSize 50
>  
>  PIGLIT_GL_TEST_CONFIG_BEGIN
>  
> --
> 1.7.3.4
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
> 


Reviewed-by: Jose Fonseca <jfonseca at vmware.com>


More information about the Piglit mailing list