summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-01 15:45:41 +0200
committerSven Gothel <[email protected]>2014-09-01 15:45:41 +0200
commit426f3663822cb85c9014ca87affc66181acd0fe8 (patch)
treef5290c84e8b6402e7b0b7681f896dcecb39deefb /make/scripts
parent3f26e71bf32977f05364b6ea72cbf3dacf4758ed (diff)
Bug 1057: Analyze CLProgramTest freeze on Win 8.1 Intel i7-4770T CPU / HD Graphics 4600
- Properly enforce test order (alphanumeric) - Split builderTest() to synchronized and async tests
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/tests-win.bat4
-rwxr-xr-xmake/scripts/tests.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/tests-win.bat b/make/scripts/tests-win.bat
index ad4daf9a..6b4deac4 100755
--- a/make/scripts/tests-win.bat
+++ b/make/scripts/tests-win.bat
@@ -1,10 +1,10 @@
REM scripts\java-win.bat com.jogamp.opencl.JoclVersion %*
-scripts\java-win.bat com.jogamp.opencl.CLBufferTest %*
+REM scripts\java-win.bat com.jogamp.opencl.CLBufferTest %*
REM scripts\java-win.bat com.jogamp.opencl.CLCommandQueueTest %*
REM scripts\java-win.bat com.jogamp.opencl.CLExceptionTest %*
REM scripts\java-win.bat com.jogamp.opencl.CLImageTest %*
-REM scripts\java-win.bat com.jogamp.opencl.CLProgramTest %*
+scripts\java-win.bat com.jogamp.opencl.CLProgramTest %*
REM scripts\java-win.bat com.jogamp.opencl.HighLevelBindingTest %*
REM scripts\java-win.bat com.jogamp.opencl.LowLevelBindingTest %*
REM scripts\java-win.bat com.jogamp.opencl.TestJoclVersion %*
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index a839c171..19dff678 100755
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -119,12 +119,12 @@ function testawt() {
#testnoawt com.jogamp.opencl.CLCommandQueueTest $*
#testnoawt com.jogamp.opencl.CLExceptionTest $*
#testnoawt com.jogamp.opencl.CLImageTest $*
-#testnoawt com.jogamp.opencl.CLProgramTest $*
+testnoawt com.jogamp.opencl.CLProgramTest $*
#testnoawt com.jogamp.opencl.HighLevelBindingTest $*
#testnoawt com.jogamp.opencl.LowLevelBindingTest $*
#testnoawt com.jogamp.opencl.TestJoclVersion $*
#testnoawt com.jogamp.opencl.TestUtils $*
-testnoawt com.jogamp.opencl.gl.CLGLTest $*
+#testnoawt com.jogamp.opencl.gl.CLGLTest $*
#testnoawt com.jogamp.opencl.util.concurrent.CLMultiContextTest $*