Skip to content

Commit d54b45a

Browse files
committed
ScalaCL: sbt 0.11 & keep track of compiler bug
1 parent 9a4c561 commit d54b45a

File tree

6 files changed

+50
-152
lines changed

6 files changed

+50
-152
lines changed

JavaCL/src/test/java/com/nativelibs4java/opencl/util/DiscreteFourierTransformTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
package com.nativelibs4java.opencl.util;
7-
import org.junit.Ignore;
87
import org.apache.commons.math.complex.Complex;
98
import com.nativelibs4java.opencl.util.fft.*;
109
import com.nativelibs4java.opencl.*;
@@ -122,8 +121,6 @@ public void testFloatValues(String title, Transformer<Float, float[]> tr) {
122121
}
123122
}
124123

125-
126-
@Ignore
127124
@Test
128125
public void testDoubleFFTValues() throws IOException {
129126
testDoubleValues("Double FFT", new DoubleFFTPow2());
@@ -148,7 +145,6 @@ public void testDoubleDFTInverse() throws IOException, CLException {
148145
public void testFloatDFTInverse() throws IOException, CLException {
149146
testFloatTransformer("Float DFT Inverse", new FloatDFT());
150147
}
151-
@Ignore
152148
@Test
153149
public void testDoubleFFTInverse() throws IOException, CLException {
154150
testDoubleTransformer("Double FFT Inverse", new DoubleFFTPow2());

ScalaCLPlugin/TODO

Lines changed: 0 additions & 15 deletions
This file was deleted.
-2.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)