From f8b6ca2649ef01d02895875ed2f2dc78368f6cc5 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Sat, 16 Aug 2014 13:05:24 +0400 Subject: [PATCH 1/3] ptr-22 test fixed on knc. removing from fail_db.txt --- fail_db.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fail_db.txt b/fail_db.txt index 6710abb5..4d81d361 100644 --- a/fail_db.txt +++ b/fail_db.txt @@ -293,7 +293,6 @@ ./tests/ptr-22.ispc runfail x86-64 generic-4 Linux LLVM 3.5 clang++3.4 -O0 * ./tests/ptr-22.ispc runfail x86-64 generic-16 Linux LLVM 3.5 clang++3.4 -O0 * ./tests/ptr-assign-lhs-math-1.ispc compfail x86-64 knc Linux LLVM 3.4 icpc13.1 -O2 * -./tests/ptr-22.ispc runfail x86-64 knc Linux LLVM 3.4 icpc13.1 -O0 * ./tests/atomics-1.ispc compfail x86-64 knc Linux LLVM 3.4 icpc13.1 -O0 * ./tests/atomics-10.ispc compfail x86-64 knc Linux LLVM 3.4 icpc13.1 -O0 * ./tests/atomics-11.ispc compfail x86-64 knc Linux LLVM 3.4 icpc13.1 -O0 * From 09ac9c5d00aa80ad9613022c1b7856086d2c82ad Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Sat, 16 Aug 2014 13:35:22 +0400 Subject: [PATCH 2/3] 12 runfails tracked in #20472 (LLVM trunk commit 213898 by Chandler) --- fail_db.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/fail_db.txt b/fail_db.txt index 4d81d361..504bb302 100644 --- a/fail_db.txt +++ b/fail_db.txt @@ -479,3 +479,27 @@ ./tests/reduce-equal-5.ispc compfail x86-64 knc Linux LLVM 3.6 icpc13.1 -O0 * ./tests/reduce-equal-6.ispc compfail x86-64 knc Linux LLVM 3.6 icpc13.1 -O0 * ./tests/reduce-equal-8.ispc compfail x86-64 knc Linux LLVM 3.6 icpc13.1 -O0 * +./tests/pmuls_vi8.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmuls_vi8.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmuls_vi8.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmuls_vi8.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/scatter-int8-1.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/scatter-int8-1.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/scatter-int8-1.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/scatter-int8-1.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/store-int8.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/store-int8.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/store-int8.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/store-int8.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/pmuls_vi8.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O2 * +./tests/pmuls_vi8.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O2 * +./tests/pmuls_vi8.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O2 * +./tests/pmuls_vi8.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O2 * +./tests/scatter-int8-1.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/scatter-int8-1.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/scatter-int8-1.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/scatter-int8-1.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/store-int8.ispc runfail x86 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/store-int8.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/store-int8.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/store-int8.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * From 81091d4be8b89e3ca8c7bc869b526397c0b04395 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Sat, 16 Aug 2014 21:37:26 +0400 Subject: [PATCH 3/3] llvm 3.6 generic-4/16 compfails (already added for llvm 3.5) --- fail_db.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/fail_db.txt b/fail_db.txt index 504bb302..b147a08b 100644 --- a/fail_db.txt +++ b/fail_db.txt @@ -503,3 +503,29 @@ ./tests/store-int8.ispc runfail x86-64 sse4-i16x8 Linux LLVM 3.6 g++4.9 -O0 * ./tests/store-int8.ispc runfail x86 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * ./tests/store-int8.ispc runfail x86-64 sse4-i32x8 Linux LLVM 3.6 g++4.9 -O0 * +./tests/atomics-6.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-uniform-8.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-uniform-9.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/paddus_vi16.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/paddus_vi8.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmuls_i64.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i16.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i32.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i64.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i8.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-6.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/atomics-uniform-8.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/atomics-uniform-9.ispc compfail x86-64 generic-4 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/atomics-6.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-uniform-8.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-uniform-9.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/paddus_vi16.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/paddus_vi8.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmuls_i64.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i16.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i32.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i64.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/pmulus_i8.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O2 * +./tests/atomics-6.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/atomics-uniform-8.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O0 * +./tests/atomics-uniform-9.ispc compfail x86-64 generic-16 Linux LLVM 3.6 clang++3.4 -O0 *