Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. (details)
  2. Bug 978: UITestCase shall only report 'not available on this machine', (details)
Commit c720767642618cfb4f3739dc6962cde0465e25c5 by Sven Gothel
Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. isAvailable() simply shall return true if JOCL/OpenCL libs could be loaded.

- Promote CLAbstractImpl.isAvailable() to CLPlatform, public API.

- CLAbstractImpl.isAvailable() simply shall return true if JOCL/OpenCL libs could be loaded.
The file was modified test/com/jogamp/opencl/test/util/MiscUtils.java (diff)
The file was modified src/com/jogamp/opencl/CLPlatform.java (diff)
The file was modified test/com/jogamp/opencl/test/util/UITestCase.java (diff)
The file was modified src/com/jogamp/opencl/JoclVersion.java (diff)
The file was modified test/com/jogamp/opencl/gl/CLGLTest.java (diff)
Commit 5003123575355ff088c7b2e4e9017056e9edbf5c by Sven Gothel
Bug 978: UITestCase shall only report 'not available on this machine', due to commit c720767642618cfb4f3739dc6962cde0465e25c5

Giving the OS type leads to misconception that is may not be available on all machines of this OS type.
The file was modified test/com/jogamp/opencl/test/util/UITestCase.java (diff)