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

Changes

Summary

  1. NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a (details)
  2. NEWT EDT: Handle stop case if not on EDT (details)
  3. NEWT Robot Unit Tests: Bring Window to Front and position mouse (details)
Commit ded3ab06cc51e8e7d12f9fbfeb12e87c04f26a5a by Sven Gothel
NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus on an AWT device. Wait until TO or event received.
The file was addedsrc/junit/com/jogamp/test/junit/util/NEWTFocusAdapter.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/util/NEWTKeyAdapter.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/util/AWTRobotUtil.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/util/TestEventCountAdapter.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was addedsrc/junit/com/jogamp/test/junit/util/AWTKeyAdapter.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWT.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/util/AWTFocusAdapter.java (diff)
Commit 92b6858a9acb25eba641e3f959eb7908845c874e by Sven Gothel
NEWT EDT: Handle stop case if not on EDT
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/DefaultEDTUtil.java (diff)
Commit 0c840749f7e4cc08d70c952cf24060f1ed63589a by Sven Gothel
NEWT Robot Unit Tests: Bring Window to Front and position mouse
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/util/AWTRobotUtil.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTUsageBeforeJOGLInitBug411.java (diff)