From 9201aadb1d8d538adf45f97270113be15a7d84d0 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 31 Jul 2024 07:57:10 -0700 Subject: [PATCH] [SYCL][ESIMD][E2E] Disable two tests hanging on Windows Signed-off-by: Sarnie, Nick --- sycl/test-e2e/ESIMD/addc.cpp | 2 ++ sycl/test-e2e/ESIMD/subb.cpp | 2 ++ 2 files changed, 4 insertions(+) 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