Skip to content

Commit ee86903

Browse files
committed
mark 2 sycl tests XFAIL
1 parent 5bd10c4 commit ee86903

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sycl/test-e2e/DeviceLib/cmath_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// RUN: %{build} -fno-builtin -fsycl-device-lib-jit-link %{mathflags} -o %t.out
88
// RUN: %if !gpu %{ %{run} %t.out %}
99

10+
// TODO: fix unexpected intrinsic error
11+
// XFAIL: *
12+
1013
#include "math_utils.hpp"
1114
#include <cmath>
1215
#include <cstdint>

sycl/test-e2e/ESIMD/private_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: gpu-intel-pvc
99

1010
// TODO online_compiler check fails for esimd_emulator.
11-
// XFAIL: esimd_emulator
11+
// XFAIL: *
1212

1313
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1414
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)