diff options
author | Sven Gothel <[email protected]> | 2010-11-23 02:02:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 02:02:44 +0100 |
commit | 6f396500e7f595584c2048cebd553b863c90b3c5 (patch) | |
tree | feb16068275dde6cdf0b39b2c2ba5ccb06c5f3c4 /make | |
parent | f01d00bb62b75a9e0c4d2926be7e02449a271de6 (diff) |
Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition
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 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 |