raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b1600b2daa0d5de62b5f738d7845fd512aa6bfba

commit b1600b2daa0d5de62b5f738d7845fd512aa6bfba
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Oct 22 19:19:50 2015 +0900

    efl tests - ecore fb - disable as it basically is more pain than gain
    
    this means make check is more useful to people.
---
 src/tests/ecore/ecore_test_ecore_fb.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/tests/ecore/ecore_test_ecore_fb.c 
b/src/tests/ecore/ecore_test_ecore_fb.c
index 3544523..ee5bbb1 100644
--- a/src/tests/ecore/ecore_test_ecore_fb.c
+++ b/src/tests/ecore/ecore_test_ecore_fb.c
@@ -13,6 +13,12 @@
 
 START_TEST(ecore_test_ecore_fb_init)
 {
+// SKIP fb test as all it tests is init and shutdown and nothing else
+// and these require basically a linux box with root or special
+// permission access etc. etc. which prety much will NOt be the case
+// on any build machine runing make check - so de-noise the tests
+// so we can focus on the rest that should work
+/*
    int ret, i, j;
 
    for (i = 1; i <= MAX_ITER; i++)
@@ -28,6 +34,7 @@ START_TEST(ecore_test_ecore_fb_init)
         fprintf(stderr, "Deleted %d ecore fb instance.\n", MAX_ITER - j);
         fail_if(ret != j);
      }
+ */
 }
 END_TEST
 

-- 


Reply via email to