[Piglit] [PATCH 2/2] Add quick_glcl test profile

Dylan Baker baker.dylan.c at gmail.com
Fri Jan 23 11:20:16 PST 2015


I'm against this, you can already pass multiple profiles to piglit to
run at the same time:
./piglit run gpu quick_cl output

On Friday, January 23, 2015 12:54:59 Tom Stellard wrote:
> The combines the gpu and quick_cl test profiles.
> ---
>  tests/quick_glcl.py | 6 ++++++
>  1 file changed, 6 insertions(+)
>  create mode 100644 tests/quick_glcl.py
> 
> diff --git a/tests/quick_glcl.py b/tests/quick_glcl.py
> new file mode 100644
> index 0000000..1ee2733
> --- /dev/null
> +++ b/tests/quick_glcl.py
> @@ -0,0 +1,6 @@
> +
> +import tests.gpu
> +import tests.quick_cl
> +
> +profile = tests.gpu.profile
> +profile.tests = dict(profile.tests.items() + tests.quick_cl.profile.tests.items())
> -- 
> 1.8.5.5
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150123/028f8dac/attachment.sig>


More information about the Piglit mailing list