diff options
author | Sven Gothel <[email protected]> | 2023-01-22 09:17:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-22 09:17:41 +0100 |
commit | bd2004b140f12afeb2e2337a1b426a212b1ba492 (patch) | |
tree | 799a2df613fda22709ab229c50e654947022d943 /make | |
parent | be4fa1f3fc1a97ad712b8d907e611a99c2bd4c83 (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.sh | 4 |
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 # |