diff --git a/sycl/test-e2e/BFloat16/bfloat16_vec.cpp b/sycl/test-e2e/BFloat16/bfloat16_vec.cpp index 549dc13ed76c6..bca68c2e6d290 100644 --- a/sycl/test-e2e/BFloat16/bfloat16_vec.cpp +++ b/sycl/test-e2e/BFloat16/bfloat16_vec.cpp @@ -10,6 +10,9 @@ // TODO enable opaque pointers support on CPU. // UNSUPPORTED: cpu || accelerator +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + // RUN: %{build} -o %t.out // RUN: %{run} %t.out // RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %} diff --git a/sycl/test-e2e/Basic/stream/stream.cpp b/sycl/test-e2e/Basic/stream/stream.cpp index fe3429cffad2b..04680d969841e 100644 --- a/sycl/test-e2e/Basic/stream/stream.cpp +++ b/sycl/test-e2e/Basic/stream/stream.cpp @@ -9,6 +9,9 @@ // //===----------------------------------------------------------------------===// +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + #include #include diff --git a/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp b/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp index d8d645f6ac7dc..1140ef603d336 100644 --- a/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp +++ b/sycl/test-e2e/Complex/sycl_complex_stream_test.cpp @@ -1,5 +1,8 @@ // DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-finite-math-only%} %else %{-fno-finite-math-only%} +// https://github.com/intel/llvm/issues/14397 +// UNSUPPORTED: windows && gpu-intel-gen12 + // RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out // RUN: %{run} %t.out