Merge pull request #939 from dbabokin/knc_fails

Adding KNC fails with LLVM 3.7, also adding 6 new fails (due to long ints).
This commit is contained in:
Dmitry Babokin
2015-01-21 16:33:36 +03:00

View File

@@ -1083,3 +1083,70 @@
./tests/reduce-equal-5.ispc compfail x86-64 generic-16 Linux LLVM 3.7 clang++3.4 -O0 *
./tests/reduce-equal-6.ispc compfail x86-64 generic-16 Linux LLVM 3.7 clang++3.4 -O0 *
./tests/reduce-equal-8.ispc compfail x86-64 generic-16 Linux LLVM 3.7 clang++3.4 -O0 *
./tests/exclusive-scan-add-1.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/exclusive-scan-add-10.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/exclusive-scan-add-2.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/exclusive-scan-add-5.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/exclusive-scan-add-6.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/exclusive-scan-add-7.ispc compfail x86-64 knc Linux LLVM 3.6 icpc15.0 -O2 *
./tests/acos.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/asin.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/funcptr-varying-7.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/funcptr-varying-8.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/gather-int8-2.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/gather-int8-4.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmulus_vi64.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/ptr-diff-3.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/ptr-diff-5.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/ptr-diff-6.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/reduce-equal-10.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-1.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-2.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-3.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-4.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-5.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-6.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-7.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/aossoa-8.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/atomics-6.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/atomics-uniform-8.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/atomics-uniform-9.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-1.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-10.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-2.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-5.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-6.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/exclusive-scan-add-7.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmuls_i64.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmulus_i16.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmulus_i32.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmulus_i64.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/pmulus_i8.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/ptr-assign-lhs-math-1.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O2 *
./tests/acos.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/asin.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/funcptr-varying-6.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/funcptr-varying-7.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/funcptr-varying-8.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/soa-18.ispc runfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-1.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-2.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-3.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-4.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-5.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-6.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-7.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/aossoa-8.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-1.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-10.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-11.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-12.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-13.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-14.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-2.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-3.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-4.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-6.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-9.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-uniform-8.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *
./tests/atomics-uniform-9.ispc compfail x86-64 knc Linux LLVM 3.7 icpc15.0 -O0 *