diff options
author | Sven Gothel <[email protected]> | 2010-11-23 05:09:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 05:09:51 +0100 |
commit | dec9bd072b8de0669e6fac48b2ca144bbaaad5fc (patch) | |
tree | 8eebc9ad6f2032fd6c36e272109bbc7b3327842a /make | |
parent | 0a9fd92b5f1aabf932fa3a2858f83de3c458823a (diff) |
Add GLJPanel test (works better in jogl-demos though, need to copy)
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests-x64.bat | 3 | ||||
-rw-r--r-- | make/scripts/tests.sh | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 5057caba6..2b8edec8d 100644 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -1,8 +1,9 @@ REM scripts\java-win64-dbg.bat com.jogamp.newt.opengl.GLWindow REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 +scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT -time 5000 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 -scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT -time 2000 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestParenting01AWT diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index e6b787b40..27ed1b710 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -36,9 +36,9 @@ function jrun() { #D_ARGS="-Dnewt.debug.Screen -Dnewt.debug.EDT -Djogamp.debug.Lock" #D_ARGS="-Dnewt.debug.EDT" #D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all -Dnewt.debug=all" - #D_ARGS="-Djogl.debug=all" + D_ARGS="-Djogl.debug=all" #D_ARGS="-Djogl.debug.GraphicsConfiguration" - #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=false" + #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true" java $awtarg $X_ARGS $D_ARGS $* 2>&1 | tee -a java-run.log } @@ -57,7 +57,7 @@ function testawt() { #testawt com.jogamp.newt.opengl.GLWindow $* #testnoawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* -testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $* +#testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $* #testnoawt com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT $* #testnoawt com.jogamp.test.junit.newt.TestRemoteWindow01NEWT -time 1000000 #testnoawt com.jogamp.test.junit.newt.TestRemoteGLWindows01NEWT -time 1000000 @@ -82,6 +82,7 @@ testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEW #testawt com.jogamp.test.junit.jogl.awt.TestAWT02WindowClosing #testawt com.jogamp.test.junit.jogl.awt.TestSwingAWT01GLn #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsAWT +testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT #testawt com.jogamp.test.junit.jogl.texture.TestTexture01AWT # |