diff options
author | Sven Gothel <[email protected]> | 2020-04-06 13:27:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-04-06 13:27:41 +0200 |
commit | 685695952ee273a6ca9939f0b9566427bc542349 (patch) | |
tree | 08c423d77ac49beae35f23f46e0cd225c78d29ab /make/scripts/tests.sh | |
parent | 348d2ab9a20a3b339e2cb1ff4250c3de76c79c2a (diff) |
Bug 1398: Adding TestBug1398Deadlock02AWT to manual testing tests.sh
See commits 9e8a24933e9f396406f895ec137d18aefb1c2fe8
and 348d2ab9a20a3b339e2cb1ff4250c3de76c79c2a
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index a84f7dd8d..f503de734 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -109,7 +109,7 @@ function jrun() { #X_ARGS="--illegal-access=warn" #D_ARGS="-Djogl.debug.GLProfile -Djogl.debug.GLContext" - D_ARGS="-Dnativewindow.debug.OSXUtil.MainThreadChecker -Djogamp.common.utils.locks.Lock.timeout=600000" + #D_ARGS="-Dnativewindow.debug.OSXUtil.MainThreadChecker -Djogamp.common.utils.locks.Lock.timeout=600000" #D_ARGS="-Djogl.debug.GLProfile" #D_ARGS="-Djogl.debug.DebugGL" #D_ARGS="-Djogl.debug.TraceGL" @@ -122,6 +122,7 @@ function jrun() { #D_ARGS="-Djogl.quirks.force=NoDoubleBufferedPBuffer" #D_ARGS="-Dnativewindow.debug.GraphicsConfiguration" #D_ARGS="-Djogamp.common.utils.locks.Lock.timeout=600000" + D_ARGS="-Djogl.debug.Bug1398" #D_ARGS="-Djogamp.debug=all" #D_ARGS="-Dnativewindow.debug=all" @@ -946,7 +947,9 @@ function testawtswt() { # # OSX Bug 1398 #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT $* +testawt com.jogamp.opengl.test.junit.jogl.acore.TestBug1398Deadlock02AWT $* + # # to re-test: #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT $* |