aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-22 09:17:41 +0100
committerSven Gothel <[email protected]>2023-01-22 09:17:41 +0100
commitbd2004b140f12afeb2e2337a1b426a212b1ba492 (patch)
tree799a2df613fda22709ab229c50e654947022d943 /make
parentbe4fa1f3fc1a97ad712b8d907e611a99c2bd4c83 (diff)
Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare deadlock)
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index c24ac43fe..132bfd8ca 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -973,12 +973,14 @@ function testawtswt() {
#
#testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $*
#testawtswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $*
-testswt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2SWT3 $*
+#testswt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2SWT3 $*
#
# to re-test:
#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 $*
+testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT $*
+#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT $*
# Linux DRM/GBM
#