[Piglit] [PATCH] clearbuffer-display-lists: Turn off concurrent.

Anuj Phogat anuj.phogat at gmail.com
Wed Feb 8 16:16:30 PST 2012


On Wed 08 Feb 2012 02:41:44 PM PST, Eric Anholt wrote:
> The concurrent flag makes the test render into an FBO, and the FBO
> doesn't have GL_BACK, so the intended clears never happen and the test
> always fails.
> ---
>  tests/all.tests |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/all.tests b/tests/all.tests
> index 3424578..7818adb 100644
> --- a/tests/all.tests
> +++ b/tests/all.tests
> @@ -838,7 +838,7 @@ add_concurrent_test(gl30, 'bindfragdata-link-error')
>  add_concurrent_test(gl30, 'bindfragdata-nonexistent-variable')
>  add_concurrent_test(gl30, 'clearbuffer-depth')
>  add_concurrent_test(gl30, 'clearbuffer-depth-stencil')
> -add_concurrent_test(gl30, 'clearbuffer-display-lists')
> +add_plain_test(gl30, 'clearbuffer-display-lists')
>  add_concurrent_test(gl30, 'clearbuffer-invalid-drawbuffer')
>  add_concurrent_test(gl30, 'clearbuffer-invalid-buffer')
>  add_concurrent_test(gl30, 'clearbuffer-mixed-format')

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>


More information about the Piglit mailing list