diff options
author | Michael Bien <[email protected]> | 2010-05-23 04:04:05 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-05-23 04:04:05 +0200 |
commit | 03f67f2edab150d6e6f82928a5be1ffc8e26e36e (patch) | |
tree | e83a4b0457eff8794740a206ae3b2ab491e1ee94 /test/com/jogamp/opencl | |
parent | 1cda3140949b43c01dc2fe3cfc632fd05904669d (diff) |
dissabled CLGL test since there is currently no way to relyable determine if GLCL obj sharing is supported.
Diffstat (limited to 'test/com/jogamp/opencl')
-rw-r--r-- | test/com/jogamp/opencl/gl/CLGLTest.java | 7 |
1 files changed, 4 insertions, 3 deletions
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(); |