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

Tapani Pälli tapani.palli at intel.com
Sun Mar 1 21:45:15 PST 2015



On 02/27/2015 06:36 PM, Ilia Mirkin wrote:
> 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).
>

Right, will change these concurrent,

// Tapani


More information about the Piglit mailing list