diff options
author | Sven Gothel <[email protected]> | 2013-09-03 16:29:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-03 16:29:00 +0200 |
commit | 8215886492eca47c036ed35861956290d2f3e898 (patch) | |
tree | bd442c8b30c42ba997c8b2393485cffe51f8bdad /make/scripts | |
parent | c8b0516472dec8b76cc7c3a3f71683ffe1410a3a (diff) |
Test scripts ..
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 4c2da6571..c391f7cdc 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -315,6 +315,9 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestTeapotNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl3.newt.TestGeomShader01TextureGL3NEWT $* +testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.TestTiledRendering1GL2 $* +#testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.TestTiledRendering2GL2 $* + # # av demos # @@ -619,10 +622,8 @@ function testawtswt() { # ATI/Linux XCB Unknown request in queue while dequeuing # Most likely this is a multi-threaded client and XInitThreads has not been called # ../../src/xcb_io.c:178: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed. -#testawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting04AWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT2 $* -#testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestTranslucentChildWindowBug632NEWT $* -#testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting02NEWT $* +#testnoawt com.jogamp.opengl.test.junit.newt.mm.TestScreenMode02aNEWT $* +#testnoawt com.jogamp.opengl.test.junit.newt.mm.TestScreenMode02bNEWT $* # NEW |