diff --git a/sycl/test-e2e/ESIMD/noinline_call_from_func.cpp b/sycl/test-e2e/ESIMD/noinline_call_from_func.cpp index 2eadfadff9b96..731a5123d03f2 100644 --- a/sycl/test-e2e/ESIMD/noinline_call_from_func.cpp +++ b/sycl/test-e2e/ESIMD/noinline_call_from_func.cpp @@ -7,8 +7,6 @@ //===----------------------------------------------------------------------===// // Test currently timeouts on Windows Level Zero and OpenCL // UNSUPPORTED: windows -// Temporarily disabled due to flaky behavior -// REQUIRES: TEMPORARY_DISABLED // RUN: %{build} -o %t.out // RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %{run} %t.out // diff --git a/sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp b/sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp index ce09eed53f1a8..96fcc387bb4d0 100644 --- a/sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp +++ b/sycl/test-e2e/ESIMD/private_memory/pm_access_1.cpp @@ -6,7 +6,5 @@ // //===----------------------------------------------------------------------===// -// Temporarily disabled due to flaky behavior -// REQUIRES: TEMPORARY_DISABLED // RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out // RUN: %{run} %t.out 1 diff --git a/sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp b/sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp index 0109087a13722..fc19edd4484b3 100644 --- a/sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp +++ b/sycl/test-e2e/ESIMD/private_memory/pm_access_2.cpp @@ -6,7 +6,5 @@ // //===----------------------------------------------------------------------===// -// Temporarily disabled due to flaky behavior -// REQUIRES: TEMPORARY_DISABLED // RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out // RUN: %{run} %t.out 2 diff --git a/sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp b/sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp index c6497f5a55364..bab2d30269ce7 100644 --- a/sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp +++ b/sycl/test-e2e/ESIMD/private_memory/pm_access_3.cpp @@ -6,7 +6,5 @@ // //===----------------------------------------------------------------------===// -// Temporarily disabled due to flaky behavior -// REQUIRES: TEMPORARY_DISABLED // RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out // RUN: %{run} %t.out 3 diff --git a/sycl/test-e2e/ESIMD/private_memory.cpp b/sycl/test-e2e/ESIMD/private_memory/private_memory.cpp similarity index 98% rename from sycl/test-e2e/ESIMD/private_memory.cpp rename to sycl/test-e2e/ESIMD/private_memory/private_memory.cpp index ad0a10984052e..f3a377670166f 100644 --- a/sycl/test-e2e/ESIMD/private_memory.cpp +++ b/sycl/test-e2e/ESIMD/private_memory/private_memory.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: gpu-intel-pvc -// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out +// RUN: %{build} -fsycl-device-code-split=per_kernel -I%S/.. -o %t.out // RUN: %{run} %t.out // The test verifies that basic ESIMD API works properly with diff --git a/sycl/test-e2e/ESIMD/private_memory_pvc.cpp b/sycl/test-e2e/ESIMD/private_memory/private_memory_pvc.cpp similarity index 100% rename from sycl/test-e2e/ESIMD/private_memory_pvc.cpp rename to sycl/test-e2e/ESIMD/private_memory/private_memory_pvc.cpp