[Piglit] [PATCH 4/9] tests/all.py: add arb_copy_image-api_errors
Albert Freeman
albertwdfreeman at gmail.com
Thu Sep 10 09:38:57 PDT 2015
Reviewed-by: Albert Freeman <albertwdfreeman at gmail.com>
On 2 September 2015 at 19:51, Dylan Baker <baker.dylan.c at gmail.com> wrote:
> This was never added to all.py, and was detected by my check.py script.
>
> This fails on i965 against mesa master
>
> cc: Jason Ekstrand <jason.ekstrand at intel.com>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
> tests/all.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/all.py b/tests/all.py
> index e09261e..0e22d5d 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -3701,6 +3701,7 @@ with profile.group_manager(
> g(['arb_copy_image-simple', '--rb-to-tex'])
> g(['arb_copy_image-simple', '--rb-to-rb'])
> g(['arb_copy_image-srgb-copy'])
> + g(['arb_copy_image-api_errors'])
> g(['arb_copy_image-targets', 'GL_TEXTURE_1D', '32', '1', '1',
> 'GL_TEXTURE_1D', '32', '1', '1', '11', '0', '0', '5', '0', '0', '14',
> '1', '1'])
> --
> 2.5.1
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list