diff options
author | Sven Gothel <[email protected]> | 2012-02-22 22:25:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-22 22:25:01 +0100 |
commit | 352013de5564013fe2b6444e6469ef2886f1adb9 (patch) | |
tree | 20216d1da7297c5add100e2b9fdcff878f9fdcc3 /make/scripts/targetcommand-1.sh | |
parent | 52b596b1340c90a57948a81467f61ce98a2c2a66 (diff) |
Fine tune unit tests for ES platforms
Diffstat (limited to 'make/scripts/targetcommand-1.sh')
-rwxr-xr-x | make/scripts/targetcommand-1.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/make/scripts/targetcommand-1.sh b/make/scripts/targetcommand-1.sh index 9f3d4b182..21bbaf5c3 100755 --- a/make/scripts/targetcommand-1.sh +++ b/make/scripts/targetcommand-1.sh @@ -2,9 +2,10 @@ THISDIR=`pwd` -XTRA_FLAGS="" +#XTRA_FLAGS="" +#XTRA_FLAGS="-Djogl.debug.EGL" #XTRA_FLAGS="-Djogl.debug.GraphicsConfiguration" -#XTRA_FLAGS="-Djogl.debug.GLContext -Djogl.debug.GLDrawable -Djogl.debug.GraphicsConfiguration" +#XTRA_FLAGS="-Djogl.debug.GLContext -Djogl.debug.GLDrawable" #XTRA_FLAGS="-Djogl.debug.TraceGL" #XTRA_FLAGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL" @@ -18,16 +19,16 @@ XTRA_FLAGS="" #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.TestInitConcurrentNEWT # Some Regressions (Panda, Omap4) # +TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT2 #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 |