From 25c41fed5bd9254b817221c4484bb895b2925de9 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Wed, 3 Jul 2024 11:01:02 -0400 Subject: [PATCH] [SYCL] Disable 2 tests failing on new driver (#14388) https://github.com/intel/llvm/pull/14376 tracked in https://github.com/intel/llvm/issues/14387 The two fail tests will XPASS here because I haven't merged the driver change, I will do it immediately after this PR is merged ``` Failed Tests (2): SYCL :: Basic/image/srgba-read.cpp SYCL :: syclcompat/launch/launch.cpp ``` Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Basic/image/srgba-read.cpp | 2 ++ sycl/test-e2e/syclcompat/launch/launch.cpp | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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