Skip to content

Commit

Permalink
[SYCL][E2E] Disable tests that fail on Linux GEN12 runners (intel#10433)
Browse files Browse the repository at this point in the history
See also intel#10369.
  • Loading branch information
aelovikov-intel authored Jul 18, 2023
1 parent d152a6a commit 7c234e0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/ESIMD/api/replicate_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// UNSUPPORTED: gpu-intel-pvc
// TODO: remove fno-fast-math option once the issue is investigated and the test
// is fixed.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/ESIMD/local_accessor_block_load_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// TODO: Enable the test when GPU driver is ready/fixed.
// XFAIL: opencl || windows || gpu-intel-pvc
// TODO: add support for local_accessors to esimd_emulator.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/ESIMD/local_accessor_gather_scatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// TODO: Enable the test when GPU driver is ready/fixed.
// XFAIL: opencl || windows || gpu-intel-pvc
// TODO: add support for local_accessors to esimd_emulator.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/ESIMD/local_accessor_gather_scatter_rgba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// TODO: Enable the test when GPU driver is ready/fixed.
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/InlineAsm/asm_float_imm_arg.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// UNSUPPORTED: cuda, hip
// REQUIRES: gpu,linux
// RUN: %{build} -o %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Regression/commandlist/gpu.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// https://github.com/intel/llvm/issues/10369
// UNSUPPORTED: gpu
//
// REQUIRES: gpu, linux

// UNSUPPORTED: ze_debug
Expand Down

0 comments on commit 7c234e0

Please sign in to comment.