-
Notifications
You must be signed in to change notification settings - Fork 0
/
fail_db.txt
20 lines (20 loc) · 1.71 KB
/
fail_db.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% List of known fails.
% The list is unordered and contains information about commonly used platforms / configurations.
% Our goal is to maintain this list for Linux, macOS and Windows with reasonably new compilers.
% Note, that it's important which C++ compiler was used.
% Please also note that it's very important to have correctly built LLVM. There are a number of
% LLVM bugs in released versions, that we have to workaround by applying patches (see llvm_patches
% folder). The recommended way to build LLVM on Unix is to use "alloy.py".
%
./tests/pdivus-i32.ispc runfail genx64 genx-x8 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/pdivus-vi32.ispc runfail genx64 genx-x8 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/soa-6.ispc runfail genx64 genx-x8 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/soa-7.ispc runfail genx64 genx-x8 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/print_bool_simd.ispc runfail genx64 genx-x8 unspec Linux LLVM 10.0 clang++10.0 spv *
./tests/soa-6.ispc runfail genx64 genx-x8 unspec Linux LLVM 10.0 clang++10.0 spv *
./tests/soa-7.ispc runfail genx64 genx-x8 unspec Linux LLVM 10.0 clang++10.0 spv *
./tests/masked-struct-scatter-varying.ispc runfail genx64 genx-x16 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/pdivus-i32.ispc runfail genx64 genx-x16 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/pdivus-vi32.ispc runfail genx64 genx-x16 TGLLP Linux LLVM 10.0 clang++10.0 spv *
./tests/masked-struct-scatter-varying.ispc runfail genx64 genx-x16 unspec Linux LLVM 10.0 clang++10.0 spv *
./tests/print_bool_simd.ispc runfail genx64 genx-x16 unspec Linux LLVM 10.0 clang++10.0 spv *