diff --git a/sycl/test-e2e/bindless_images/copies/host_to_host_pitched.cpp b/sycl/test-e2e/bindless_images/copies/host_to_host_pitched.cpp index 37e58a3d75bef..0dde513bccd5e 100644 --- a/sycl/test-e2e/bindless_images/copies/host_to_host_pitched.cpp +++ b/sycl/test-e2e/bindless_images/copies/host_to_host_pitched.cpp @@ -1,6 +1,9 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm -// REQUIRES: cuda +// XFAIL: level_zero +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17663 +// XFAIL: hip +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957 // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/bindless_images/sampling_2D_USM_host.cpp b/sycl/test-e2e/bindless_images/sampling_2D_USM_host.cpp index bca3d2c1c0ddd..58ce62dafd813 100644 --- a/sycl/test-e2e/bindless_images/sampling_2D_USM_host.cpp +++ b/sycl/test-e2e/bindless_images/sampling_2D_USM_host.cpp @@ -1,5 +1,8 @@ -// REQUIRES: cuda // REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm +// XFAIL: level_zero +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17663 +// XFAIL: hip +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957 // RUN: %{build} -o %t.out // RUN: %{run-unfiltered-devices} %t.out