Skip to content

Commit

Permalink
[SYCL][ESIMD][E2E] Disable two tests hanging on Windows (#14869)
Browse files Browse the repository at this point in the history
#14868

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex authored Jul 31, 2024
1 parent 98beefd commit 2dfdf1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sycl/test-e2e/ESIMD/addc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// https://github.com/intel/llvm/issues/14868
// UNSUPPORTED: windows

// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
// carry returning the result as 2 parts: carry flag the input modified operand
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/ESIMD/subb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//===----------------------------------------------------------------------===//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// https://github.com/intel/llvm/issues/14868
// UNSUPPORTED: windows

// The test verifies ESIMD API that substracts 2 32-bit integer scalars/vectors
// with borrow returning the result as 2 parts: borrow flag the input modified
Expand Down

0 comments on commit 2dfdf1d

Please sign in to comment.