public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] intel-gpu-tools: Skip kms_fence_pin_leak if no cairo
@ 2014-05-15  9:25 tim.gore
  2014-05-15 12:47 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: tim.gore @ 2014-05-15  9:25 UTC (permalink / raw)
  To: intel-gfx

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

The kms_fence_pin_leak test uses igt_kms.c which in turn
uses cairo. So in Android.mk add this test to the skip list
if we dont have cairo

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

diff --git a/tests/Android.mk b/tests/Android.mk
index ad61ab8..1cda9a5 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -67,7 +67,8 @@ else
     kms_fbc_crc \
     kms_setmode \
     gem_render_copy \
-    pm_lpsp
+    pm_lpsp \
+    kms_fence_pin_leak
     IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
 endif
 
-- 
1.9.2

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

end of thread, other threads:[~2014-05-15 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  9:25 [PATCH] intel-gpu-tools: Skip kms_fence_pin_leak if no cairo tim.gore
2014-05-15 12:47 ` Daniel Vetter

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