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

Changes

Summary

  1. Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to (details)
  2. NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE (details)
  3. TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM ||
    More change log history
    (details)
Commit fea39b39e01517ec1f5404b5596a1610366fa27f by Sven Gothel
Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to Gene Ressler for finding this one.
The file was modifiedetc/test.sh (diff)
Commit 14fcd3fced135a2a419e61fd260fa3b7e16816b9 by Sven Gothel
NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE
The file was modifiedsrc/newt/native/X11Display.c (diff)
Commit 7587cce91c3fda7dcff4e36e1aa0edf53bf34e00 by Sven Gothel
TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM || WINDOWS if not started from console

Sadly it appears that w/ the ATI Catalyst driver,
the TestInitConcurrent02NEWT w/ 16 concurrent threads brings down the JVM sometimes.

This results in a locked singleton thread and distrubs the whole unit tests session.

We are aware of the ATI Catalyst threading bug on Windows and Linux.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent02NEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestInitConcurrent01NEWT.java (diff)