Skip to content

Commit

Permalink
[SYCL] Disable 2 tests failing on new driver (#14388)
Browse files Browse the repository at this point in the history
#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 <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Jul 3, 2024
1 parent 4a02d92 commit 25c41fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/image/srgba-read.cpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion sycl/test-e2e/syclcompat/launch/launch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
* Description:
* launch<F> and launch<F> 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

Expand Down

0 comments on commit 25c41fe

Please sign in to comment.