From d2c30693b3e342c56323c2568a20822bab7a201e Mon Sep 17 00:00:00 2001 From: Steffen Larsen Date: Thu, 4 Jul 2024 10:21:12 +0200 Subject: [PATCH] [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 --- sycl/test-e2e/syclcompat/launch/launch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/syclcompat/launch/launch.cpp b/sycl/test-e2e/syclcompat/launch/launch.cpp index 04ee3e349bc63..6568c59a0cac8 100644 --- a/sycl/test-e2e/syclcompat/launch/launch.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch.cpp @@ -20,7 +20,7 @@ * launch and launch with dinamyc local memory tests **************************************************************************/ // https://github.com/intel/llvm/issues/14387 -// XFAIL: gpu-intel-dg2 +// UNSUPPORTED: gpu-intel-dg2 // RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out // RUN: %{run} %t.out