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

Changes

Summary

  1. GlueGen: Close in/out streams to allow deleteOnExit() to succeed on (details)
  2. Fix HashMapTests. The benchmark tests used the value as a key, hence (details)
  3. Disabled Struct* Tests (not working on Windows .. platform; Moved (details)
  4. HashMapTest: Back to 50% tolerance, removed 'put' error (details)
Commit 4e4f6ce89d01ab36dc7db258fe64feb0b1113c16 by Sven Gothel
GlueGen: Close in/out streams to allow deleteOnExit() to succeed on Windows
The file was modified src/java/com/jogamp/gluegen/GlueGen.java (diff)
Commit 7f76b669c534208115b5e06ebab53acf1fcaa9de by Sven Gothel
Fix HashMapTests. The benchmark tests used the value as a key, hence finding the non existing hashed value lead to O(n)
The file was modified src/junit/com/jogamp/common/util/LongIntHashMapTest.java (diff)
The file was modified src/junit/com/jogamp/common/util/IntIntHashMapTest.java (diff)
The file was modified make/scripts/runtest.sh (diff)
Commit 06066237533e8c8de93b7878daded9a3c28a3545 by Sven Gothel
Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest and PCPP to the proper src/junit folder. All junit tests are now handled by build-junit.xml
The file was removedtest/junit/com/jogamp/gluegen/BasicProcAddressEmitterTest.java (diff)
The file was addedsrc/junit/com/jogamp/gluegen/test/junit/generation/pcpptest.h (diff)
The file was removedtest/junit/com/jogamp/gluegen/test.c (diff)
The file was addedsrc/junit/com/jogamp/common/nio/BuffersTest.java (diff)
The file was removedtest/junit/com/jogamp/gluegen/BasicTest.java (diff)
The file was removedtest/junit/com/jogamp/common/nio/BuffersTest.java (diff)
The file was modified make/build.xml (diff)
The file was removedtest/junit/com/jogamp/gluegen/pcpptest.h (diff)
The file was addedsrc/junit/com/jogamp/gluegen/test/junit/generation/PCPPTest.java (diff)
The file was removedtest/junit/com/jogamp/gluegen/test.cfg (diff)
The file was removedtest/junit/com/jogamp/gluegen/dyntest.cfg (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/BaseClass.java (diff)
The file was removedtest/junit/com/jogamp/gluegen/PCPPTest.java (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/test1-gluegen.cfg (diff)
The file was removedtest/junit/com/jogamp/gluegen/test.h (diff)
The file was modified make/build-junit.xml (diff)
Commit 2d2ae213fa207bcb01abef78cea034b66d2b4184 by Sven Gothel
HashMapTest: Back to 50% tolerance, removed 'put' error
The file was modified make/scripts/make.gluegen.all.win32.bat (diff)
The file was modified src/junit/com/jogamp/common/util/LongIntHashMapTest.java (diff)
The file was modified make/scripts/make.gluegen.all.win64.bat (diff)
The file was modified src/junit/com/jogamp/common/util/IntIntHashMapTest.java (diff)