[Piglit] [PATCH 2/3] Merge quick-driver.tests to quick.tests

Dylan Baker baker.dylan.c at gmail.com
Tue Sep 17 08:46:01 PDT 2013


On Monday 16 September 2013 20:08:34 Marek Olšák wrote:
> ---
>  tests/quick-driver.tests | 14 --------------
>  tests/quick.tests        |  6 ++++++
>  2 files changed, 6 insertions(+), 14 deletions(-)
>  delete mode 100644 tests/quick-driver.tests
> 
> diff --git a/tests/quick-driver.tests b/tests/quick-driver.tests
> deleted file mode 100644
> index f7c1a0f..0000000
> --- a/tests/quick-driver.tests
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -# -*- coding: utf-8 -*-
> -
> -import os.path
> -
> -global profile
> -
> -execfile(os.path.dirname(__file__) + '/quick.tests')
> -
> -# These take too long
> -del profile.tests['shaders']['glsl-fs-inline-explosion']
> -del profile.tests['shaders']['glsl-fs-unroll-explosion']
> -del profile.tests['shaders']['glsl-vs-inline-explosion']
> -del profile.tests['shaders']['glsl-vs-unroll-explosion']
> -del profile.tests['spec']['!OpenGL 1.1']['streaming-texture-leak']
> diff --git a/tests/quick.tests b/tests/quick.tests
> index 58c5d41..f840da8 100644
> --- a/tests/quick.tests
> +++ b/tests/quick.tests
> @@ -11,3 +11,9 @@ from framework.gleantest import GleanTest
>  GleanTest.globalParams += [ "--quick" ]
> 
>  execfile(os.path.dirname(__file__) + '/all.tests')
> +
> +# These take too long
> +del profile.tests['shaders']['glsl-fs-inline-explosion']
> +del profile.tests['shaders']['glsl-fs-unroll-explosion']
> +del profile.tests['shaders']['glsl-vs-inline-explosion']
> +del profile.tests['shaders']['glsl-vs-unroll-explosion']

Could you provide some rational for this change?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130917/edacb176/attachment.pgp>


More information about the Piglit mailing list