diff options
author | Sven Gothel <[email protected]> | 2011-08-30 22:05:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-30 22:05:19 +0200 |
commit | f3c58e61ad9b1ad1d1c193d6f538776fb4de1dac (patch) | |
tree | 8e79fcf56e2be9c35999badbced1a83fe01ecfc2 /make/scripts/tests.sh | |
parent | 71b7087455fc23ec640d9d64342aaaaff42d3c7e (diff) |
TestFocus01SwingAWTRobot: Run AWT destruction on AWT-EDT
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index d95a75004..98a3207b3 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -54,7 +54,7 @@ function jrun() { # D_ARGS="-Dnewt.debug.EDT -Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.NativeWindow" #D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" #D_ARGS="-Dnewt.debug.EDT" - # D_ARGS="-Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.X11Util.TraceDisplayLifecycle=true" + #D_ARGS="-Dnativewindow.debug.ToolkitLock.TraceLock -Dnativewindow.debug.X11Util.TraceDisplayLifecycle=true -Dnativewindow.debug.X11Util" #D_ARGS="-Dnativewindow.x11.mt-bug=true" #D_ARGS="-Dnativewindow.x11.mt-bug=true -Djogl.debug.DebugGL" #D_ARGS="-Dnativewindow.x11.mt-bug=true -Djogl.debug=all" @@ -139,7 +139,7 @@ function testawtmt() { #testawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES1NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestRemoteWindow01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestRemoteGLWindows01NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT $* @@ -187,14 +187,14 @@ testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNewtAWTWrapper #testawt com.jogamp.opengl.test.junit.newt.TestEventSourceNotAWTBug -#testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot +testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot #testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot #testawt com.jogamp.opengl.test.junit.newt.TestListenerCom01AWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01aAWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01bAWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01cAWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01cSwingAWT -#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting02AWT +#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting02AWT $* #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting03AWT #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting03AWT -time 100000 #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting03bAWT -time 100000 @@ -212,10 +212,6 @@ testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT $* #testawt $* -#testawt com.jogamp.opengl.test.junit.newt.TestFocus01SwingAWTRobot -#testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot -#testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* -# #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLSimple01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT $* |