Skip to content

Commit d7f333b

Browse files
finish update the tests for cpu
1 parent 41cb729 commit d7f333b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/test-e2e/Regression/group_load_fortified.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// RUN: %{build} -D_FORTIFY_SOURCE=2 -o %t.out
33
// RUN: %{run} %t.out
44

5-
// Depends on SPIR-V Backend & run-time drivers version.
6-
// XFAIL: spirv-backend && cpu
7-
// XFAIL-TRACKER: CMPLRLLVM-64705
8-
95
// Checks that group_load runs even when the source code is fortified. This
106
// failed at one point due to the use of std::memcpy in the implementation,
117
// which would hold an assert in device code when fortified, which would fail

0 commit comments

Comments
 (0)