[Piglit] [PATCH] bugs: set KHR_no_error support for remaining bugs tests

Samuel Pitoiset samuel.pitoiset at gmail.com
Thu Jun 29 21:06:06 UTC 2017


Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

On 06/29/2017 07:39 AM, Timothy Arceri wrote:
> ---
>   tests/bugs/crash-cubemap-order.c                | 1 +
>   tests/bugs/crash-texparameter-before-teximage.c | 1 +
>   tests/bugs/drawbuffer-modes.c                   | 1 +
>   tests/bugs/fdo10370.c                           | 1 +
>   tests/bugs/fdo14575.c                           | 1 +
>   tests/bugs/fdo20701.c                           | 1 +
>   tests/bugs/fdo23489.c                           | 1 +
>   tests/bugs/fdo23670-depth_test.c                | 1 +
>   tests/bugs/fdo23670-drawpix_stencil.c           | 1 +
>   tests/bugs/fdo24066.c                           | 1 +
>   tests/bugs/fdo25614-genmipmap.c                 | 1 +
>   tests/bugs/fdo28551.c                           | 1 +
>   tests/bugs/fdo31934.c                           | 1 +
>   tests/bugs/point-sprite.c                       | 1 +
>   tests/bugs/r300-readcache.c                     | 1 +
>   tests/bugs/tex1d-2dborder.c                     | 1 +
>   tests/bugs/tri-tex-crash.c                      | 1 +
>   tests/bugs/vbo-buffer-unmap.c                   | 1 +
>   18 files changed, 18 insertions(+)
> 
> diff --git a/tests/bugs/crash-cubemap-order.c b/tests/bugs/crash-cubemap-order.c
> index c6b3882..7b733be 100644
> --- a/tests/bugs/crash-cubemap-order.c
> +++ b/tests/bugs/crash-cubemap-order.c
> @@ -13,6 +13,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/crash-texparameter-before-teximage.c b/tests/bugs/crash-texparameter-before-teximage.c
> index 1842f81..0fd4a9e 100644
> --- a/tests/bugs/crash-texparameter-before-teximage.c
> +++ b/tests/bugs/crash-texparameter-before-teximage.c
> @@ -14,6 +14,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/drawbuffer-modes.c b/tests/bugs/drawbuffer-modes.c
> index 3fbda26..94d9796 100644
> --- a/tests/bugs/drawbuffer-modes.c
> +++ b/tests/bugs/drawbuffer-modes.c
> @@ -42,6 +42,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
>   	config.requires_displayed_window = true;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo10370.c b/tests/bugs/fdo10370.c
> index 7826543..322f94d 100644
> --- a/tests/bugs/fdo10370.c
> +++ b/tests/bugs/fdo10370.c
> @@ -10,6 +10,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo14575.c b/tests/bugs/fdo14575.c
> index a6125dc..3215942 100644
> --- a/tests/bugs/fdo14575.c
> +++ b/tests/bugs/fdo14575.c
> @@ -37,6 +37,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo20701.c b/tests/bugs/fdo20701.c
> index b06d815..6f3c3f1 100644
> --- a/tests/bugs/fdo20701.c
> +++ b/tests/bugs/fdo20701.c
> @@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo23489.c b/tests/bugs/fdo23489.c
> index e1bd95c..848a190 100644
> --- a/tests/bugs/fdo23489.c
> +++ b/tests/bugs/fdo23489.c
> @@ -12,6 +12,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 250;
>   	config.window_height = 250;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo23670-depth_test.c b/tests/bugs/fdo23670-depth_test.c
> index 86b792f..3e9dfad 100644
> --- a/tests/bugs/fdo23670-depth_test.c
> +++ b/tests/bugs/fdo23670-depth_test.c
> @@ -31,6 +31,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo23670-drawpix_stencil.c b/tests/bugs/fdo23670-drawpix_stencil.c
> index 95cd9ac..4dcb9e0 100644
> --- a/tests/bugs/fdo23670-drawpix_stencil.c
> +++ b/tests/bugs/fdo23670-drawpix_stencil.c
> @@ -31,6 +31,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo24066.c b/tests/bugs/fdo24066.c
> index 6f6082c..42400d3 100644
> --- a/tests/bugs/fdo24066.c
> +++ b/tests/bugs/fdo24066.c
> @@ -39,6 +39,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo25614-genmipmap.c b/tests/bugs/fdo25614-genmipmap.c
> index 5e89a5a..5f2f9b7 100644
> --- a/tests/bugs/fdo25614-genmipmap.c
> +++ b/tests/bugs/fdo25614-genmipmap.c
> @@ -47,6 +47,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = (BOX_SIZE+2)*TEST_COLS+1;
>   	config.window_height = (BOX_SIZE+1)+1;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo28551.c b/tests/bugs/fdo28551.c
> index 0be8bee..99f0dda 100644
> --- a/tests/bugs/fdo28551.c
> +++ b/tests/bugs/fdo28551.c
> @@ -31,6 +31,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/fdo31934.c b/tests/bugs/fdo31934.c
> index 2111105..86bbb73 100644
> --- a/tests/bugs/fdo31934.c
> +++ b/tests/bugs/fdo31934.c
> @@ -7,6 +7,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 512;
>   	config.window_height = 512;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/point-sprite.c b/tests/bugs/point-sprite.c
> index 1f1b0a4..2382c46 100644
> --- a/tests/bugs/point-sprite.c
> +++ b/tests/bugs/point-sprite.c
> @@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 1+((BOX_SIZE+1)*TEST_COLS);
>   	config.window_height = 1+((BOX_SIZE+1)*TEST_ROWS);
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/r300-readcache.c b/tests/bugs/r300-readcache.c
> index fc6f3b0..548cd51 100644
> --- a/tests/bugs/r300-readcache.c
> +++ b/tests/bugs/r300-readcache.c
> @@ -22,6 +22,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/tex1d-2dborder.c b/tests/bugs/tex1d-2dborder.c
> index 5b62633..a83ba04 100644
> --- a/tests/bugs/tex1d-2dborder.c
> +++ b/tests/bugs/tex1d-2dborder.c
> @@ -39,6 +39,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 256;
>   	config.window_height = 128;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/tri-tex-crash.c b/tests/bugs/tri-tex-crash.c
> index 0739fb3..717f066 100644
> --- a/tests/bugs/tri-tex-crash.c
> +++ b/tests/bugs/tri-tex-crash.c
> @@ -37,6 +37,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 400;
>   	config.window_height = 400;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/bugs/vbo-buffer-unmap.c b/tests/bugs/vbo-buffer-unmap.c
> index ab64bd8..674bc94 100644
> --- a/tests/bugs/vbo-buffer-unmap.c
> +++ b/tests/bugs/vbo-buffer-unmap.c
> @@ -37,6 +37,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGB;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> 


More information about the Piglit mailing list