[Piglit] [PATCH] gl-1.0: set KHR_no_error support for remaining gl-1.0 tests

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


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

On 06/29/2017 08:07 AM, Timothy Arceri wrote:
> ---
>   tests/spec/gl-1.0/blend.c                           |  1 +
>   tests/spec/gl-1.0/dlist-bitmap.c                    |  1 +
>   tests/spec/gl-1.0/dlist-shademodel.c                |  1 +
>   tests/spec/gl-1.0/drawpixels-color-index.c          |  1 +
>   tests/spec/gl-1.0/edgeflag-const.c                  |  1 +
>   tests/spec/gl-1.0/edgeflag-quads.c                  |  1 +
>   tests/spec/gl-1.0/edgeflag.c                        |  1 +
>   tests/spec/gl-1.0/fpexceptions.c                    |  1 +
>   tests/spec/gl-1.0/front-invalidate-back.c           |  1 +
>   tests/spec/gl-1.0/logicop.c                         |  1 +
>   tests/spec/gl-1.0/long-dlist.c                      |  1 +
>   tests/spec/gl-1.0/no-op-paths.c                     | 15 ++++++++++-----
>   tests/spec/gl-1.0/orthpos.c                         |  1 +
>   tests/spec/gl-1.0/polygon-line-aa.c                 |  1 +
>   tests/spec/gl-1.0/push-no-attribs.c                 |  1 +
>   tests/spec/gl-1.0/rastercolor.c                     |  1 +
>   tests/spec/gl-1.0/readpix.c                         |  1 +
>   tests/spec/gl-1.0/readpixels-oob.c                  |  1 +
>   tests/spec/gl-1.0/scissor-bitmap.c                  |  1 +
>   tests/spec/gl-1.0/scissor-clear.c                   |  1 +
>   tests/spec/gl-1.0/scissor-copypixels.c              |  1 +
>   tests/spec/gl-1.0/scissor-depth-clear-negative-xy.c |  1 +
>   tests/spec/gl-1.0/scissor-depth-clear.c             |  1 +
>   tests/spec/gl-1.0/scissor-many.c                    |  1 +
>   tests/spec/gl-1.0/scissor-offscreen.c               |  1 +
>   tests/spec/gl-1.0/scissor-polygon.c                 |  1 +
>   tests/spec/gl-1.0/scissor-stencil-clear.c           |  1 +
>   tests/spec/gl-1.0/simple-readbuffer.c               |  1 +
>   tests/spec/gl-1.0/spot-light.c                      |  1 +
>   tests/spec/gl-1.0/swapbuffers-behavior.c            |  1 +
>   30 files changed, 39 insertions(+), 5 deletions(-)
> 
> diff --git a/tests/spec/gl-1.0/blend.c b/tests/spec/gl-1.0/blend.c
> index 68f3fc4..c1796a5 100644
> --- a/tests/spec/gl-1.0/blend.c
> +++ b/tests/spec/gl-1.0/blend.c
> @@ -80,6 +80,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>   		PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/dlist-bitmap.c b/tests/spec/gl-1.0/dlist-bitmap.c
> index 203a9d9..512fde7 100644
> --- a/tests/spec/gl-1.0/dlist-bitmap.c
> +++ b/tests/spec/gl-1.0/dlist-bitmap.c
> @@ -36,6 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
>   	config.window_width = 900;
>   	config.window_height = 300;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/dlist-shademodel.c b/tests/spec/gl-1.0/dlist-shademodel.c
> index 1be193f..9af4072 100644
> --- a/tests/spec/gl-1.0/dlist-shademodel.c
> +++ b/tests/spec/gl-1.0/dlist-shademodel.c
> @@ -34,6 +34,7 @@
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/drawpixels-color-index.c b/tests/spec/gl-1.0/drawpixels-color-index.c
> index b9572a5..275d022 100644
> --- a/tests/spec/gl-1.0/drawpixels-color-index.c
> +++ b/tests/spec/gl-1.0/drawpixels-color-index.c
> @@ -33,6 +33,7 @@
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/edgeflag-const.c b/tests/spec/gl-1.0/edgeflag-const.c
> index e3ea927..60fc00d 100644
> --- a/tests/spec/gl-1.0/edgeflag-const.c
> +++ b/tests/spec/gl-1.0/edgeflag-const.c
> @@ -28,6 +28,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/edgeflag-quads.c b/tests/spec/gl-1.0/edgeflag-quads.c
> index dd8d4a2..0b0285f 100644
> --- a/tests/spec/gl-1.0/edgeflag-quads.c
> +++ b/tests/spec/gl-1.0/edgeflag-quads.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_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/edgeflag.c b/tests/spec/gl-1.0/edgeflag.c
> index bd9845c..c9cfc77 100644
> --- a/tests/spec/gl-1.0/edgeflag.c
> +++ b/tests/spec/gl-1.0/edgeflag.c
> @@ -33,6 +33,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/fpexceptions.c b/tests/spec/gl-1.0/fpexceptions.c
> index bee6258..87f9b91 100644
> --- a/tests/spec/gl-1.0/fpexceptions.c
> +++ b/tests/spec/gl-1.0/fpexceptions.c
> @@ -48,6 +48,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>   		PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/front-invalidate-back.c b/tests/spec/gl-1.0/front-invalidate-back.c
> index cdfb8e7..5932a63 100644
> --- a/tests/spec/gl-1.0/front-invalidate-back.c
> +++ b/tests/spec/gl-1.0/front-invalidate-back.c
> @@ -44,6 +44,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.requires_displayed_window = true;
>   	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/spec/gl-1.0/logicop.c b/tests/spec/gl-1.0/logicop.c
> index aa484ef..9ff80be 100644
> --- a/tests/spec/gl-1.0/logicop.c
> +++ b/tests/spec/gl-1.0/logicop.c
> @@ -50,6 +50,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>   		PIGLIT_GL_VISUAL_DOUBLE;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/long-dlist.c b/tests/spec/gl-1.0/long-dlist.c
> index f8b86fa..004c6cf 100644
> --- a/tests/spec/gl-1.0/long-dlist.c
> +++ b/tests/spec/gl-1.0/long-dlist.c
> @@ -33,6 +33,7 @@
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/no-op-paths.c b/tests/spec/gl-1.0/no-op-paths.c
> index 991e234..4576f35 100644
> --- a/tests/spec/gl-1.0/no-op-paths.c
> +++ b/tests/spec/gl-1.0/no-op-paths.c
> @@ -48,13 +48,18 @@
>   
>   #include "piglit-util-gl.h"
>   
> -PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_compat_version = 10;
> +PIGLIT_GL_TEST_CONFIG_BEGIN
>   
> -config.window_visual = PIGLIT_GL_VISUAL_RGBA |
> -	PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH |
> -	PIGLIT_GL_VISUAL_STENCIL;
> +	config.supports_gl_compat_version = 10;
>   
> -PIGLIT_GL_TEST_CONFIG_END enum path
> +	config.window_visual = PIGLIT_GL_VISUAL_RGBA |
> +		PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH |
> +		PIGLIT_GL_VISUAL_STENCIL;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
> +
> +PIGLIT_GL_TEST_CONFIG_END
> +
> +enum path
>   {
>   	ALPHA,
>   	BLEND,
> diff --git a/tests/spec/gl-1.0/orthpos.c b/tests/spec/gl-1.0/orthpos.c
> index daf912c..4ac307f 100644
> --- a/tests/spec/gl-1.0/orthpos.c
> +++ b/tests/spec/gl-1.0/orthpos.c
> @@ -52,6 +52,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	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/spec/gl-1.0/polygon-line-aa.c b/tests/spec/gl-1.0/polygon-line-aa.c
> index 88262c6..4f3540b 100644
> --- a/tests/spec/gl-1.0/polygon-line-aa.c
> +++ b/tests/spec/gl-1.0/polygon-line-aa.c
> @@ -40,6 +40,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>      config.supports_gl_compat_version = 10;
>      config.window_visual = PIGLIT_GL_VISUAL_RGBA;
> +   config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/push-no-attribs.c b/tests/spec/gl-1.0/push-no-attribs.c
> index 9d02ffe..a60f48f 100644
> --- a/tests/spec/gl-1.0/push-no-attribs.c
> +++ b/tests/spec/gl-1.0/push-no-attribs.c
> @@ -30,6 +30,7 @@
>   
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/rastercolor.c b/tests/spec/gl-1.0/rastercolor.c
> index 21485d9..37b75f3 100644
> --- a/tests/spec/gl-1.0/rastercolor.c
> +++ b/tests/spec/gl-1.0/rastercolor.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_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/readpix.c b/tests/spec/gl-1.0/readpix.c
> index a2822b4..f25448f 100644
> --- a/tests/spec/gl-1.0/readpix.c
> +++ b/tests/spec/gl-1.0/readpix.c
> @@ -59,6 +59,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>   		PIGLIT_GL_VISUAL_DOUBLE |
>   		PIGLIT_GL_VISUAL_STENCIL | PIGLIT_GL_VISUAL_DEPTH;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/readpixels-oob.c b/tests/spec/gl-1.0/readpixels-oob.c
> index 9d99366..232a343 100644
> --- a/tests/spec/gl-1.0/readpixels-oob.c
> +++ b/tests/spec/gl-1.0/readpixels-oob.c
> @@ -45,6 +45,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   
>   PIGLIT_GL_TEST_CONFIG_END
>   
> diff --git a/tests/spec/gl-1.0/scissor-bitmap.c b/tests/spec/gl-1.0/scissor-bitmap.c
> index b200bf2..463d40e 100644
> --- a/tests/spec/gl-1.0/scissor-bitmap.c
> +++ b/tests/spec/gl-1.0/scissor-bitmap.c
> @@ -40,6 +40,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.window_width = 400;
>   	config.window_height = 400;
>   	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/spec/gl-1.0/scissor-clear.c b/tests/spec/gl-1.0/scissor-clear.c
> index dbc5c0a..ca7829e 100644
> --- a/tests/spec/gl-1.0/scissor-clear.c
> +++ b/tests/spec/gl-1.0/scissor-clear.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
>   
> diff --git a/tests/spec/gl-1.0/scissor-copypixels.c b/tests/spec/gl-1.0/scissor-copypixels.c
> index 74da945..e615d8d 100644
> --- a/tests/spec/gl-1.0/scissor-copypixels.c
> +++ b/tests/spec/gl-1.0/scissor-copypixels.c
> @@ -37,6 +37,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	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/spec/gl-1.0/scissor-depth-clear-negative-xy.c b/tests/spec/gl-1.0/scissor-depth-clear-negative-xy.c
> index e481ff9..7ddc725 100644
> --- a/tests/spec/gl-1.0/scissor-depth-clear-negative-xy.c
> +++ b/tests/spec/gl-1.0/scissor-depth-clear-negative-xy.c
> @@ -39,6 +39,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/spec/gl-1.0/scissor-depth-clear.c b/tests/spec/gl-1.0/scissor-depth-clear.c
> index 4bd17ea..52247c6 100644
> --- a/tests/spec/gl-1.0/scissor-depth-clear.c
> +++ b/tests/spec/gl-1.0/scissor-depth-clear.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 | 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/spec/gl-1.0/scissor-many.c b/tests/spec/gl-1.0/scissor-many.c
> index 14762e3..7c3f939 100644
> --- a/tests/spec/gl-1.0/scissor-many.c
> +++ b/tests/spec/gl-1.0/scissor-many.c
> @@ -40,6 +40,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/spec/gl-1.0/scissor-offscreen.c b/tests/spec/gl-1.0/scissor-offscreen.c
> index 8f96180..fe3498d 100644
> --- a/tests/spec/gl-1.0/scissor-offscreen.c
> +++ b/tests/spec/gl-1.0/scissor-offscreen.c
> @@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	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/spec/gl-1.0/scissor-polygon.c b/tests/spec/gl-1.0/scissor-polygon.c
> index 8ba3bbc..1306fca 100644
> --- a/tests/spec/gl-1.0/scissor-polygon.c
> +++ b/tests/spec/gl-1.0/scissor-polygon.c
> @@ -34,6 +34,7 @@
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> diff --git a/tests/spec/gl-1.0/scissor-stencil-clear.c b/tests/spec/gl-1.0/scissor-stencil-clear.c
> index 767020f..a4ad394 100644
> --- a/tests/spec/gl-1.0/scissor-stencil-clear.c
> +++ b/tests/spec/gl-1.0/scissor-stencil-clear.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 | 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/spec/gl-1.0/simple-readbuffer.c b/tests/spec/gl-1.0/simple-readbuffer.c
> index 4a5519b..b67a286 100644
> --- a/tests/spec/gl-1.0/simple-readbuffer.c
> +++ b/tests/spec/gl-1.0/simple-readbuffer.c
> @@ -31,6 +31,7 @@
>   PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	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/spec/gl-1.0/spot-light.c b/tests/spec/gl-1.0/spot-light.c
> index e0b2e4c..530d69c 100644
> --- a/tests/spec/gl-1.0/spot-light.c
> +++ b/tests/spec/gl-1.0/spot-light.c
> @@ -38,6 +38,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   
>   	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/spec/gl-1.0/swapbuffers-behavior.c b/tests/spec/gl-1.0/swapbuffers-behavior.c
> index 8d20bad..54975db 100644
> --- a/tests/spec/gl-1.0/swapbuffers-behavior.c
> +++ b/tests/spec/gl-1.0/swapbuffers-behavior.c
> @@ -36,6 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
>   	config.supports_gl_compat_version = 10;
>   	config.window_visual = PIGLIT_GL_VISUAL_RGBA | PIGLIT_GL_VISUAL_DOUBLE;
>   	config.requires_displayed_window = true;
> +	config.khr_no_error_support = PIGLIT_NO_ERRORS;
>   PIGLIT_GL_TEST_CONFIG_END
>   
>   
> 


More information about the Piglit mailing list