[Piglit] [PATCH] tests/gpu: actually make it be a subset of the quick tests

Ilia Mirkin imirkin at alum.mit.edu
Wed Jan 15 09:42:51 PST 2014


On Wed, Jan 15, 2014 at 10:55 AM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> On 01/15/2014 02:28 AM, Ilia Mirkin wrote:
>> Commit 12cf501da67 (tests/gpu.py: Don't use execfile) accidentally
>> switched from execfile'ing quick.py to importing tests.all. Change this
>> to import tests.quick.
>>
>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
>> ---
>>  tests/gpu.py | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/gpu.py b/tests/gpu.py
>> index 06138fc..d7690ae 100644
>> --- a/tests/gpu.py
>> +++ b/tests/gpu.py
>> @@ -2,7 +2,7 @@
>>
>>  # quick.tests minus compiler tests.
>>
>> -from tests.all import profile
>> +from tests.quick import profile
>>  from framework.glsl_parser_test import GLSLParserTest
>>
>>  __all__ = ['profile']
>>
>
> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

Thanks! I don't have commit access, so could I get you (or someone
else) to check this in?


More information about the Piglit mailing list