Skip to content

Commit 777f38d

Browse files
authored
[NFC][SYCL][E2E] Update Graph E2E-tests (#19928)
These tests are not intended to be launched.
1 parent 81bb879 commit 777f38d

26 files changed

+36
-59
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Host to device copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Host to device copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Host to device copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Host to device copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Device to host copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Device to host copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44
// RUN: %if level_zero %{%{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
//
6-
// Intended - Device to host copy command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Device to host copy command not supported for OpenCL
88

99
#define GRAPH_E2E_EXPLICIT
1010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
// REQUIRES: aspect-usm_shared_allocations
77

8-
// Intended - Concurrent access to shared USM allocations is not supported by
9-
// CUDA on Windows
108
// UNSUPPORTED: cuda && windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
// REQUIRES: aspect-usm_shared_allocations
77

8-
// Intended Concurrent access to shared USM allocations is not supported by
9-
// CUDA on Windows
108
// UNSUPPORTED: cuda && windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
// REQUIRES: aspect-usm_shared_allocations
55

6-
// Intended - Mem advise command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: Mem advise command not supported for OpenCL
88

99
// Since Mem advise is only a memory hint that doesn't
1010
// impact results but only performances, we verify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
// REQUIRES: aspect-usm_shared_allocations
55

6-
// Intended - prefetch command not supported for OpenCL
76
// UNSUPPORTED: opencl
7+
// UNSUPPORTED-INTENDED: prefetch command not supported for OpenCL
88

99
// Since Prefetch is only a memory hint that doesn't
1010
// impact results but only performances, we verify

0 commit comments

Comments
 (0)