[Piglit] [PATCH 1/2] arb_program_interface_query: GetProgramResourceIndex test

Ilia Mirkin imirkin at alum.mit.edu
Fri Feb 27 08:36:27 PST 2015


On Fri, Feb 27, 2015 at 4:32 AM, Tapani Pälli <tapani.palli at intel.com> wrote:
> diff --git a/tests/all.py b/tests/all.py
> index 8b9426a..d19b20a 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -2049,6 +2049,7 @@ for test_type in ('shader', 'api'):
>
>  arb_program_interface_query = spec['ARB_program_interface_query']
>  add_plain_test(arb_program_interface_query, ['arb_program_interface_query-resource-location'])
> +add_plain_test(arb_program_interface_query, ['arb_program_interface_query-resource-index'])

And one other thing -- these should probably both be
add_concurrent_test (unless Dylan has redone things to make concurrent
default already).


More information about the Piglit mailing list