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

Changes

Summary

  1. Unit test: Add 'Robot' for test classes using AWT Robot (details)
  2. JUnit test: Check of GL3 availability to not let test fail (details)
  3. NEWT Unit Focus Test: Use AWT permanent focus check on request. (details)
Commit ef02d3a1dc631f69fbb70e2bc3b53b82777f9916 by Sven Gothel
Unit test: Add 'Robot' for test classes using AWT Robot
The file was addedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTUsageBeforeJOGLInitBug411.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWTRobotUsageBeforeJOGLInitBug411.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWT.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWT.java (diff)
Commit 6cc98d9d0ea0a6f7c7973d891711af2d1fa9cb9b by Sven Gothel
JUnit test: Check of GL3 availability to not let test fail
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/glsl/TestTransformFeedbackVeryingsBug407NEWT.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
Commit 6fac0b835c2c775f0693246efdf098191b3961ad by Sven Gothel
NEWT Unit Focus Test: Use AWT permanent focus check on request.
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/util/AWTFocusAdapter.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/util/AWTRobotUtil.java (diff)