diff --git a/sycl/test-e2e/Experimental/ipc_memory.cpp b/sycl/test-e2e/Experimental/ipc_memory.cpp index 7366935a0cba4..8221144a001df 100644 --- a/sycl/test-e2e/Experimental/ipc_memory.cpp +++ b/sycl/test-e2e/Experimental/ipc_memory.cpp @@ -1,8 +1,5 @@ // REQUIRES: aspect-usm_device_allocations && aspect-ext_oneapi_ipc_memory -// UNSUPPORTED: level_zero && windows -// UNSUPPORTED-TRACKER: UMFW-348 - // DEFINE: %{cpp20} = %if cl_options %{/clang:-std=c++20%} %else %{-std=c++20%} // RUN: %{build} -o %t.out diff --git a/sycl/test-e2e/Experimental/ipc_put_after_free.cpp b/sycl/test-e2e/Experimental/ipc_put_after_free.cpp index 2851a2589eb7f..f376e4b0314fa 100644 --- a/sycl/test-e2e/Experimental/ipc_put_after_free.cpp +++ b/sycl/test-e2e/Experimental/ipc_put_after_free.cpp @@ -1,8 +1,5 @@ // REQUIRES: aspect-usm_device_allocations && aspect-ext_oneapi_ipc_memory -// UNSUPPORTED: level_zero && windows -// UNSUPPORTED-TRACKER: UMFW-348 - // RUN: %{build} -o %t.out // RUN: %{run} %t.out