diff --git a/sycl/test-e2e/Basic/alloc_pinned_host_memory.cpp b/sycl/test-e2e/Basic/alloc_pinned_host_memory.cpp index 32309a20e87de..9af081bd0856b 100644 --- a/sycl/test-e2e/Basic/alloc_pinned_host_memory.cpp +++ b/sycl/test-e2e/Basic/alloc_pinned_host_memory.cpp @@ -3,7 +3,7 @@ // UNSUPPORTED: windows && gpu-intel-gen12 // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED: windows && (arch-intel_gpu_bmg_g21 || arch-intel_gpu_acm_g10) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22287 // UNSUPPORTED: linux && level_zero diff --git a/sycl/test-e2e/Graph/Update/Explicit/whole_update_host_task.cpp b/sycl/test-e2e/Graph/Update/Explicit/whole_update_host_task.cpp index 5838edca8332a..caf40a4518c25 100644 --- a/sycl/test-e2e/Graph/Update/Explicit/whole_update_host_task.cpp +++ b/sycl/test-e2e/Graph/Update/Explicit/whole_update_host_task.cpp @@ -1,3 +1,7 @@ +// Sporadically fails on: +// UNSUPPORTED: linux && level_zero && arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22555 + // RUN: %{build} -o %t.out // RUN: %{run} %t.out // Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG