Skip to content

Commit b92d66d

Browse files
update XFAILs
1 parent c552052 commit b92d66d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

sycl/test-e2e/DeprecatedFeatures/opencl_interop.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib
44
// RUN: %{run} %t.out
55

6+
// XFAIL: spirv-backend && cpu
7+
// XFAIL-TRACKER: CMPLRLLVM-64705
8+
69
#include <cassert>
710
#include <exception>
811
#include <sycl/detail/core.hpp>

sycl/test-e2e/GroupAlgorithm/load_store/conversions_store.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// XFAIL: spirv-backend && cpu
5+
// XFAIL-TRACKER: CMPLRLLVM-64705
6+
47
#include <sycl/detail/core.hpp>
58
#include <sycl/ext/oneapi/experimental/group_load_store.hpp>
69

sycl/test-e2e/syclcompat/math/math_compare.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
// RUN: %{build} -o %t.out
3636
// RUN: %{run} %t.out
3737

38+
// XFAIL: spirv-backend
39+
// XFAIL-TRACKER: CMPLRLLVM-64705
40+
3841
#include <sycl/half_type.hpp>
3942
#include <syclcompat/math.hpp>
4043

sycl/test-e2e/syclcompat/util/util_ternary_logic_op_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out
1414

15-
// XFAIL: spirv-backend
16-
// XFAIL-TRACKER: CMPLRLLVM-64705
17-
1815
#include <cmath>
1916
#include <cstdint>
2017
#include <cstdio>

0 commit comments

Comments
 (0)