diff options
author | Sven Gothel <[email protected]> | 2012-10-06 04:57:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-06 04:57:13 +0200 |
commit | d3033e42faa909f6c1055f5ba3c7925766a3e583 (patch) | |
tree | 6478fe760db1567961345d125cbd1b2c7f164c88 /make | |
parent | bb8454d735c511c6d80798d3b6258e1ed355579e (diff) |
Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I can just assume it's the SW renderer, flipping.
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f76e2b1f8..df1f7141f 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -385,6 +385,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleES2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyAWT $* #testawt com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyNEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestBug605FlippedImageNEWT $* +testnoawt com.jogamp.opengl.test.junit.jogl.caps.TestBug605FlippedImageAWT $* #testawt com.jogamp.opengl.test.junit.jogl.glsl.TestShaderCompilationBug459AWT #testawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol01AWT $* @@ -459,13 +461,7 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.newt.parenting.TestParentingFocusTraversal01AWT $* #linux: -#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLAutoDrawableDelegateOnOffscrnCapsNEWT $* -#testnoawt com.jogamp.opengl.test.junit.newt.TestScreenMode01bNEWT -#testnoawt com.jogamp.opengl.test.junit.newt.TestScreenMode01NEWT #testawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol01AWT $* -testawt com.jogamp.opengl.test.junit.jogl.caps.TestTranslucencyAWT $* -#testawt com.jogamp.opengl.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 $* -#testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWTCardLayoutAnimatorStartStopBug532 $* |