From: Tim Gore <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
