diff --git a/sycl/test-e2e/Basic/image/srgba-read.cpp b/sycl/test-e2e/Basic/image/srgba-read.cpp index 6643847227861..03cd22199f78f 100644 --- a/sycl/test-e2e/Basic/image/srgba-read.cpp +++ b/sycl/test-e2e/Basic/image/srgba-read.cpp @@ -1,4 +1,6 @@ // REQUIRES: aspect-ext_oneapi_srgb, aspect-ext_intel_legacy_image +// https://github.com/intel/llvm/issues/14387 +// XFAIL: gpu-intel-dg2 // RUN: %{build} -o %t.out // RUN: %{run} %t.out | FileCheck %s diff --git a/sycl/test-e2e/syclcompat/launch/launch.cpp b/sycl/test-e2e/syclcompat/launch/launch.cpp index 7b3053200b165..04ee3e349bc63 100644 --- a/sycl/test-e2e/syclcompat/launch/launch.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch.cpp @@ -19,7 +19,8 @@ * Description: * launch and launch with dinamyc local memory tests **************************************************************************/ - +// https://github.com/intel/llvm/issues/14387 +// XFAIL: gpu-intel-dg2 // RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out // RUN: %{run} %t.out