[Intel-gfx] [PATCH] tests/Android.mk: add gem_fence_upload excluded tests
tim.gore at intel.com
tim.gore at intel.com
Tue Nov 18 16:03:28 CET 2014
From: Tim Gore <tim.gore at 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 at 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
More information about the Intel-gfx
mailing list