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

Changes

Summary

  1. Fix unit test bugs on Mac OS X 64-bit. (details)
  2. Add scripts/check-junit.sh to validate local unit tests .. (details)
  3. Fix build scripts (details)
  4. script: set exec flag (details)
Commit 0874fa955c0401dba9f54816a9654bb4380abed8 by Wade Walker
Fix unit test bugs on Mac OS X 64-bit.

This commit fixes bugs 959 (local work size set incorrectly),
960 (concurrencyTest() throws ConcurrentModificationException)
963 (programBinariesTest() causes SIGSEGV) and 964 (builderTest()
cases CL_INVALID_VALUE). After this commit, all JOCL tests should
pass on 64-bit Mac OS X.
The file was modifiedsrc/com/jogamp/opencl/CLDevice.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgramBuilder.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLContext.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
Commit a44d27c5afd4622f3ec8da464e40dfeb2e729cdd by Sven Gothel
Add scripts/check-junit.sh to validate local unit tests ..
The file was addedmake/scripts/check-junit.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86_64.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.solaris-x86_64.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.macosx-clang.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86-clang.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.macosx.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.win64.bat (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86_64-clang.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-armv6hf-cross.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.solaris-x86.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.win32.bat (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-armv6-cross.sh (diff)
The file was modifiedmake/scripts/install-ati-stream.sh (diff)