Skip to content

Commit f51d9d4

Browse files
authored
[SYCL][E2E] XFAIL string_test.cpp on Win DG2 (#20865)
Failing after driver update, see #20861 Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
1 parent aea0db0 commit f51d9d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/DeviceLib/string_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -Wno-error=deprecated-declarations -Wno-error=pointer-to-int-cast -fno-builtin -o %t1.out
22
// RUN: %{run} %t1.out
33

4+
// XFAIL: windows && gpu-intel-dg2
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20861
6+
47
#include <cassert>
58
#include <cstdint>
69
#include <cstring>

0 commit comments

Comments
 (0)