[gegl] tests: disable tests/opencl - they are failing



commit b5d799eb9d454d598ba417f65b334c52363daaa9
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Feb 26 10:28:12 2013 +0700

    tests: disable tests/opencl - they are failing
    
    The OpenCL tests seems like a duplicate of the compositions tests, opencl and
    cpu code should produce identical results; anything else is a failure - for
    testing opencl it would be better to rig the composition tests to run twice
    once with opencl enabled and once with opencl disabled.
    
    Ideally we would want to be using the built in sample compositions of
    operations that produce the gallery of operations for testing as well, and
    get rid of the quite manual procedures involved in adding new tests to the
    current framework.

 configure.ac      |    1 -
 tests/Makefile.am |    5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 148bf95..c132b0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1117,7 +1117,6 @@ tests/python/Makefile
 tests/simple/Makefile
 tests/xml/Makefile
 tests/xml/data/Makefile
-tests/opencl/Makefile
 po/Makefile.in
 gegl-uninstalled.pc
 opencl/Makefile
diff --git a/tests/Makefile.am b/tests/Makefile.am
index baa321d..dc8f520 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,5 +4,6 @@ SUBDIRS = \
        compositions \
        simple \
        xml \
-       python \
-       opencl
+       python 
+
+#opencl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]