diff options
author | Sven Gothel <[email protected]> | 2014-09-01 15:45:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-09-01 15:45:41 +0200 |
commit | 426f3663822cb85c9014ca87affc66181acd0fe8 (patch) | |
tree | f5290c84e8b6402e7b0b7681f896dcecb39deefb /make/scripts/tests-win.bat | |
parent | 3f26e71bf32977f05364b6ea72cbf3dacf4758ed (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/tests-win.bat')
-rwxr-xr-x | make/scripts/tests-win.bat | 4 |
1 files changed, 2 insertions, 2 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 %* |