diff options
author | Sven Gothel <[email protected]> | 2011-05-01 06:40:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-01 06:40:46 +0200 |
commit | cf2ebbf3e584e7f7a15c323633a495b119ece37e (patch) | |
tree | 666ea397394763b5a0dda24614aa53e5db2d526a /make | |
parent | 05a11c5918f12e376d89b0fcb237e4afe356278c (diff) |
UI Tests/Robot: Attempt to stabilize UI tests (focus/input)
Focus: Always programmatic, clear global focus state upfront
Key/Mouse Input: Retry w/ optional focus request if lost ..
Dropped redundant robot delays, ie between keypress/release.
Diffstat (limited to 'make')
-rw-r--r-- | make/build-test.xml | 1 | ||||
-rwxr-xr-x | make/scripts/tests.sh | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 18b131594..9dfc526c9 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -45,6 +45,7 @@ <delete includeEmptyDirs="true" quiet="true"> <fileset dir="${build.test}" /> <fileset dir="." includes="*.tga" /> + <fileset file="${jogl.test.jar}" /> </delete> </target> diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 03c27c103..37194f602 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -72,7 +72,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GraphicsConfiguration" #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GraphicsConfiguration" #D_ARGS="-Djogl.debug.GLCanvas" - D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.GLDebugMessageHandler" + #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.GLDebugMessageHandler" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL" #D_ARGS="-Djogl.debug.GLDebugMessageHandler -Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" #D_ARGS="-Djogl.debug.GLDebugMessageHandler" @@ -172,7 +172,7 @@ function testawtmt() { #testawt com.jogamp.opengl.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.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 @@ -207,7 +207,7 @@ function testawtmt() { # #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 $* +#testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT $* #testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $* |