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

Changes

Summary

  1. Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - (details)
Commit bcad73dccb1cd0c32e3a77b3406ddc74e8f2e4ac by Sven Gothel
Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas NPE fix - NewtCanvasAWT added destroy(..)

Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL):
    Added exhausting Pre AWT/Swing usage test utilizing a later JOGL init
    with GLCanvas and NEWTCanvasAWT.
    This works for NV+X11+Ubuntu+64bit, have to do more testing.

GLCanvas NPE fix at destroy/dispose, check if already destroyed, ie context==null

NewtCanvasAWT: Add destroy() and destroy(boolean unrecoverable)
The file was modifiedmake/scripts/deploy-jnlp-webstarttest-filter.sh (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/java-run-all.sh (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTUsageBeforeJOGLInitBug411.java (diff)