Skip to content

Commit 500b687

Browse files
authored
[SYCL][ESIMD][E2E] Reenable addc/subb tests (#16549)
1 parent 4849b71 commit 500b687

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sycl/test-e2e/ESIMD/addc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// UNSUPPORTED: windows
11-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1210

1311
// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
1412
// carry returning the result as 2 parts: carry flag the input modified operand

sycl/test-e2e/ESIMD/subb.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// UNSUPPORTED: windows
11-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1210

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

0 commit comments

Comments
 (0)