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

Changes

Summary

  1. Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI (details)
Commit 692ee1477a5422cb119070ecd87321833c302873 by Sven Gothel
Unit Tests: OSX/Java7 w/o 32bit tests ; Reliable Test1p*JavaEmitter JNI binding initialization

- OSX/Java7 w/o 32bit tests

  OSX/Java7 has no 32bit JVM, disable d32 tests for such, using property 'use.macosx32'

- Reliable Test1p*JavaEmitter JNI binding initialization

  Load libs and init JNI binding statically w/ @BeforeClass,
  since OSX/Java7 for some reason gets confused (?) w/ init sequence.
  This is no issue for JOGL etc .. as far we have observed.
The file was modified make/build-test.xml (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/Test1p1JavaEmitter.java (diff)
The file was modified make/scripts/runtest.sh (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java (diff)