diff options
author | Sven Gothel <[email protected]> | 2011-11-21 14:08:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-21 14:08:10 +0100 |
commit | 9e99815645fe255ff3af83ba5b4108907b306a2f (patch) | |
tree | 28ffb1924dc4af04555e85ba7e98f20075645ed0 /make/scripts | |
parent | 72ad7010704c2dbb96a0a850c2bee76a5c64989c (diff) |
Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusive
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 838ec20b8..752b304fa 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -198,12 +198,13 @@ function testswt() { #testawt javax.media.opengl.awt.GLCanvas $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT01GLn $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* -testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextNewtAWTBug523 $* +#testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextNewtAWTBug523 $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestSwingAWT01GLn #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01 $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT02WindowClosing #testawt com.jogamp.opengl.test.junit.jogl.awt.text.TestAWTTextRendererUseVertexArrayBug464 #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT $* +testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWTAnalyzeBug455 $* #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsGLJPanelAWT $* #testawt com.jogamp.opengl.test.junit.jogl.texture.TestTexture01AWT #testawt com.jogamp.opengl.test.junit.jogl.awt.TestBug461OffscreenSupersamplingSwingAWT |