Skip to content

Commit 256dc08

Browse files
authored
[SYCL][Test] Disable spec_const_redefine.cpp on all devices but HOST (#1488)
Program recompilation based on spec constant value set change is not complete yet. Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 1280554 commit 256dc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/test/spec_const/spec_const_redefine.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// TODO the test currently fails as program recompilation based on spec
7-
// constants set change is not complete yet.
8-
// XFAIL: *
6+
// TODO the test currently fails on non-HOST devices as program recompilation
7+
// based on spec constants set change is not complete yet.
8+
// XFAIL: cpu,gpu,acc,cuda
99
//
1010
//==----------- spec_const_redefine.cpp ------------------------------------==//
1111
//

0 commit comments

Comments
 (0)