Skip to content

Commit d0a6846

Browse files
committed
[SQUASH] Disable CPU SC redefine test due to old CI CPU RT.
1 parent cba353c commit d0a6846

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test/spec_const/spec_const_redefine.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
3-
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
3+
// TODO re-enable CPU device test once CI CPU OCL RT is updated:
4+
// RUNx: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
45
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
56
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
6-
// TODO the test currently fails on devices these devices:
7+
// TODO the test currently fails on these devices:
78
// XFAIL: acc,cuda
89
//
910
//==----------- spec_const_redefine.cpp ------------------------------------==//

0 commit comments

Comments
 (0)