Skip to content

Commit 25c41fe

Browse files
authored
[SYCL] Disable 2 tests failing on new driver (#14388)
#14376 tracked in #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 <[email protected]>
1 parent 4a02d92 commit 25c41fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sycl/test-e2e/Basic/image/srgba-read.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: aspect-ext_oneapi_srgb, aspect-ext_intel_legacy_image
2+
// https://github.com/intel/llvm/issues/14387
3+
// XFAIL: gpu-intel-dg2
24
// RUN: %{build} -o %t.out
35
// RUN: %{run} %t.out | FileCheck %s
46

sycl/test-e2e/syclcompat/launch/launch.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
* Description:
2020
* launch<F> and launch<F> with dinamyc local memory tests
2121
**************************************************************************/
22-
22+
// https://github.com/intel/llvm/issues/14387
23+
// XFAIL: gpu-intel-dg2
2324
// RUN: %clangxx -std=c++20 -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=%{sycl_triple} %s -o %t.out
2425
// RUN: %{run} %t.out
2526

0 commit comments

Comments
 (0)