diff --git a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp index 0839d65c99a58..f173460e6d81a 100644 --- a/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp +++ b/sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18727 // UNSUPPORTED: hip // UNSUPPORTED-INTENDED: Undetermined issue in 'create_image' in this test. diff --git a/sycl/test-e2e/bindless_images/read_1D_O0.cpp b/sycl/test-e2e/bindless_images/read_1D_O0.cpp index d25911de413ce..8f2c51a9f2ea7 100644 --- a/sycl/test-e2e/bindless_images/read_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/read_1D_O0.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp index 2a25d5f0a6956..3f951fb8436b7 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp @@ -2,8 +2,6 @@ // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD -// XFAIL: level_zero && windows -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out diff --git a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp index 11647caaa919b..d50ef1b5fa29f 100644 --- a/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp @@ -1,7 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d -// XFAIL: level_zero && windows -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // UNSUPPORTED: target-amd // UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD diff --git a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp index b96dd9e7c8af8..db23f15ebae0b 100644 --- a/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp +++ b/sycl/test-e2e/bindless_images/sampling_1D_O0.cpp @@ -1,6 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// XFAIL: level_zero && windows -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919 // RUN: %{build} %O0 -o %t.out // RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out