From 26d28e2f71773f6edfb6bb0a108c623b34d8580f Mon Sep 17 00:00:00 2001 From: Konstantin S Bobrovsky Date: Tue, 7 Apr 2020 09:48:32 -0700 Subject: [PATCH] [SYCL] Disable spec_const_redefine.cpp on all devices but HOST. Program recompilation based on spec constant value set change is not complete yet. Signed-off-by: Konstantin S Bobrovsky --- sycl/test/spec_const/spec_const_redefine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sycl/test/spec_const/spec_const_redefine.cpp b/sycl/test/spec_const/spec_const_redefine.cpp index 366adb561a2ac..1ca5560267a18 100644 --- a/sycl/test/spec_const/spec_const_redefine.cpp +++ b/sycl/test/spec_const/spec_const_redefine.cpp @@ -3,9 +3,9 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// TODO the test currently fails as program recompilation based on spec -// constants set change is not complete yet. -// XFAIL: * +// TODO the test currently fails on non-HOST devices as program recompilation +// based on spec constants set change is not complete yet. +// XFAIL: cpu,gpu,acc,cuda // //==----------- spec_const_redefine.cpp ------------------------------------==// //