summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLImageTest.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/CLImageTest.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/CLImageTest.java')
-rw-r--r--test/com/jogamp/opencl/CLImageTest.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/com/jogamp/opencl/CLImageTest.java b/test/com/jogamp/opencl/CLImageTest.java
index 26e53ed2..5f5c0503 100644
--- a/test/com/jogamp/opencl/CLImageTest.java
+++ b/test/com/jogamp/opencl/CLImageTest.java
@@ -84,9 +84,6 @@ public class CLImageTest extends UITestCase {
@Test
public void supportedImageFormatsTest() {
- if(MiscUtils.isOpenCLUnavailable())
- return;
-
CLDevice device = getCompatibleDevice();
if(device == null) {
out.println("WARNING: can not test image api.");
@@ -109,10 +106,6 @@ public class CLImageTest extends UITestCase {
@Test
public void image2dCopyTest() throws IOException {
-
- if(MiscUtils.isOpenCLUnavailable())
- return;
-
CLDevice device = getCompatibleDevice();
if(device == null) {
out.println("WARNING: can not test image api.");
@@ -148,10 +141,6 @@ public class CLImageTest extends UITestCase {
@Test
public void image2dKernelCopyTest() throws IOException {
-
- if(MiscUtils.isOpenCLUnavailable())
- return;
-
CLDevice device = getCompatibleDevice();
if(device == null) {
out.println("WARNING: can not test image api.");