Skip to content

Commit 3d8306d

Browse files
update XFAIL for CPU
1 parent 8805cab commit 3d8306d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/MemorySanitizer/check_buffer_memset_memcpy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t2.out
55
// RUN: %{run} %t2.out 2>&1 | FileCheck %s
66

7-
// XFAIL: spirv-backend && gpu
7+
// XFAIL: spirv-backend
88
// XFAIL-TRACKER: CMPLRLLVM-64705
99

1010
#include <sycl/detail/core.hpp>

sycl/test-e2e/MemorySanitizer/check_device_global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// XFAIL: spirv-backend && gpu
9+
// XFAIL: spirv-backend
1010
// XFAIL-TRACKER: CMPLRLLVM-64705
1111

1212
#include <sycl/detail/core.hpp>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out
1414

15-
// XFAIL: spirv-backend && gpu
15+
// XFAIL: spirv-backend
1616
// XFAIL-TRACKER: CMPLRLLVM-64705
1717

1818
#include <cmath>

0 commit comments

Comments
 (0)