diff --git a/sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/uniform_retval.cpp b/sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/uniform_retval.cpp index 0a9283db5bcf8..cedb3c6339c59 100644 --- a/sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/uniform_retval.cpp +++ b/sycl/test-e2e/InvokeSimd/Spec/ImplicitSubgroup/uniform_retval.cpp @@ -1,6 +1,3 @@ -// TODO: enable when Jira ticket resolved -// XFAIL: gpu -// // Check that full compilation works: // RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../uniform_retval.cpp -o %t.out // RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out diff --git a/sycl/test-e2e/InvokeSimd/Spec/uniform_retval.cpp b/sycl/test-e2e/InvokeSimd/Spec/uniform_retval.cpp index d92cb57f783cc..91946bdc21e1c 100644 --- a/sycl/test-e2e/InvokeSimd/Spec/uniform_retval.cpp +++ b/sycl/test-e2e/InvokeSimd/Spec/uniform_retval.cpp @@ -1,6 +1,3 @@ -// TODO: enable when Jira ticket resolved -// XFAIL: gpu -// // Check that full compilation works: // RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out // RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out