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/util | |
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/util')
-rw-r--r-- | test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java b/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java index b9b0b62d..e1a59860 100644 --- a/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java +++ b/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java @@ -49,9 +49,6 @@ public class CLMultiContextTest extends UITestCase { @Test public void createMultiContextTest() { - if(MiscUtils.isOpenCLUnavailable()) - return; - CLMultiContext mc = CLMultiContext.create(CLPlatform.listCLPlatforms()); try{ @@ -121,9 +118,6 @@ public class CLMultiContextTest extends UITestCase { @Test public void commandQueuePoolTest() throws InterruptedException, ExecutionException { - if(MiscUtils.isOpenCLUnavailable()) - return; - CLMultiContext mc = CLMultiContext.create(CLPlatform.listCLPlatforms()); try { |