Skip to content

Commit cb1c55a

Browse files
authored
[SYCL][E2E] Disable three hanging tests on Gen12 Win (#14398)
#14397 The hang causes all jobs after to fail because the install dir can't be deleted, we need to disable these ASAP. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4d9d3d2 commit cb1c55a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

sycl/test-e2e/BFloat16/bfloat16_vec.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// TODO enable opaque pointers support on CPU.
1111
// UNSUPPORTED: cpu || accelerator
1212

13+
// https://github.com/intel/llvm/issues/14397
14+
// UNSUPPORTED: windows && gpu-intel-gen12
15+
1316
// RUN: %{build} -o %t.out
1417
// RUN: %{run} %t.out
1518
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %}

sycl/test-e2e/Basic/stream/stream.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
//
1010
//===----------------------------------------------------------------------===//
1111

12+
// https://github.com/intel/llvm/issues/14397
13+
// UNSUPPORTED: windows && gpu-intel-gen12
14+
1215
#include <sycl/detail/core.hpp>
1316

1417
#include <sycl/properties/all_properties.hpp>

sycl/test-e2e/Complex/sycl_complex_stream_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-finite-math-only%} %else %{-fno-finite-math-only%}
22

3+
// https://github.com/intel/llvm/issues/14397
4+
// UNSUPPORTED: windows && gpu-intel-gen12
5+
36
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
47
// RUN: %{run} %t.out
58

0 commit comments

Comments
 (0)