diff --git a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp index 57c8e74b72ce..88c22df0d2a0 100644 --- a/SYCL/ESIMD/mandelbrot/mandelbrot.cpp +++ b/SYCL/ESIMD/mandelbrot/mandelbrot.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl %s -I%S/.. -o %t.out diff --git a/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp b/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp index c31a90f9f323..4994df66b68d 100644 --- a/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp +++ b/SYCL/ESIMD/mandelbrot/mandelbrot_spec.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // TODO enable on Windows // REQUIRES: linux && gpu // UNSUPPORTED: cuda || hip diff --git a/SYCL/ESIMD/regression/dgetrf.cpp b/SYCL/ESIMD/regression/dgetrf.cpp index 50c1dac30c6d..ee60f0889800 100644 --- a/SYCL/ESIMD/regression/dgetrf.cpp +++ b/SYCL/ESIMD/regression/dgetrf.cpp @@ -5,6 +5,9 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// + +// XFAIL: * + // REQUIRES: gpu // UNSUPPORTED: cuda || hip // RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out