Skip to content

Commit ffbd76c

Browse files
EwanCmartygrant
authored andcommitted
Change some XFAILS to skips
1 parent 05a3db7 commit ffbd76c

17 files changed

+23
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as executable graph update isn't implemented yet
8+
// Skip as executable graph update isn't implemented yet
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as executable graph update not implemented yet
8+
// Skip as executable graph update not implemented yet
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT

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

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

8-
// Expected fail as executable graph update and host tasks both aren't
8+
// Skip as executable graph update and host tasks both aren't
99
// implemented.
10-
// XFAIL: *
10+
// REQUIRES: NOT_YET_IMPLEMENTED
1111

1212
#define GRAPH_E2E_EXPLICIT
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as host tasks aren't implemented yet.
9-
// XFAIL: *
8+
// Skip as host tasks aren't implemented yet.
9+
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// CHECK-NOT: LEAK
66

7-
// Expected fail as sycl streams aren't implemented yet
7+
// Skip as sycl streams aren't implemented yet
88
// REQUIRES: NOT_YET_IMPLEMENTED
99

1010
#define GRAPH_E2E_EXPLICIT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_EXPLICIT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as executable graph update not yet implemented
8+
// Skip as executable graph update not yet implemented
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as executable graph update not implemented yet
8+
// Skip as executable graph update not implemented yet
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY

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

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

8-
// Expected fail as executable graph update and host tasks both aren't
8+
// Skip as executable graph update and host tasks both aren't
99
// implemented.
10-
// XFAIL: *
10+
// REQUIRES: NOT_YET_IMPLEMENTED
1111

1212
#define GRAPH_E2E_RECORD_REPLAY
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as host tasks are not implemented yet
9-
// XFAIL: *
8+
// Skip as host tasks aren't implemented yet.
9+
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// CHECK-NOT: LEAK
66

7-
// Expected fail as sycl::stream is not implemented yet
7+
// Skip as sycl::stream is not implemented yet
88
// REQUIRES: NOT_YET_IMPLEMENTED
99

1010
#define GRAPH_E2E_RECORD_REPLAY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// CHECK-NOT: LEAK
77

8-
// Expected fail as reduction support is not complete.
8+
// Skip as reduction support is not complete.
99
// REQUIRES: NOT_YET_IMPLEMENTED
1010

1111
#define GRAPH_E2E_RECORD_REPLAY

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

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

8-
// Fail that needs investigation
9-
// REQUIRES: NOT_YET_IMPLEMENTED
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: *
1011

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

0 commit comments

Comments
 (0)