[Piglit] [PATCH] all.py: Fix two tests being assigned the same name

Laura Ekstrand laura at jlekstrand.net
Tue Mar 3 13:26:47 PST 2015


Acked-by: Laura Ekstrand <laura at jlekstrand.net>

On Tue, Mar 3, 2015 at 1:26 PM, Laura Ekstrand <laura at jlekstrand.net> wrote:

> Oops, I didn't know exactly how the naming worked.  Thanks for finding
> this and fixing it!
>
> On Tue, Mar 3, 2015 at 11:10 AM, Dylan Baker <baker.dylan.c at gmail.com>
> wrote:
>
>> commit 36b63cbbe7 fixed the execution of two tests, but didn't fix the
>> fact that two tests are stored with the same name, thereby replacing the
>> first with the second. This corrects that.
>>
>> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
>> ---
>>  tests/all.py | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/all.py b/tests/all.py
>> index 9284f89..5f172a7 100644
>> --- a/tests/all.py
>> +++ b/tests/all.py
>> @@ -4013,7 +4013,7 @@
>> spec['ARB_direct_state_access']['copytexturesubimage'] =
>> PiglitGLTest(['arb_dire
>>  spec['ARB_direct_state_access']['texture-errors'] =
>> PiglitGLTest(['arb_direct_state_access-texture-errors'],
>> run_concurrent=True)
>>  spec['ARB_direct_state_access']['get-textures'] =
>> PiglitGLTest(['arb_direct_state_access-get-textures'], run_concurrent=True)
>>  spec['ARB_direct_state_access']['gettextureimage-formats'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-formats'],
>> run_concurrent=True)
>> -spec['ARB_direct_state_access']['gettextureimage-formats'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-formats',
>> 'init-by-rendering'], run_concurrent=True)
>> +spec['ARB_direct_state_access']['gettextureimage-formats
>> init-by-rendering'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-formats',
>> 'init-by-rendering'], run_concurrent=True)
>>  spec['ARB_direct_state_access']['gettextureimage-luminance'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-luminance'],
>> run_concurrent=True)
>>  spec['ARB_direct_state_access']['gettextureimage-simple'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-simple'],
>> run_concurrent=True)
>>  spec['ARB_direct_state_access']['gettextureimage-targets'] =
>> PiglitGLTest(['arb_direct_state_access-gettextureimage-targets'],
>> run_concurrent=True)
>> --
>> 2.3.1
>>
>> _______________________________________________
>> Piglit mailing list
>> Piglit at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/piglit
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150303/46184e06/attachment.html>


More information about the Piglit mailing list