Skip to content

Commit d2c3069

Browse files
[SYCL][E2E] Change launch.cpp on dg2 to unsupported (#14438)
The sycl/test-e2e/syclcompat/launch/launch.cpp test was marked XFAIL but seems to be passing in post-commit. This commit changes in to UNSUPPORTED. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 3006324 commit d2c3069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/syclcompat/launch/launch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* launch<F> and launch<F> with dinamyc local memory tests
2121
**************************************************************************/
2222
// https://github.com/intel/llvm/issues/14387
23-
// XFAIL: gpu-intel-dg2
23+
// UNSUPPORTED: gpu-intel-dg2
2424
// RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out
2525
// RUN: %{run} %t.out
2626

0 commit comments

Comments
 (0)