diff options
author | Sven Gothel <[email protected]> | 2013-02-01 12:41:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-01 12:41:53 +0100 |
commit | feebfdea24f8ac98282751824aa4d3569bb71d93 (patch) | |
tree | fb4cf4ffca10223f0eccabbe547cc1baed120405 /make | |
parent | a37dc59993dc6f3ad925d7ba1a2febccd8ee5e9d (diff) |
Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIssued); Update TestGLWindows02NEWTAnimated (isPaused())
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index cd8d37b47..d00e3c133 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -414,9 +414,7 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT $* #testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyPressReleaseUnmaskRepeatAWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* -#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $* -#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT $* -testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodesAWT $* +#testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodesAWT $* #testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodeModifiersAWT $* #testawt com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT $* #testawt com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersAWTCanvas $* @@ -536,9 +534,18 @@ testawt com.jogamp.opengl.test.junit.newt.event.TestNewtKeyCodesAWT $* #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocusTraversal01AWT $* #linux: -#testawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol01AWT $* +# 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 +testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext01VSyncAnimNEWT $* +# this one works - though ! +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext02FPSAnimNEWT $* +# 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 $* $spath/count-edt-start.sh java-run.log |