Skip to content

Commit 2e7c2ef

Browse files
authored
[SYCL][E2E] Update unsupported tests with issue (#16008)
Update the format of UNSUPPORTED tests that already have an issue link
1 parent 0d5dc84 commit 2e7c2ef

File tree

62 files changed

+82
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+82
-136
lines changed

sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// See https://github.com/intel/llvm/issues/15453
109
// UNSUPPORTED: gpu-intel-dg2
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15453
1111

1212
#include <sycl/detail/core.hpp>
1313

sycl/test-e2e/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
33
// RUN: %{run} %t.out
44

5-
// https://github.com/intel/llvm/issues/15791
65
// UNSUPPORTED: hip_amd
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15791
77

88
#include "assignment.h"
99
#include <iostream>

sycl/test-e2e/AtomicRef/exchange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// https://github.com/intel/llvm/issues/15791
54
// UNSUPPORTED: hip_amd
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15791
66

77
#include "exchange.h"
88

sycl/test-e2e/Basic/accessor/host_task_accessor_deduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// RUN: %{run} %t.out
33

44
// Disabled on PVC without igc-dev due to timeout.
5-
// https://github.com/intel/llvm/issues/14826
65
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

sycl/test-e2e/Basic/buffer/subbuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// See https://github.com/intel/llvm/issues/15151
54
// UNSUPPORTED: (opencl && gpu)
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15151
66

77
//
88
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//

sycl/test-e2e/Basic/image/image_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

7-
// See https://github.com/intel/llvm/issues/15398
87
// UNSUPPORTED: gpu
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15398
99

1010
//==------------------- image.cpp - SYCL image basic test -----------------==//
1111
//

sycl/test-e2e/ESIMD/addc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// https://github.com/intel/llvm/issues/14868
1110
// UNSUPPORTED: windows
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1212

1313
// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
1414
// carry returning the result as 2 parts: carry flag the input modified operand

sycl/test-e2e/ESIMD/named_barriers/loop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// RUN: %{run} %t.out
1212

1313
// Disabled on PVC without igc-dev due to flaky failures.
14-
// https://github.com/intel/llvm/issues/14826
1514
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
15+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
1616

1717
// Test checks support of named barrier in a loop in ESIMD kernel.
1818
// SLM and surface size is 32 bytes, 16 bytes per iteration.

sycl/test-e2e/ESIMD/named_barriers/loop_extended.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// RUN: %{run} %t.out
1212

1313
// Disabled on PVC due to flaky failures.
14-
// https://github.com/intel/llvm/issues/14826
1514
// UNSUPPORTED: arch-intel_gpu_pvc
15+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
1616

1717
// Test checks support of named barrier in a loop in ESIMD kernel.
1818
// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2

sycl/test-e2e/ESIMD/subb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// https://github.com/intel/llvm/issues/14868
1110
// UNSUPPORTED: windows
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1212

1313
// The test verifies ESIMD API that substracts 2 32-bit integer scalars/vectors
1414
// with borrow returning the result as 2 parts: borrow flag the input modified

sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/Explicit/basic_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_host_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_EXPLICIT
1515

sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// REQUIRES: aspect-usm_shared_allocations
1010

1111
// Test is flaky on Windows, disable until it can be fixed
12-
// https://github.com/intel/llvm/issues/11852
1312
// UNSUPPORTED: windows
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1414

1515
#define GRAPH_E2E_EXPLICIT
1616

sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_shared_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_EXPLICIT
1515

sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
// UNSUPPORTED: cuda && windows
1313

1414
// Test is flaky on Windows for all targets, disable until it can be fixed
15-
// https://github.com/intel/llvm/issues/11852
1615
// UNSUPPORTED: windows
16+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1717

1818
// Failed in Nightly on Linux
19-
// https://github.com/intel/llvm/issues/14852
2019
// UNSUPPORTED: linux
20+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14852
2121

2222
#define GRAPH_E2E_EXPLICIT
2323

sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_shared_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_EXPLICIT
1515

sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// UNSUPPORTED: cuda && windows
1313

1414
// Test is flaky on Windows for all targets, disable until it can be fixed
15-
// https://github.com/intel/llvm/issues/11852
1615
// UNSUPPORTED: windows
16+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1717

1818
#define GRAPH_E2E_EXPLICIT
1919

sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/Explicit/sub_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88
//
99
// Temporarily disabled until failure is addressed.
10-
// https://github.com/intel/llvm/issues/11852
1110
// UNSUPPORTED: windows
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1212

1313
#define GRAPH_E2E_RECORD_REPLAY
1414

sycl/test-e2e/Graph/RecordReplay/after_use.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
// This test attempts recording a set of kernels after they have already been
1313
// executed once before.

sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#include "../graph_common.hpp"
1313

sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_host_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_RECORD_REPLAY
1515

sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// REQUIRES: aspect-usm_shared_allocations
1010

1111
// Test is flaky on Windows, disable until it can be fixed
12-
// https://github.com/intel/llvm/issues/11852
1312
// UNSUPPORTED: windows
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1414

1515
#define GRAPH_E2E_RECORD_REPLAY
1616

sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_shared_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_RECORD_REPLAY
1515

sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// UNSUPPORTED: cuda && windows
1313

1414
// Test is flaky on Windows for all targets, disable until it can be fixed
15-
// https://github.com/intel/llvm/issues/11852
1615
// UNSUPPORTED: windows
16+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1717

1818
#define GRAPH_E2E_RECORD_REPLAY
1919

sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// REQUIRES: aspect-usm_shared_allocations
99

1010
// Test is flaky on Windows, disable until it can be fixed
11-
// https://github.com/intel/llvm/issues/11852
1211
// UNSUPPORTED: windows
12+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1313

1414
#define GRAPH_E2E_RECORD_REPLAY
1515

sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// UNSUPPORTED: cuda && windows
1313

1414
// Test is flaky on Windows for all targets, disable until it can be fixed
15-
// https://github.com/intel/llvm/issues/11852
1615
// UNSUPPORTED: windows
16+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1717

1818
#define GRAPH_E2E_RECORD_REPLAY
1919

sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77

88
// Test is flaky on Windows, disable until it can be fixed
9-
// https://github.com/intel/llvm/issues/11852
109
// UNSUPPORTED: windows
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/11852
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

sycl/test-e2e/GroupAlgorithm/reduce_sycl2020.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: %{run} %t.out
33

44
// Disabled on PVC without igc-dev due to timeout.
5-
// https://github.com/intel/llvm/issues/14826
65
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
77

88
#include "support.h"
99

sycl/test-e2e/InOrderEventsExt/get_last_event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// https://github.com/intel/llvm/issues/14324
21
// UNSUPPORTED: windows
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14324
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

sycl/test-e2e/NonUniformGroups/ballot_group_algorithms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// REQUIRES: aspect-ext_oneapi_ballot_group
1010

1111
// Fails in Nightly testing on the self-hosted CUDA runner:
12-
// https://github.com/intel/llvm/issues/12995.
1312
// UNSUPPORTED: cuda
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/12995
1414

1515
#include <sycl/detail/core.hpp>
1616
#include <sycl/ext/oneapi/experimental/ballot_group.hpp>

sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// REQUIRES: gpu-intel-dg2
99
// REQUIRES: level_zero, level_zero_dev_kit
1010
// UNSUPPORTED: gpu-intel-gen12
11-
// The query of free memory is not supported on integrated devices
11+
// UNSUPPORTED-INTENDED: The query of free memory is not supported on integrated
12+
// devices
1213
//
1314
// RUN: %{build} %level_zero_options -o %t.out
1415
// RUN: env ZES_ENABLE_SYSMAN=1 %{run} %t.out 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)