Skip to content

Commit 525e69f

Browse files
authored
[SYCL][Graph] Change property test to unsupported on CUDA (#12137)
The CI E2E tests are failing because these tests are passing rather than expectedly failing * UR nightly CI - https://github.com/oneapi-src/unified-runtime/actions/runs/7160854862/job/19495692574 * intel/llvm CI - https://github.com/intel/llvm/actions/runs/7168248741/job/19516014849 Change the tests to be skipped rather than XFAIL while we investigate
1 parent e82769a commit 525e69f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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

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

8-
// Temporarily disabled for CUDA.
9-
// XFAIL: cuda
10-
// Note: failing negative test with HIP in the original test
11-
// TODO: disable hip when HIP backend will be supported by Graph
8+
// Note: failing negative test with CUDA & HIP in the original test
9+
// UNSUPPORTED: cuda, hip
1210

1311
#define GRAPH_E2E_EXPLICIT
1412

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

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

8-
// Temporarily disabled for CUDA.
9-
// XFAIL: cuda
10-
11-
// Note: failing negative test with HIP in the original test
12-
// TODO: disable hip when HIP backend will be supported by Graph
8+
// Note: failing negative test with CUDA & HIP in the original test
9+
// UNSUPPORTED: cuda, hip
1310

1411
#define GRAPH_E2E_RECORD_REPLAY
1512

0 commit comments

Comments
 (0)