Skip to content

Commit 91e5446

Browse files
EwanCmartygrant
authored andcommitted
Use correct file for verbose dot printing filecheck
1 parent ffbd76c commit 91e5446

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %{build} -o %t.out
2-
// RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph.dot %} %else %{ %{run} %t.out %}
2+
// RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph_verbose.dot %} %else %{ %{run} %t.out %}
33
// Windows output format differs from linux format.
44
// The filecheck-based output checking is suited to linux standards.
55
// On Windows, we only test that printing takes place correctly and does not

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %{build} -o %t.out
2-
// RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph.dot %} %else %{ %{run} %t.out %}
2+
// RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph_verbose.dot %} %else %{ %{run} %t.out %}
33
// Windows output format differs from linux format.
44
// The filecheck-based output checking is suited to linux standards.
55
// On Windows, we only test that printing takes place correctly and does not

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// This test should be removed as using buffers that don't exceed the
9-
// lifetime of the graph doesn't satisfy the graphs extension spec.
10-
// XFAIL: *
8+
// This test should be removed or modified as using buffers that don't exceed
9+
// the lifetime of the graph doesn't satisfy valid usage of the graphs
10+
// extension.
11+
// REQUIRES: NOT_YET_IMPLEMENTED
1112

1213
// This test creates a temporary buffer which is used in kernels, but
1314
// destroyed before finalization and execution of the graph.

0 commit comments

Comments
 (0)