diff --git a/sycl/test-e2e/ESIMD/addc.cpp b/sycl/test-e2e/ESIMD/addc.cpp index 856bcdf94a9e0..0a286d5fc08eb 100644 --- a/sycl/test-e2e/ESIMD/addc.cpp +++ b/sycl/test-e2e/ESIMD/addc.cpp @@ -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 diff --git a/sycl/test-e2e/ESIMD/subb.cpp b/sycl/test-e2e/ESIMD/subb.cpp index 2729b15fe60aa..ff970e3f17a1d 100644 --- a/sycl/test-e2e/ESIMD/subb.cpp +++ b/sycl/test-e2e/ESIMD/subb.cpp @@ -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