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

Changes

Summary

  1. Scripts: Bump to java 1.8.0_20 (details)
  2. Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / (details)
  3. Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src (details)
  4. Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. (details)
  5. Bug 978: UITestCase shall only report 'not available on this machine', (details)
Commit 3f26e71bf32977f05364b6ea72cbf3dacf4758ed by Sven Gothel
Scripts: Bump to java 1.8.0_20
The file was modifiedmake/scripts/make.jocl.all.win32.bat (diff)
The file was modifiedmake/scripts/make.jocl.all.win64.bat (diff)
Commit 426f3663822cb85c9014ca87affc66181acd0fe8 by Sven Gothel
Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / HD Graphics 4600

- Properly enforce test order (alphanumeric)

- Split builderTest() to synchronized and async tests
The file was modifiedmake/scripts/tests-win.bat (diff)
The file was modifiedtest/com/jogamp/opencl/CLProgramTest.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit 87eb9b93c250a0a8746176cbac9448ea62f26afa by Sven Gothel
Fix Eclipse .classpath: build/gensrc/java replaced w/ simple src attachment w/o attribute
The file was modified.classpath (diff)
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 modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
The file was modifiedsrc/com/jogamp/opencl/JoclVersion.java (diff)
The file was modifiedtest/com/jogamp/opencl/test/util/MiscUtils.java (diff)
The file was modifiedtest/com/jogamp/opencl/test/util/UITestCase.java (diff)
The file was modifiedtest/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 modifiedtest/com/jogamp/opencl/test/util/UITestCase.java (diff)