efl tests - ecore fb - disable as it basically is more pain than gain
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 22 Oct 2015 10:19:50 +0000 (19:19 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 22 Oct 2015 10:19:50 +0000 (19:19 +0900)
this means make check is more useful to people.

src/tests/ecore/ecore_test_ecore_fb.c

index 3544523f894bac7bdb73ee3ae86cdf943dac20be..ee5bbb15345825baff2dea340be61fa34b5f1b08 100644 (file)
 
 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