Skip to content

Commit 6af08fe

Browse files
authored
[SYCL][E2E] Remove XFAIL from some bindless image tests (#19215)
I updated the GPU driver on Windows so they're passing now. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 359913e commit 6af08fe

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

sycl/test-e2e/bindless_images/array/fetch_handle_carray2d.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// XFAIL: level_zero && windows
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18727
42
// UNSUPPORTED: hip
53
// UNSUPPORTED-INTENDED: Undetermined issue in 'create_image' in this test.
64

sycl/test-e2e/bindless_images/read_1D_O0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// XFAIL: level_zero && windows
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919
42
// RUN: %{build} %O0 -o %t.out
53
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
64

sycl/test-e2e/bindless_images/sampled_fetch/fetch_1D_O0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d
33
// UNSUPPORTED: target-amd
44
// UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD
5-
// XFAIL: level_zero && windows
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919
75

86
// RUN: %{build} %O0 -o %t.out
97
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

sycl/test-e2e/bindless_images/sampled_fetch/fetch_2D_O0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d
3-
// XFAIL: level_zero && windows
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919
53
// UNSUPPORTED: target-amd
64
// UNSUPPORTED-INTENDED: Sampled fetch not currently supported on AMD
75

sycl/test-e2e/bindless_images/sampling_1D_O0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
2-
// XFAIL: level_zero && windows
3-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18919
42
// RUN: %{build} %O0 -o %t.out
53
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
64

0 commit comments

Comments
 (0)