diff options
author | Sven Gothel <[email protected]> | 2013-06-16 04:31:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-16 04:31:02 +0200 |
commit | 05d8a9490497413df11fd2faf07e34d648130966 (patch) | |
tree | bbeabbe4e4d38fa656d72a1fb85a063e394a87e2 /make | |
parent | 4fe6cf06f74085cc90d1f5b003fd717234d43ced (diff) |
Bug 735: Bug735Inv4AWT on Java7 is also stuttering!
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 17dccdcaf..61ac63a3a 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -439,12 +439,12 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.jogl.awt.TestGLCanvasAWTActionDeadlock02AWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestLandscapeES2NEWT $* -testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestLandscapeES2NewtCanvasAWT $* +#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestLandscapeES2NewtCanvasAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv0AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv1AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv2AppletAWT $* #testawt com.jogamp.opengl.test.bugs.Bug735Inv3AppletAWT $* -#testawt com.jogamp.opengl.test.bugs.Bug735Inv4AppletAWT $* +testawt com.jogamp.opengl.test.bugs.Bug735Inv4AWT $* # # swt (testswt) |