From 03f67f2edab150d6e6f82928a5be1ffc8e26e36e Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sun, 23 May 2010 04:04:05 +0200 Subject: dissabled CLGL test since there is currently no way to relyable determine if GLCL obj sharing is supported. --- test/com/jogamp/opencl/gl/CLGLTest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java index c91ac439..4c4b0378 100644 --- a/test/com/jogamp/opencl/gl/CLGLTest.java +++ b/test/com/jogamp/opencl/gl/CLGLTest.java @@ -17,6 +17,7 @@ import javax.media.opengl.GLProfile; import org.junit.AfterClass; import org.junit.BeforeClass; import javax.media.opengl.GLContext; +import org.junit.Assume; import org.junit.Test; import static org.junit.Assert.*; @@ -30,7 +31,7 @@ public class CLGLTest { private static GLContext glcontext; - @BeforeClass +// @BeforeClass public static void init() { Display display = NewtFactory.createDisplay(null); // local display @@ -59,9 +60,9 @@ public class CLGLTest { } } - @Test +// @Test public void createContextTest() { - + out.println(" - - - glcl; createContextTest - - - "); CLDevice[] devices = CLPlatform.getDefault().listCLDevices(); -- cgit v1.2.3