summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLImageTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 978: Promote whether a test shall fail due to unavailable CL driver in ↵Sven Gothel2014-05-101-11/+0
| | | | base UITest class.
* Fix OpenCL test failures on Solaris.Wade Walker2014-02-231-0/+10
| | | | | | | | | | Since nobody currently makes an OpenCL driver for Solaris, all the tests used to fail, which told us nothing. This commit adds code to check whether OpenCL is unavailable and the OS is Solaris, in which case the test contents are skipped. If an OpenCL driver ever appears for Solaris, or if we start testing on another platform with no OpenCL driver, there's now one single place to add or remove checks that will allow for this.
* Adapt all unit tests to use UITestCase and enforce named unit test order. ↵Sven Gothel2014-01-261-9/+21
| | | | Added main entry and listed in tests.sh for manual test.
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* added a few CLImage junit tests.Michael Bien2010-08-071-0/+153