From 6f396500e7f595584c2048cebd553b863c90b3c5 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 Nov 2010 02:02:44 +0100 Subject: Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition --- make/scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts/tests.sh') 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 -- cgit v1.2.3