File tree Expand file tree Collapse file tree 5 files changed +1
-11
lines changed
test/e2e_test_requirements Expand file tree Collapse file tree 5 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: spirv-backend
2
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
3
1
// REQUIRES: aspect-fp64
4
- // UNSUPPORTED: target-amd || target-nvidia
5
2
6
3
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
7
4
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: spirv-backend
2
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
3
1
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
4
2
5
3
// RUN: %{build} -fno-builtin %{mathflags} -o %t1.out
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: spirv-backend
2
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
3
1
// REQUIRES: aspect-fp64
4
2
5
3
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: spirv-backend
2
- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
3
1
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
4
2
5
3
// RUN: %{build} %{mathflags} -o %t1.out
Original file line number Diff line number Diff line change 54
54
// tests to match the required format and in that case you should just update
55
55
// (i.e. reduce) the number and the list below.
56
56
//
57
- // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 255
57
+ // NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 254
58
58
//
59
59
// List of improperly UNSUPPORTED tests.
60
60
// Remove the CHECK once the test has been properly UNSUPPORTED.
98
98
// CHECK-NEXT: DeviceImageDependencies/singleDynamicLibrary.cpp
99
99
// CHECK-NEXT: DeviceLib/built-ins/printf.cpp
100
100
// CHECK-NEXT: DeviceLib/cmath-aot.cpp
101
- // CHECK-NEXT: DeviceLib/cmath_fp64_test.cpp
102
101
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
103
102
// CHECK-NEXT: DeviceLib/imf_bfloat16_integeral_convesions.cpp
104
103
// CHECK-NEXT: DeviceLib/imf_double2bfloat16.cpp
You can’t perform that action at this time.
0 commit comments