From a503ff720300362e68fd2868f2e87d731492bc46 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 10 May 2014 01:32:15 +0200 Subject: Bug 978: Promote whether a test shall fail due to unavailable CL driver in base UITest class. --- test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/com/jogamp/opencl/util') 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 { -- cgit v1.2.3