aboutsummaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/gl/CLGLTest.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-05-10 01:32:15 +0200
committerSven Gothel <[email protected]>2014-05-10 01:32:15 +0200
commita503ff720300362e68fd2868f2e87d731492bc46 (patch)
tree405cb544a6e639d44a0566f6b0df4faf3ae36b60 /test/com/jogamp/opencl/gl/CLGLTest.java
parentf0620f1ae26a5cbdf55c9671de12f460fde179c4 (diff)
Bug 978: Promote whether a test shall fail due to unavailable CL driver in base UITest class.
Diffstat (limited to 'test/com/jogamp/opencl/gl/CLGLTest.java')
-rw-r--r--test/com/jogamp/opencl/gl/CLGLTest.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/com/jogamp/opencl/gl/CLGLTest.java b/test/com/jogamp/opencl/gl/CLGLTest.java
index b5d85690..2ad31aa3 100644
--- a/test/com/jogamp/opencl/gl/CLGLTest.java
+++ b/test/com/jogamp/opencl/gl/CLGLTest.java
@@ -108,8 +108,6 @@ public class CLGLTest extends UITestCase {
public void createContextTest() {
out.println(" - - - glcl; createContextTest - - - ");
- if(MiscUtils.isOpenCLUnavailable())
- return;
initGL();
@@ -154,8 +152,6 @@ public class CLGLTest extends UITestCase {
public void vboSharing() {
out.println(" - - - glcl; vboSharing - - - ");
- if(MiscUtils.isOpenCLUnavailable())
- return;
initGL();
makeGLCurrent();