[Piglit] [PATCH v2] Remove ARB_timer_query / EXT_timer_query from quick.py

Dylan Baker baker.dylan.c at gmail.com
Tue Nov 18 10:42:19 PST 2014


I'm not an authority on the subject, but for what it's worth you have my
rb.

Reviewed-by: Dylan Baker <dylanx.c.baker at intel.com>

On Tuesday, November 18, 2014 10:39:26 AM Mark Janes wrote:
> EXT_timer_query and ARB_timer_query tests fail intermittently, causing
> confusion for developers running quick.py to find regressions.  These
> tests have always been intermittent, and people generally know to
> ignore them when they fail.
> 
> However, if everyone ignores a test, there is no point in running it
> all the time.
> ---
>  tests/quick.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/quick.py b/tests/quick.py
> index 8762d7d..0856f75 100644
> --- a/tests/quick.py
> +++ b/tests/quick.py
> @@ -12,3 +12,5 @@ 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']['EXT_timer_query']
> +del profile.tests['spec']['ARB_timer_query']
> -- 
> 2.1.3
> 
-------------- 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/20141118/00eaf12d/attachment.sig>


More information about the Piglit mailing list