diff options
author | Sven Gothel <[email protected]> | 2014-05-10 01:32:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-10 01:32:15 +0200 |
commit | a503ff720300362e68fd2868f2e87d731492bc46 (patch) | |
tree | 405cb544a6e639d44a0566f6b0df4faf3ae36b60 /test/com/jogamp/opencl/gl/CLGLTest.java | |
parent | f0620f1ae26a5cbdf55c9671de12f460fde179c4 (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.java | 4 |
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(); |