File tree Expand file tree Collapse file tree
main/velocity/com/nativelibs4java/opencl
test/java/com/nativelibs4java/opencl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ public boolean hasOutOfOrderQueueSupport() {
530530 try {
531531 queue = createOutOfOrderQueue (context );
532532 return true ;
533- } catch (CLException . InvalidQueueProperties ex ) {
533+ } catch (CLException ex ) {
534534 return false ;
535535 } finally {
536536 if (queue != null )
Original file line number Diff line number Diff line change 88import java .util .Map ;
99import static org .junit .Assert .*;
1010
11- import org .junit .BeforeClass ;
12- import org .junit .Test ;
11+ import org .junit .*;
1312
1413import org .bridj .Pointer ;
1514import org .bridj .Platform ;
2524 *
2625 * @author Kazo Csaba
2726 */
27+ @ Ignore
2828@ SuppressWarnings ("unchecked" )
2929public class OverheadTest extends AbstractCommon {
3030 public OverheadTest (CLDevice device ) {
You can’t perform that action at this time.
0 commit comments