diff options
author | Sven Gothel <[email protected]> | 2010-12-12 09:21:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-12 09:21:16 +0100 |
commit | e15344bfaf4df4ceb710b304b164bd03005dc132 (patch) | |
tree | caae50392f0347a300ba54c21eadf0ed33416451 /make/scripts/tests-x64.bat | |
parent | 8df12ca151dfc577c90b485d4ebfe491b88e55aa (diff) |
GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close (X11 error on nvidia); reenable GLJPanel test
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rw-r--r-- | make/scripts/tests-x64.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 80c7b5fee..4f227e14a 100644 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -6,8 +6,8 @@ REM scripts\java-win64.bat com.jogamp.test.junit.jogl.acore.TestSharedContextLis REM scripts\java-win64.bat com.jogamp.test.junit.jogl.acore.TestSharedContextListNEWT -time 5000 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT -scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 -REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT -time 5000 +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 +scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT -time 5000 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT |