Skip to content

[sycl-rel] Disable failing tests #19246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// XFAIL: windows && arch-intel_gpu_bmg_g21
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out

// TODO: at this time PVC 1T systems are not correctly supporting CSLICE
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// XFAIL: windows && arch-intel_gpu_bmg_g21
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// RUN: %{build} -o %t.out

// TODO: at this time PVC 1T systems are not correctly supporting CSLICE
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2)
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// XFAIL: windows && arch-intel_gpu_bmg_g21
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576

// As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy,
// which is the new default on PVC.

Expand Down
Loading