[Piglit] [PATCH v2] ext_disjoint_timer_query-simple: basic API test

Tapani Pälli tapani.palli at intel.com
Mon Dec 11 05:34:21 UTC 2017



On 12/08/2017 11:30 PM, Eric Anholt wrote:
> Tapani Pälli <tapani.palli at intel.com> writes:
> 
>> v2: cleanup code, remove some GL_NO_ERROR checks
>>      add to all.py (Eric)
>>
>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> 
>> diff --git a/tests/all.py b/tests/all.py
>> index 0c99bff0e..4e41aebdd 100644
>> --- a/tests/all.py
>> +++ b/tests/all.py
>> @@ -3295,6 +3295,11 @@ with profile.test_list.group_manager(
>>           grouptools.join('spec', 'oes_required_internalformat')) as g:
>>       g(['oes_required_internalformat-renderbuffer'], 'renderbuffer')
>>   
>> +with profile.test_list.group_manager(
>> +        PiglitGLTest,
>> +        grouptools.join('spec', 'ext_disjoint_timer_query')) as g:
>> +    g(['ext_disjoint_timer_query-simple'], 'query')
> 
> Can we s/'query'/'simple'/ to match the binary's name?  With that fixed,
> 
> Reviewed-by: Eric Anholt <eric at anholt.net>
> 

Sure will change that. Thank you for the review Eric;

// Tapani


More information about the Piglit mailing list