Following is the change to mark.
- sycl/test/hier_par/hier_par_wgscope_O0.cpp
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
-// XFAIL: accelerator || (system-windows && cpu)
+// UNSUPPORTED: accelerator || (system-windows && cpu)
// This test checks correctness of hierarchical kernel execution when there is
// code and data in the work group scope, and when the test is compiled with
- sycl/test/sub_group/generic-shuffle.cpp
-// UNSUPPORTED: cuda
+// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out