aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-04-06 13:00:38 +0200
committerSven Gothel <[email protected]>2020-04-06 13:00:38 +0200
commit0205dfbb42e3b0ec05294856ee3587d57ab328e3 (patch)
tree769c4b8650c3de52505a6b4a16a49f618fbd2d21 /make/scripts
parentc25a2e2a445c29db99d45bc00286585c57a19700 (diff)
Bug 1398: Adding TestBug1398Deadlock02AWT (c25a2e2a445c29db99d45bc00286585c57a19700) to manual testing tests.sh
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/tests.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index ecf7f3b9c..230db3932 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -111,7 +111,7 @@ function jrun() {
#X_ARGS="--illegal-access=warn"
#D_ARGS="-Djogl.debug.GLProfile -Djogl.debug.GLContext"
- D_ARGS="-Djogl.debug.GLContext -Dnativewindow.debug.OSXUtil.MainThreadChecker"
+ #D_ARGS="-Djogl.debug.GLContext -Dnativewindow.debug.OSXUtil.MainThreadChecker"
#D_ARGS="-Djogl.debug.GLProfile"
#D_ARGS="-Djogl.debug.DebugGL"
#D_ARGS="-Djogl.debug.TraceGL"
@@ -124,6 +124,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"
@@ -968,7 +969,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 $*