Skip to content

Commit 11e7c4d

Browse files
authored
[SYCL][E2E] Disable sporadically failing syclcompat tests (#19682)
Issue: #19662 --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 76a887e commit 11e7c4d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/syclcompat/memory/memory_management_test3.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
// ===----------------------------------------------------------------------===//
3232
// RUN: %{build} -o %t.out
3333
// RUN: %{run} %t.out
34+
//
35+
// UNSUPPORTED: linux && level_zero_v2_adapter
36+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19662
3437

3538
#include <sycl/detail/core.hpp>
3639

sycl/test-e2e/syclcompat/memory/memory_management_test3_usmnone.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
13+
//
14+
// UNSUPPORTED: linux && level_zero_v2_adapter
15+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19662
1316

1417
#define SYCLCOMPAT_USM_LEVEL_NONE
1518
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)