diff options
author | Sven Gothel <[email protected]> | 2012-02-22 03:56:14 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-22 03:56:14 +0100 |
commit | 6504392ee23a6c19c1e2c9d5d35809af2950d4d7 (patch) | |
tree | 5e6bd5f35523bd0d6bca33b2d8afde70e1864e50 | |
parent | 1e27a36eb361f0acd71e78fba916372e36b0834c (diff) |
test scripts
-rwxr-xr-x | make/scripts/make.jogl.all.linux-armv7-cross.sh | 2 | ||||
-rwxr-xr-x | make/scripts/targetcommand-1.sh | 111 | ||||
-rwxr-xr-x | make/scripts/tests.sh | 4 |
3 files changed, 115 insertions, 2 deletions
diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index 0299582fc..007cb8076 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -21,7 +21,7 @@ export HOST_IP=jogamp02 export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp -export TARGET_IP=beagle01 +export TARGET_IP=panda01 export TARGET_ROOT=/home/jogamp/projects-cross export TARGET_ANT_HOME=/usr/share/ant diff --git a/make/scripts/targetcommand-1.sh b/make/scripts/targetcommand-1.sh new file mode 100755 index 000000000..a64a71a08 --- /dev/null +++ b/make/scripts/targetcommand-1.sh @@ -0,0 +1,111 @@ +#! /bin/sh + +THISDIR=`pwd` + +XTRA_FLAGS="" +#XTRA_FLAGS="-Djogl.debug.GraphicsConfiguration" +#XTRA_FLAGS="-Djogl.debug.GLContext -Djogl.debug.GLDrawable -Djogl.debug.GraphicsConfiguration" +#XTRA_FLAGS="-Djogl.debug.TraceGL" +#XTRA_FLAGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL" + +# OK (Panda, Omap4) +# +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT +TSTCLASS=com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite02NEWT + +# Some Regressions (Panda, Omap4) +# +#TSTCLASS=com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 + +#TSTCLASS=com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestGPUMemSec01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrentNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLWindowNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestMapBuffer01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestNVSwapGroupNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT2 +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES1NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT2 +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestShutdownCompleteNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestShutdownSharedNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestRedSquareES1NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestElektronenMultipliziererNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.drawable.TestDrawable01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestFBOMRTNEWT01 +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLSimple01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle02NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestGLWindows00NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestGLWindows02NEWTAnimated +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestRemoteGLWindows01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestRemoteWindow01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestScreenMode00NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestScreenMode00bNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestScreenMode01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestScreenMode01bNEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestScreenMode02NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.TestWindows01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.newt.parenting.TestParenting02NEWT + + mkdir -p $THISDIR/projects-cross + + rsync -av --delete --delete-after --delete-excluded \ + --exclude 'build-x86*/' --exclude 'build-linux-x*/' --exclude 'build-android*/' --exclude 'build-win*/' --exclude 'build-mac*/' \ + --exclude 'classes/' --exclude 'src/' --exclude '.git/' --exclude '*-java-src.zip' \ + jogamp@jogamp02::PROJECTS/JOGL/gluegen jogamp@jogamp02::PROJECTS/JOGL/jogl $THISDIR/projects-cross + + cd $THISDIR/projects-cross/jogl/make + +function junit_run() { + java \ + -cp ../../gluegen/make/lib/junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar:../../gluegen/build-linux-armv7/gluegen-rt.jar:../build-linux-armv7/jar/jogl.all-noawt.jar:../build-linux-armv7/jar/jogl.test.jar\ + -Djava.awt.headless=true\ + $XTRA_FLAGS \ + com.jogamp.newt.util.MainThread\ + org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner \ + $TSTCLASS \ + filtertrace=true \ + haltOnError=false \ + haltOnFailure=false \ + showoutput=true \ + outputtoformatters=true \ + logfailedtests=true \ + logtestlistenerevents=true \ + formatter=org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter \ + formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,$THISDIR/targetcommand.xml +} + +function main_run() { + java \ + -cp ../../gluegen/make/lib/junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-junit.jar:../../gluegen/build-linux-armv7/gluegen-rt.jar:../build-linux-armv7/jar/jogl.all-noawt.jar:../build-linux-armv7/jar/jogl.test.jar\ + -Djava.awt.headless=true\ + $XTRA_FLAGS \ + com.jogamp.newt.util.MainThread\ + $TSTCLASS \ + $* +} + +# junit_run 2>&1 | tee $THISDIR/targetcommand.log + +main_run $* 2>&1 | tee $THISDIR/targetcommand.log + diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 69ddeeaac..bd50f276d 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -185,7 +185,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLWindowNEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestShutdownCompleteNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestShutdownSharedNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrentNEWT $* @@ -220,6 +220,8 @@ testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.ManualScreenMode03NEWT #testnoawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT $* #testnoawt -Djava.awt.headless=true com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT +testnoawt com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite01NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite02NEWT $* # # awt (testawt) |