Skip to content

Commit 611e245

Browse files
[SYCL][E2E] Fix XPASS in post-commit (#20199)
`copy_subregion_2D.cpp` fails on V2 L0 adapter (reported in #20004). In pre-commit we test both adapters, but in post-commit we only test the default one. As such, `XFAIL` without an adapter check causes `XPASS` in pre-commit which this PR is addressing.
1 parent 41604ef commit 611e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21
33
// UNSUPPORTED-INTENDED: sporadic failure in CI
44
// https://github.com/intel/llvm/issues/20006
5-
// XFAIL: linux && arch-intel_gpu_acm_g10
5+
// XFAIL: linux && arch-intel_gpu_acm_g10 && level_zero_v2_adapter
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20004
77
// XFAIL: hip
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/19957

0 commit comments

Comments
 (0)