diff options
author | Sven Gothel <[email protected]> | 2014-02-22 08:05:42 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-22 08:05:42 +0100 |
commit | c67de337a8aaf52e36104c3f13e273aa19d21f1f (patch) | |
tree | 13c16301a9414597bca3f5ecbf49319016f2d0b8 /make/scripts | |
parent | c4368e89c0fc3ee4de659cd760bc812092bba054 (diff) |
Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind that commands shall be off-loaded on another thread!
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f6e3ab244..4381f5780 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -64,7 +64,8 @@ fi #export INTEL_STRICT_CONFORMANCE=1 # export ALSOFT_LOGLEVEL=[0..4] -export ALSOFT_LOGLEVEL=3 +# export ALSOFT_LOGLEVEL=3 +# export ALSOFT_LOGLEVEL=3 #export ALSOFT_TRAP_ERROR=true #export ALSOFT_TRAP_AL_ERROR=true #export ALSOFT_TRAP_ALC_ERROR=true @@ -244,7 +245,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GLJPanel -Djogl.debug.TileRenderer -Djogl.debug.TileRenderer.PNG" #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GLJPanel -Djogl.debug.TileRenderer" #D_ARGS="-Djogl.debug.PNG -Dnewt.debug.Display.PointerIcon" - #D_ARGS="-Djogl.debug.JPEGImage" + #D_ARGS="-Djogl.debug.JPEGImage -Djogamp.debug.Bitstream" #D_ARGS="-Djogl.debug.GLDrawable -Dnativewindow.debug.GraphicsConfiguration -Djogl.debug.CapabilitiesChooser" #X_ARGS="-Dsun.java2d.noddraw=True -Dsun.java2d.opengl=True -Dsun.java2d.xrender=false" #X_ARGS="-Dsun.java2d.noddraw=True -Dsun.java2d.opengl=false -Dsun.java2d.xrender=false" @@ -368,7 +369,8 @@ function testawtswt() { # #testnoawt jogamp.opengl.openal.av.ALDummyUsage $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieCube $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* +testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.CrossFadePlayer $* # # performance tests |