aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-23 02:02:44 +0100
committerSven Gothel <[email protected]>2010-11-23 02:02:44 +0100
commit6f396500e7f595584c2048cebd553b863c90b3c5 (patch)
treefeb16068275dde6cdf0b39b2c2ba5ccb06c5f3c4
parentf01d00bb62b75a9e0c4d2926be7e02449a271de6 (diff)
Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition
-rw-r--r--make/scripts/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 9fa455663..e6b787b40 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -57,8 +57,8 @@ function testawt() {
#testawt com.jogamp.newt.opengl.GLWindow $*
#testnoawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $*
#testawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $*
-#testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $*
-testnoawt com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT $*
+testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $*
+#testnoawt com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT $*
#testnoawt com.jogamp.test.junit.newt.TestRemoteWindow01NEWT -time 1000000
#testnoawt com.jogamp.test.junit.newt.TestRemoteGLWindows01NEWT -time 1000000
#testawt com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT