summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/util/concurrent
diff options
context:
space:
mode:
Diffstat (limited to 'test/com/jogamp/opencl/util/concurrent')
-rw-r--r--test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java6
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 {