Skip to content

Commit 49d83d1

Browse files
committed
[NFC] XFAIL Basic/built-ins/const_vec_math.cpp & vec_math.cpp
1 parent d19becd commit 49d83d1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Basic/built-ins/const_vec_math.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: native_cpu
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20217
3+
14
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
25

36
// RUN: %{build} %{mathflags} -o %t.out

sycl/test-e2e/Basic/built-ins/vec_math.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: native_cpu
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20217
3+
14
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
25

36
// RUN: %{build} %{mathflags} -o %t.out

0 commit comments

Comments
 (0)