diff options
author | Sven Gothel <[email protected]> | 2023-09-22 16:10:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-09-22 16:10:53 +0200 |
commit | 77eab439147af69089fa3ebf07d64ee3b4d67bfd (patch) | |
tree | fce452b12e9da1dc81d5b0460f3e34883f38a245 /make | |
parent | 9d351d095398a2899fe662dc31fcc725d2a73a85 (diff) |
GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new WorkerThread, helping to simplify code
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index b3d5a8f9b..ce5401339 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1008,8 +1008,11 @@ function testawtswt() { #testawt com.jogamp.opengl.demos.es2.GearsES2 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIGraphDemoU01a $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid02 $* +#testnoawt com.jogamp.opengl.demos.av.MovieCube $* +testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* |