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

Changes

Summary

  1. SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll (details)
  2. Add ExceptionUtils: Exposing dumpStackTrace(..) and dumpThrowable(..) (details)
Commit 2afb19885905285399b90f9a489fba8d2a09454e by Sven Gothel
SingletonJunitCase: Increase TO 12 -> 15 mins, only sleep for 1 poll period (500 ms) per JVM after test class (cooperative w/ other JVM test instances)
The file was modified src/junit/com/jogamp/junit/util/SingletonJunitCase.java (diff)
The file was modified src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket02.java (diff)
Commit 6f5b67d998b1be9b49584bbb55814d10fe55e813 by Sven Gothel
Add ExceptionUtils: Exposing dumpStackTrace(..) and dumpThrowable(..)
The file was addedsrc/java/com/jogamp/common/ExceptionUtils.java (diff)