Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/Android.mk: add gem_fence_upload excluded tests
@ 2014-11-18 15:03 tim.gore
  2014-11-18 15:19 ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: tim.gore @ 2014-11-18 15:03 UTC (permalink / raw)
  To: intel-gfx

From: Tim Gore <tim.gore@intel.com>

gem_fence_upload implements some performance measurements,
but fails on both android and linux systems and does not
generally seem to be a usefull test, so exclude it.

Signed-off-by: Tim Gore <tim.gore@intel.com>
---
 tests/Android.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/Android.mk b/tests/Android.mk
index 519852a..230d709 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -31,6 +31,9 @@ skip_tests_list :=
 skip_tests_list += testdisplay        # needs glib.h
 skip_tests_list += pm_rpm
 
+# some tests are rusty
+skip_tests_list += gem_fence_upload
+
 # set local compilation flags for IGT tests
 IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG
 IGT_LOCAL_CFLAGS += -include "check-ndebug.h" -std=c99
-- 
2.1.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/Android.mk: add gem_fence_upload excluded tests
  2014-11-18 15:03 [PATCH] tests/Android.mk: add gem_fence_upload excluded tests tim.gore
@ 2014-11-18 15:19 ` Daniel Vetter
  2014-11-19  8:14   ` Chris Wilson
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2014-11-18 15:19 UTC (permalink / raw)
  To: tim.gore; +Cc: intel-gfx

On Tue, Nov 18, 2014 at 03:03:28PM +0000, tim.gore@intel.com wrote:
> From: Tim Gore <tim.gore@intel.com>
> 
> gem_fence_upload implements some performance measurements,
> but fails on both android and linux systems and does not
> generally seem to be a usefull test, so exclude it.
> 
> Signed-off-by: Tim Gore <tim.gore@intel.com>

Nack. Just because the test tests something that doesn't yet work doesn't
mean we should skip it by default.

And if you need skip lists because of your validation process then that
should be managed within your test environment, preferrably per-platform.
-Daniel

> ---
>  tests/Android.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/Android.mk b/tests/Android.mk
> index 519852a..230d709 100644
> --- a/tests/Android.mk
> +++ b/tests/Android.mk
> @@ -31,6 +31,9 @@ skip_tests_list :=
>  skip_tests_list += testdisplay        # needs glib.h
>  skip_tests_list += pm_rpm
>  
> +# some tests are rusty
> +skip_tests_list += gem_fence_upload
> +
>  # set local compilation flags for IGT tests
>  IGT_LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM -DANDROID -UNDEBUG
>  IGT_LOCAL_CFLAGS += -include "check-ndebug.h" -std=c99
> -- 
> 2.1.3
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tests/Android.mk: add gem_fence_upload excluded tests
  2014-11-18 15:19 ` Daniel Vetter
@ 2014-11-19  8:14   ` Chris Wilson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Wilson @ 2014-11-19  8:14 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: intel-gfx

On Tue, Nov 18, 2014 at 04:19:05PM +0100, Daniel Vetter wrote:
> On Tue, Nov 18, 2014 at 03:03:28PM +0000, tim.gore@intel.com wrote:
> > From: Tim Gore <tim.gore@intel.com>
> > 
> > gem_fence_upload implements some performance measurements,
> > but fails on both android and linux systems and does not
> > generally seem to be a usefull test, so exclude it.
> > 
> > Signed-off-by: Tim Gore <tim.gore@intel.com>
> 
> Nack. Just because the test tests something that doesn't yet work doesn't
> mean we should skip it by default.

Especially since it is a testcase that we were specifically asked to
improve...
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-19  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 15:03 [PATCH] tests/Android.mk: add gem_fence_upload excluded tests tim.gore
2014-11-18 15:19 ` Daniel Vetter
2014-11-19  8:14   ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox